Marcus Boerger

Results 35 comments of Marcus Boerger

I ran into the same issue on one of my repos. And got it working with https://github.com/hedronvision/bazel-compile-commands-extractor/pull/209 The problem is that the source file a header (`.h`) cannot be found...

Thanks for confirming @fmeum. The header only libraries get their own entries this way. Which imo is a clear improvement.

This was certainly an oversight. Apparently we did not end up needing it despite the complex original use case (convert all flex usage in PHP with RE2C). On Sat, Jul...

A proposal to implement this is in https://github.com/actions/cache/pull/1571

See also https://github.com/actions/cache/discussions/1598

Imo, the best way to address both issues, extended Unicode car insensitivity and the same for range is to add new flags and options. No reason to change the existing...

I cannot reproduce this error on Ubuntu 25.04. I tested all combinations of the below: * rules_go: 0.5.0.0, 0.52.0, 0.59.0, HEAD as of 2025.11.12 * toolchains_llvm: 0.1.4, 0.1.5, HEAD as...

@baylesj could you review this?

I could not find an easy solution. So for the time being I have pinned my repos to a commit hash just before version 1.0.0.

I tried successfully #337 with https://github.com/helly25/mbo/releases/tag/0.2.27 but I have a private repository where it causes issues. I'll investigate that further.