Malte Poll

Results 120 comments of Malte Poll

I created #61 which is a step towards supporting bzlmod.

The root cause has been found and will be fixed by https://github.com/bazelbuild/bazel/pull/23438 at some point. Now working on a temporary workaround in rules_nixpkgs.

It looks like this feature was removed [on purpose](https://github.com/bazelbuild/bazel/commit/ec5553352f2f661d39ac4cf665dd9b3c779e614c). I think we should add a `dynamic_deps` attribute to `haskell_library` that expects a label with `CcSharedLibraryInfo` provider. I can take a...

The support for `cc_shared_library` is now in draft state in #2232.

Superseded by #2232

Let me clarify what I am trying to achieve here: This is supposed to be a method to update a SHA256SUM file (check with upstream repositories for new versions of...

I believe the nuget feature was implemented here: https://github.com/renovatebot/renovate/pull/15698 maybe this unblocks the feature request in this PR?

As mentioned in [my comment](https://github.com/bazelbuild/remote-apis/pull/329#issuecomment-2709724117) on your PR, I don't think the spec allows for more than one expected checksum right now. Additionally, bazel-remote only understands `checksum.sri` with `sha256` at...

@mostynb I can update this PR to support parsing `checksum.sri` qualifiers containing more than one checksum separated by spaces (where only sha256 is selected for now). Does that make sense...