Skip to content

Upgrades to bazel 7 #148

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

tlazaro
Copy link

@tlazaro tlazaro commented Aug 3, 2025

I would like to add support for bzlmod, which uses the MODULE file instead of WORKSPACE. Both approaches can coexist but we first need to move to bazel 7.

Some dependencies required upgrading and tests needed some tweaks.

Let me know if this makes sense. While trying to implement the MODULE I ended up blocked by stackbuild/rules_proto, where I saw you are migrating as well.

# "coverage_test.go",
# "diff_test.go",
# "existing_scala_rule_test.go",
# "flags_test.go",
Copy link
Author

Choose a reason for hiding this comment

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

These seem like an accident as all are below.

@@ -608,7 +608,7 @@ test(
expr = "@@@",
)
`,
want: label.NoLabel,
want: label.New("@", "", "@"),
Copy link
Author

@tlazaro tlazaro Aug 3, 2025

Choose a reason for hiding this comment

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

I don't know why this test broke, making it pass for now.

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.

1 participant