Claudio Bley
Claudio Bley
See e.g. https://github.com/bazelbuild/bazel/issues/17880#issuecomment-1483112863 I think we could indeed add an attribute which accepts a label to a json file which would be an object that accepts properties corresponding to the...
This currently fails for the nixpkgs builds with: ``` panic: rulesGoStdlibPrefix should have been set via -X ``` This was fixed upstream in https://github.com/tweag/rules_nixpkgs/pull/422
Support for module extensions landed in [stardoc 0.6.0](https://github.com/bazelbuild/stardoc/releases/tag/0.6.0) but is only supported by Bazel >= 7 as of now: > When using Bazel 7 or newer (or current Bazel HEAD),...
Fails with: ``` ERROR: Bazel version 6.2.0- (@non-git) is not compatible with module "[email protected]" (bazel_compatibility: [>=6.4.0]) ``` Depends on #2039
This change pulls in an update for `io_bazel_rules_go`: ``` For repository 'io_bazel_rules_go', the root module requires module version [email protected], but got [email protected] in the resolved dependency graph. ``` which causes...
Fails with: ``` ERROR: Bazel version 6.2.0- (@non-git) is not compatible with module "[email protected]" (bazel_compatibility: [>=6.4.0]) ERROR: Error computing the main repository mapping: Bazel compatibility check failed ``` Update: Fails...
Made some progress: 1. use the official GHC 9.6.1 bindist as this is built with Hadrian 2. fixed a few build problems, so now the `./tests/run-start-script.sh --use-bindists` works on CI
Given that there is an experimental `isolate` argument for the `use_extension` function in Bazel >= 6.3.0 (under the `--experimental_isolated_extension_usages` flag) it seems that this would be a better mechanism to...
> I want to pick it up @avdv Sure, thank you!
> @avdv @athityakumar any update on when this PR could be merged I can't merge it. I just published colorls 1.5.0 manually, including the change of this PR. This should...