Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bazel-contrib/rules_python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.37.1
Choose a base ref
...
head repository: bazel-contrib/rules_python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.37.2
Choose a head ref
  • 1 commit
  • 4 files changed
  • 1 contributor

Commits on Oct 27, 2024

  1. fix(bzlmod): generate config_setting values for all python toolchains (

    …#2350)
    
    PR #2253 broke how the config settings are generated and only generated the
    config
    setting values for the python version values that we would have the
    registered
    toolchains for. This PR restores the previous behaviour. However, if the
    root
    module uses `python.override` to remove the allowed toolchains, then
    `config_settings` will be also affected.
    
    (cherry picked from commit 9340a81)
    
    Conflicts:
    - CHANGELOG.md
    aignas committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    2ee80c3 View commit details
    Browse the repository at this point in the history
Loading