Projects in the west directory are not forbidden
See original GitHub issueOriginally reported by @tejlmand.
For example, even with forbidding projects named west
or manifest
, this manifest fragment is legal:
projects:
- name: not-west
path: west
This creates a structure where the top-level west
directory contains a .git
for the not-west
repository, which is very strange.
Arguably this is user error but the current behavior seems undesirable. We should consider what to do here:
- warn
- error
- skip the project?
- …
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Built-in commands - west init - Zephyr Project Documentation
If no directory is given, the current working directory is used. Option 2: to create a workspace around an existing local manifest repository, ......
Read more >Visual studio not creating virtual directory - iis - Stack Overflow
Go to project properties and try to create your virtual url again. Share.
Read more >Troubleshooting common AWS CDK issues
When deploying my AWS CDK stack, I receive a forbidden: null message ... If you are using TypeScript or JavaScript, your project directory...
Read more >Faculty and Staff Directory
Aggregation, compilation, repackaging, or dissemination of the Northeastern Directory and/or its data, is expressly prohibited without the prior written ...
Read more >Salman Rushdie, “The Satanic Verses”
When she claims the seas will part, they do not and everyone drowns. ... The Satanic Verses was banned in many countries, but...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@mbolivar you’re right, it would be required for every command, expect maybe
west list
😉I think my main point was to suggest the error for now, and then take it up, if someone needs this.
Migrating to enhancement