Ezekiel Warren

Results 78 comments of Ezekiel Warren

hey @mmorel-35 I did some major work to get SDL running with bzlmod if you want to check it out here: https://github.com/zaucy/SDL (it has tests as well!) Currently it just...

Unfortunately the patches aren't applying for arm64 in the presubmit and I'm not sure why. If anyone has any insight it would be much appreciated. The patch was simply generated...

Ah I see. I didn't notice the source patch. This is the one you're talking about right? ```diff --- a/libarchive/archive_hmac_private.h +++ b/libarchive/archive_hmac_private.h @@ -40,12 +40,13 @@ */ int __libarchive_hmac_build_hack(void); -#ifdef...

Some kind of `#define` in the upstream that we could configure would probably be the best call imo! anyways here's the fix: https://github.com/bazelbuild/bazel-central-registry/pull/2271

getting boost into the BCR is awesome! I was attempting to convert all boost modules into bazel modules here https://github.com/bazelboost but if your tool is doing a better job and...

Adding https://github.com/libsdl-org/SDL directly would probably be better. They don't want bazel files in the official repo (https://github.com/libsdl-org/SDL/issues/7769), but we can maintain patches that add them.

Maintaining a fork that generates a diff from the changes would work pretty well I think! Creating a bzlmod related branch that is based off the the release tag (such...

If you're not sure it's appropriate to submit to the BCR you can create your own registry until you're ready! Here's a few examples: * https://github.com/bazelboost/registry (I'm the maintainer) *...

I've been using rules_sass heavily recently and I noticed on my machine (running windows) if I comment out the dependencies of `//examples/hello_world:hello_world` it still compiles. ``` $ bazel build examples/hello_world...