-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Address comments on workaround for Mbed OS 2 CI build after Public #11114
Address comments on workaround for Mbed OS 2 CI build after Public #11114
Conversation
@hugueskamba, thank you for your changes. |
Modify compilation API to provide a list of paths to exclude from the build.
189a6f2
to
14f3d0a
Compare
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.
Thanks for adding the unit tests, please don't force push as it makes it harder to review subsequent changes, thanks.
0629b9b
to
79d119f
Compare
* `_exclude_files_from_build` becomes a static method * Replace ternary expression with simple `if/else` statement Co-Authored-By: Graham Hammond <[email protected]>
79d119f
to
64007c7
Compare
Old habits die hard...Yes I will avoid doing that. |
CI failing due to a different issue (trollius). |
…11114) * Modify compilation API to provide a list of paths to exclude from the build. * `_exclude_files_from_build` becomes a static method * Replace ternary expression with simple `if/else` statement * Make unit test case for dirs exclusion independent of system files
…11114) * Modify compilation API to provide a list of paths to exclude from the build. * `_exclude_files_from_build` becomes a static method * Replace ternary expression with simple `if/else` statement * Make unit test case for dirs exclusion independent of system files
Description
The comments addressed can be found here
Pull request type
Reviewers
@madchutney @evedon
Release Notes