Alex Eagle
Alex Eagle
It looks to me like that proposal still requires that users of a go dependency will have to include workarounds in their MODULE.bazel file? Or will rules_go be able to...
I think this is a feature, not a bug. I would want glob to not descend into nested packages *nor* into ignored directories. If you just want to mark that...
@mvgijssel for that case, you can just set `--deleted_packages` to mark particular BUILD files as not denoting a package boundary. for example: https://github.com/aspect-build/aspect-cli/blob/a9aaa61868ec60b08b0ad47c3cc2a5275c19a2dc/.bazelrc#L12-L15
That error is our own, in extensions.bzl doing logic that looks at the global view of all calls to the extension and decide what to do. I think it's just...
Note: renovatebot.com already supports Bazel and we use it in a number of Bazel-adjacent repos
I ran into this as well, trying to exercise the examples at HEAD
In https://github.com/aspect-build/rules_py we have this feature.
@gregmagolan what are the next steps with this one?
I think this was fixed in #98
I see, would you like to push this one forward then?