Lucas Kacher
Lucas Kacher
@haikalpribadi: https://docs.bazel.build/versions/master/command-line-reference.html#target-pattern-syntax
Related to: https://github.com/johnynek/bazel-deps/issues/80
~Does this pertain to both transitivity options: `runtime_deps` and `exports` for our import strategies?~
Same issue over here. bingo `v0.6` go `go version go1.19 darwin/arm64`
Would the use-case where a `scala_test` target is required to redeclare the external dependencies of it's `scala_library` fall into this issue -- or would that be something else? I have...
Regarding the newly documented `strict-deps`, > Note: Currently strict-deps is protected by a feature toggle but we're strongly considering making it the default behavior as java_* rules do. If it...
No worries @ittaiz, the proposed solution I was referring to was: > Pass direct and indirect jars to scalac's classpath (like java compilation does). Add a scala compiler plugin which...
I am on current HEAD ff23a62c57d2912c3073a69c12f42c3d6e58a957, and provided that I am not looking for an absolute value and using `minimum_bazel_version` / `maximum_bazel_version` I am not having issues with homebrew installs.
These would be local projects, so let's say I have projects `a` and `b`, right now in order to use `b` in `a` we need to manually pull in the...
@mikebranski, I have been speaking with CCI about the issues on the staleness and they are tracking a fix internally. It's unclear to me how committed they are to doing...