Andreas Herrmann

Results 248 comments of Andreas Herrmann

> What I was thinking was we start from your current master and incrementally add. Rebasing will be a lot more complex. Agreed! > Yeah, this is what we did...

To summarize, it sounds like these are the items that need work to complete the upstreaming: - [ ] https://github.com/aherrmann/rules_zig/issues/285 - [x] https://github.com/aherrmann/rules_zig/issues/490 - [x] rename `zig_module` to `zig_library` -...

I published a new release, 0.10.0, that includes the restricted support (removed WORKSPACE, removed Bazel 7, removed Zig

Thanks @cerisier for raising these extra items. They all sound good to me with one exception: > Removal of csrcs. So that all C compilation is done through a bazel...

Apologies for the late reply. It didn't get to this earlier. I'll share how isolated extensions are currently used in `rules_nixpkgs` and what problem they solve. * Only isolated extensions,...

This looks good! IIUC this effectively implements something like the hub repository pattern, but, without the need for the actual hub-repo, by having `bazel mod tidy` implement the mapping in-place...

[Fails with](https://github.com/tweag/rules_haskell/actions/runs/9675820608/job/26694104566#step:12:2503) ``` external/abseil-cpp~20230802.0.bcr.1/absl/base/policy_checks.h:79:2: error: #error "C++ versions less than C++14 are not supported." 79 | #error "C++ versions less than C++14 are not supported." | ^~~~~ ``` We should...