Skip to content
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

fix: breakages in unused codepaths after recent refactors #2353

Merged
merged 1 commit into from
Oct 27, 2024

Conversation

oprypin
Copy link
Contributor

@oprypin oprypin commented Oct 27, 2024

  • There is no such method common_runfiles.add_runfiles; use add_targets() instead. This
    only occurs when there are extra deps, which currently only Google-patches trigger.

  • The docs say that BuiltinPyInfo might be None, but that case is not handled here. This
    occurs in newer Bazel versions where the builtin PyInfo has been removed.

* There is no such method `common_runfiles.add_runfiles`

* The docs say that `BuiltinPyInfo` might be None, but that case is not handled here
@rickeylev rickeylev added this pull request to the merge queue Oct 27, 2024
Merged via the queue into main with commit f8d4135 Oct 27, 2024
7 checks passed
@rickeylev rickeylev deleted the oprypin-patch-1 branch October 27, 2024 20:27
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