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.0
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.1
Choose a head ref
  • 2 commits
  • 21 files changed
  • 1 contributor

Commits on Oct 22, 2024

  1. fix(rules): remove rules_python --incompatible_python_disallow_native…

    …_rules checking (#2327)
    
    When --incompatible_python_disallow_native_rules is enabled, all the
    core rules fail with
    an error that rules_python should be used. This is incorrect, since the
    rules_python rules
    are being used. What's happening is
    #2257
    removed the magic migration tag when pystar is enabled, but the code to
    check the tag
    was present wasn't removed. This went unnoticed because our CI doesn't
    set the migration
    flag.
    
    To fix, remove the validation logic entirely. If we're in the
    rules_python implementation,
    then there is not need to perform this validation. It was just something
    copy/pasted from
    the original code from Bazel itself.
    
    Also update the bazelrc to always set
    --incompatible_python_disallow_native_rules.
    
    Fixes #2326
    Fixes #1645
    rickeylev committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    1eebc2a View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. docs: update changelog for 0.37.1 (#2330)

    Update the headers and sections for the 0.37.1 release.
    rickeylev committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    8c3acea View commit details
    Browse the repository at this point in the history
Loading