Marcus Boerger

Results 35 comments of Marcus Boerger

The issue I now have with the private repo is that `_system_module_map` now uses `ctx.actions.template_dict().join_all()` with arg `allow_closure = True`. That requires Bazel version 7+ which I cannot use yet...

After applying the fix from #337 the mentioned private repository works fine after upgrading to Bazel 7.2.1. It also works in `v1.1.2` without patching. @ahojnnes Feel free to reopen the...

> It’s a reformatting script that I keep in bb-storage that’s also capable of reformatting code in any other bb-* repo. > > So I’m not able to mark it...

> Can a maintainer please re-run CI on this PR? I checked the errors and it appears that the new inner script is still not present. So somewhere it is...

@RyanTorok the version that conditionally generates the inner script wrapper fails on some tests as the file is then missing. Making the dependency dependent on the operating system class fails...