-
Notifications
You must be signed in to change notification settings - Fork 205
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
Allow hiding toolchains (REVIEW) #1683
Merged
Merged
Changes from 12 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
134dee4
Allow hiding toolchains
geimer 70a8d76
Introduce 'hide-toolchains' option rather than abusing 'hide-deps'
geimer 55b176d
Merge branch 'develop' into hide_toolchains
geimer a190d99
Allow 'hidden' parameter in toolchain specification
geimer 903ad9b
Extend/fix unit test
geimer 3e5da31
Fix YAML unit test
geimer 0504bad
rename 'dep' to 'tc' when handling toolchains as dep
boegel b6d9d59
also test whether setting hidden as False is honored in to_name_versi…
boegel 2a3e7e5
don't add toolchain to hiddendependencies in process_easyconfig
boegel 5ea09a2
add test for --hide-toolchains and hiding toolchain via easyconfig pa…
boegel 9085af1
Merge pull request #9 from boegel/hide_toolchains
geimer f5ba8ab
- Rename `to_name_version_dict` to `to_toolchain_dict` and
geimer df364fa
Remove NAME_VERSION_DICT
geimer 2ab1bc3
Extend test_check_type_of_param_value_toolchain
geimer 680286a
Bump maxver of deprecation warning to '3.0'
geimer 3da5f0b
Merge branch 'develop' into hide_toolchains
boegel 568f719
Merge branch 'develop' into hide_toolchains
boegel c7bf20a
Merge pull request #10 from boegel/hide_toolchains
geimer File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
the version number indicates when the warning will be transformed into an error, so use
3.0
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.
@boegel: Are you sure? The output I get when modifying one of the unit tests is
This suggests that it is the version since when it is deprecated, no?
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.
as soon as you include a
log.deprecated
message, you're deprecating somethingthe version indicates when the deprecation warning becomes a deprecation error, so it should be 3.0