Claudio Bley

Results 293 comments of Claudio Bley

> Interesting, the [template built into Bazel](https://github.com/bazelbuild/bazel/blob/41da8a42510f6d9b6ea1937077997e8019d75eb9/tools/cpp/BUILD.tpl#L121C28-L121C55) includes this > > ``` > extra_flags_per_feature = %{extra_flags_per_feature}, > ``` Yes, but In Bazel, the `extra_flags_per_feature` variable is a dict (see https://github.com/bazelbuild/bazel/blob/e88a7d982411e3d6bbfb658b88e76944ea5ed720/tools/cpp/unix_cc_configure.bzl#L559C5-L559C33)...

This seems to break compatibility with bazel < 6.3: ``` ERROR: /home/runner/.cache/bazel/_bazel_runner/8c1e0159f4edbec0d500d51744201c1f/d470f2a9fbd7bfdac98352b759be089a/external/com_google_protobuf/upb_generator/BUILD:289:21: @com_google_protobuf//upb_generator:protoc-gen-upb_toolchain: no such attribute 'output_files' in 'proto_lang_toolchain' rule ```

Seems this requires some migration: ``` ERROR: Error computing the main repository mapping: at /home/runner/work/rules_haskell/rules_haskell/haskell/asterius/repositories.bzl:15:5: at /home/runner/work/rules_haskell/rules_haskell/haskell/asterius/asterius_dependencies.bzl:3:6: cannot load '@aspect_rules_js//npm:npm_import.bzl': no such file ```

Thank you, that looks good so far. It would be nice if this would be usable from `stack_snapshot` and also from the module extension. With this in place we should...

> No, I could move my PR to a branch in this repository. I would just need to be a contributor. But it isn't urgent. Oh sure, we can do...

Duplicate of https://github.com/tweag/jupyenv/issues/388 Currently, only Linux x86_64 is supported. But see [#issuecomment-1520632156](https://github.com/tweag/jupyenv/issues/388#issuecomment-1520632156)

I am AFK right now, but logging in to sonatype I do not seem to have an access token... Not sure which one is used for publishing. \edit: I misunderstood...

rules_sh, rules_nixpkgs and rules_haskell all fail with the same error: ``` File "/var/lib/buildkite-agent/.cache/bazel/_bazel_buildkite-agent/2bbac50a5364a2d14c5e3065383ed7e2/external/rules_sh+/sh/posix.bzl", line 11, column 55, in load("@bazel_tools//tools/cpp:lib_cc_configure.bzl", "get_cpu_value") Error: file '@bazel_tools//tools/cpp:lib_cc_configure.bzl' does not contain symbol 'get_cpu_value' ``` We...

> Maybe your PATH on the remote executor contains "."? That might also explain it. It probably shouldn't. All these actions run locally (`local_only = True`), and `.` is not...

rules_cc 0.0.10 depends on stardoc 0.7.0, which depends on rules_java 7.6.1 (also see #533) which requires Bazel 7.0.0 (https://github.com/bazelbuild/bazel-central-registry/blob/40bc9ad53e5a59d596935839e7c072679e706266/modules/rules_java/7.6.1/MODULE.bazel#L5C5-L5C6)