-
Notifications
You must be signed in to change notification settings - Fork 3k
Tools: Use logical paths in ignored_dirs #8303
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
### Description Exporting to GNU ARM Eclipse, E2 Studio, and other exclude-based IDEs currently generats unusable project files online. This is because the list of directories ignored in the scan is inconsistant about what sort of paths are used: logical paths, or phisical paths. This patch makes all paths in ignored_dirs logical. This should fix the excluding tags in these project files. ### Pull request type [x] Fix [ ] Refactor [ ] Target update [ ] Functionality change [ ] Breaking change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
We will make a final confirmation when this PR merged on Arm Mbed Online environment because we don't know the verifying method at this time.
This is such a strange flow. This change doens't seem to be cooperating with a certain set of targets. Refer to these build logs: #8357 (comment) |
/moprh build |
/moprh build |
/morph build |
Build : FAILUREBuild number : 3399 |
Should be fixed now @cmonr |
Yay! Time to warm up the lab. |
Build : SUCCESSBuild number : 3406 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 3036 |
Test : SUCCESSBuild number : 3206 |
Description
Exporting to GNU ARM Eclipse, E2 Studio, and other exclude-based IDEs
currently generats unusable project files online. This is because the
list of directories ignored in the scan is inconsistant about what sort
of paths are used: logical paths, or phisical paths. This patch makes
all paths in ignored_dirs logical. This should fix the excluding tags
in these project files.
Resolves #7155
Tested on partnerbeta.
Includes minor formatting fixes that I found at the time as seperate
commits.
Pull request type