Thanks to visit codestin.com
Credit goes to github.com

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: 1.5.0-rc0
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: 1.5.0-rc1
Choose a head ref
  • 2 commits
  • 7 files changed
  • 3 contributors

Commits on Jun 14, 2025

  1. Fix argument name typo (#2984)

    ```
    ERROR: Traceback (most recent call last):
            File ".../rules_python++pip+rules_mypy_pip_312_click/BUILD.bazel", line 5, column 20, in <toplevel>
                    whl_library_targets(
            File ".../rules_python+/python/private/pypi/whl_library_targets.bzl", line 337, column 53, in whl_library_targets
                    "//conditions:default": create_inits(
            File ".../rules_python+/python/private/pypi/namespace_pkgs.bzl", line 72, column 25, in create_inits
                    for out in get_files(**kwargs):
            File ".../rules_python+/python/private/pypi/namespace_pkgs.bzl", line 20, column 5, in get_files
                    def get_files(*, srcs, ignored_dirnames = [], root = None):
    Error: get_files() got unexpected keyword argument: ignore_dirnames (did you mean 'ignored_dirnames'?)
    ```
    
    (cherry picked from commit 94e08f7)
    keith authored and aignas committed Jun 14, 2025
    Configuration menu
    Copy the full SHA
    379bef5 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2025

  1. fix: use platform_info.target_settings in toolchain aliases (#3001)

    During the refactor we forgot one more place where the `flag_values` on
    the platform information was used. They were no longer populated and
    broke.
    
    The solution is to use `selects.config_setting_group` to maintain
    behaviour and in order to smoke test I have added a target to verify
    that the aliases work.
    
    Related to #2875
    Fixes #2993
    
    Co-authored-by: Richard Levasseur <[email protected]>
    (cherry picked from commit 107a878)
    aignas and rickeylev committed Jun 17, 2025
    Configuration menu
    Copy the full SHA
    a89ec64 View commit details
    Browse the repository at this point in the history
Loading