-
Notifications
You must be signed in to change notification settings - Fork 542
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
feat(config_settings): allow matching minor version of python_version flag #1555
Merged
Commits on Nov 13, 2023
-
feat(config_settings): accept minor versions of Python in `python_ver…
…sion` flag Currently user has to specify a full (x.y.z) version of Python when setting the `python_version` flag. When they upgrade `rules_python` or change `MINOR_MAPPING` in some other way, user has to update the flag's value to keep it in sync with `MINOR_MAPPING`. This patch allows `python_version` flag to accept minor (x.y) versions and resolves them to the corresponding full versions using `MINOR_MAPPING`.
Configuration menu - View commit details
-
Copy full SHA for 7de7189 - Browse repository at this point
Copy the full SHA 7de7189View commit details
Commits on Jan 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 459f010 - Browse repository at this point
Copy the full SHA 459f010View commit details
Commits on Jan 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 768417c - Browse repository at this point
Copy the full SHA 768417cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 28d950f - Browse repository at this point
Copy the full SHA 28d950fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f76a5d5 - Browse repository at this point
Copy the full SHA f76a5d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 497123e - Browse repository at this point
Copy the full SHA 497123eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b943bc8 - Browse repository at this point
Copy the full SHA b943bc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bcdd00 - Browse repository at this point
Copy the full SHA 8bcdd00View commit details -
Configuration menu - View commit details
-
Copy full SHA for 997d37c - Browse repository at this point
Copy the full SHA 997d37cView commit details
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.