-
Notifications
You must be signed in to change notification settings - Fork 550
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
18 additions
and
2 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
Before this change there was a bug in how the parsing helpers were being | ||
used in case we were using Python 3.11 toolchain, which is using a more | ||
strict version of the entrypoint template. This change moves the python | ||
code to a different location to ensure that the top level package is | ||
something more unique than just "python" and updates the non-bzlmod | ||
tests to run under 3.11. | ||
|
||
We also: | ||
* Change `.bazelrc` to use explicit `__init__.py` definition to avoid | ||
non-reproducible errors in the future. | ||
* Upgrade `gazelle` to `0.33.0` to be consistent with `bzlmod`. | ||
* Add a dedicated `gazelle_binary` that uses `DEFAULT_LANGUAGES` *and* | ||
`//python`. | ||
|
||
Fixes #1589 | ||
|