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

Skip to content

fix: work around version parsing by only parsing if site-packages is enabled #3031

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

Conversation

rickeylev
Copy link
Collaborator

There's a bug in the version string parser that doesn't handle local identifiers correctly.

Thankfully, it's only activated in the experimental code path when site packages for
libraries is eanbled. Moving the logic within that block works around it.

Work around for #3030

@rickeylev rickeylev requested a review from aignas as a code owner June 25, 2025 23:08
@aignas aignas added this pull request to the merge queue Jun 26, 2025
Merged via the queue into bazel-contrib:main with commit aab2650 Jun 26, 2025
3 checks passed
rickeylev added a commit that referenced this pull request Jun 26, 2025
…enabled (#3031)

There's a bug in the version string parser that doesn't handle local
identifiers correctly.

Thankfully, it's only activated in the experimental code path when site
packages for
libraries is eanbled. Moving the logic within that block works around
it.

Work around for
#3030

(cherry picked from commit aab2650)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants