-
Notifications
You must be signed in to change notification settings - Fork 59
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
bzlmod using local repositories #196
Comments
I have not tested bazel-diff with bazelmod at all yet. I likely need to add support |
Hi, @tinder-maxwellelliott , any plan to test bzlmod? |
Any plan to support bzlmod? Not entirely sure but I think we have seen bazel-diff not able to find any impacted targets for a bzlmod project. I can try to prepare a repro. |
I put up a repro here https://github.com/honnix/bazel-diff-bzlmod-repro. It seems to be the |
I did some debugging and I think the problem might boil down to the canonical repo name.
The canonical repo name is one of the changes made in bzlmod as I remember I read it somewhere. |
I did a naive hack |
#224 might be a better fix. |
Hi,
I'm trying to use bazel-diff with bzlmod enabled using only local_repositories (no connection to bcr). I'm getting unknown repo errors:
Bazel command:
Not sure what I'm doing wrong.
BUILD.bazel
MODULE.bazel
WORKSPACE
The text was updated successfully, but these errors were encountered: