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

Use getattr for aspect_hints in swift_clang_module_aspect #1224

Merged
merged 1 commit into from
Jun 18, 2024

Conversation

luispadron
Copy link
Contributor

To make supporting Bazel 6 easier use getattr to conditionally get the aspect_hints attr. This can be removed when we drop support for Bazel 6 as aspect_hints are always available as an attr in Bazel 7+

To make supporting Bazel 6 easier use `getattr` to conditionally get the `aspect_hints` attr. This can be removed when we drop support for Bazel 6 as `aspect_hints` are always available as an attr in Bazel 7+
@luispadron luispadron marked this pull request as ready for review June 18, 2024 21:47
@brentleyjones brentleyjones merged commit 874f984 into master Jun 18, 2024
15 checks passed
@brentleyjones brentleyjones deleted the luis/use-getattr-for-aspect-hints branch June 18, 2024 21:48
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