Michael Vorburger
Michael Vorburger
@hofbi the 2nd commit which I've just added to #1714 explains this - hope that helps you.
> @vorburger Thanks for this, initially I thought the same so good to see this confirmed. @hofbi I'm glad that you've found this useful. If only @alexbakker or @michaelschattgen would...
Is this perhaps a duplicate of what to me looks like related issue #901 ?
In #1424, @AustinSchuh said that this is caused by (quote) _"pulling in an old bazel_skylib"._ `bazel mod graph` shows these versions. In my project, where I'm also seeing this error,...
Actually, looking at [this](https://github.com/google/guava/blob/d0de930d286e32b09fe00b823387902be6687aaf/guava/src/com/google/common/base/PatternCompiler.java#L32) leads one [here](https://github.com/google/error-prone/blob/baf0e0aa9e0b956bb7662e1bc7152bbc47db4e33/annotations/src/main/java/com/google/errorprone/annotations/RestrictedApi.java#L89), and noting https://github.com/google/error-prone/commit/9dbf460a76fa4effc0aeb8d51704023a249b3aa1 by @graememorgan ... except that's 2 years old! Curious why that's being picked up here... (my https://github.com/enola-dev/enola/ project is, generally,...
> Curious why that's being picked up here... Running `bazelisk build //java/dev/enola:javadoc 2>/tmp/javadoc.txt` gives this full log: [javadoc.txt](https://github.com/user-attachments/files/19271021/javadoc.txt) That includes a whole circus of different versions of Error Prone Annotations!...
I'll try: "onCreateCommand": "nix develop --command bash -c 'echo done building nix dev environment'"
I'm interested in this as well, in the context of https://github.com/enola-dev/enola/issues/1635#issuecomment-3344262871. @vinnybod unfortunately your #1375 explicitly specifies: _"Exclusions set by `excluded_artifacts` are not passed along to the `pom.xml`."_ yet that...
BTW: One of the disadvantages of per-artifact exclusions, as opposed to global exclusions, is that you have to go hunt for and add explicit more dependencies which otherwise using global...
> In [enola-dev/enola@e16239c](https://github.com/enola-dev/enola/commit/e16239c3eb3dd610292ed46bb59476c08dbe2118), I've actually just introduced a fancy template-based approach where I'm now generating my `MODULE.bazel`, from a (my very own) [BOM YAML](https://github.com/enola-dev/enola/blob/e16239c3eb3dd610292ed46bb59476c08dbe2118/MODULE.bom.handlebars.yaml#L1); perhaps I'll extend that format to...