Skip to content

Conversation

aignas
Copy link
Collaborator

@aignas aignas commented Sep 20, 2025

Just a bunch of cleanup that we can now do.

Copy link
Collaborator

@rickeylev rickeylev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow. We had quite a bit of compatibility code for Bazel 6. Thanks for cleaning house!

# Because this file isn't bundled with Bazel, so we have to conditionally
# check for this flag.
# TODO: Remove this once all supported Balze versions have this flag.
# TODO: Remove this once all supported Blaze versions have this flag.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can be removed.

def _is_singleton_depset(files):
# Bazel 6 doesn't have this helper to optimize detecting singleton depsets.
if _py_builtins:
return _py_builtins.is_singleton_depset(files)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please keep the py_builtins.is_singleton_depset. It's a minor optimization, but I like it.

@aignas aignas marked this pull request as ready for review September 21, 2025 12:42
@aignas aignas requested a review from groodt as a code owner September 21, 2025 12:42
@aignas aignas force-pushed the aignas.chore.drop-bazel-6 branch from 48af9b2 to f2e3791 Compare September 21, 2025 13:02
@aignas
Copy link
Collaborator Author

aignas commented Sep 22, 2025

So it is failing due to runfiles missing from the integration test. I remember seeing this failure, but I don't know how to solve it know.

And the rc is soft failing, I need to check what is going on.

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