Kyle Butt

Results 33 comments of Kyle Butt

Would it help to have support for an empty library that builds no `.a` file nor `.so` files, but still populates the package cache? Or would it be easier to...

> Hi, thank you for your PR! > > I am worried that passing multiple filepaths to the bios command might break existing bios scripts, since they may assume it...

> > The files are separated by '\x1f', the record separator character. Null won't work because environment variables are null terminated. It's possible to put a record separator in a...

I got that working, and pushed up the result if you want to take a look.

Sorry for the delay. I'll pick this back up again this week.

I have a first pass at using a provider to handle this. I only handled empty libraries with a provider. Let me know if this along the lines that you...

Was hoping to get some progress on this. This fixes one of the biggest weaknesses that `rules_haskell` has dealing with cabal packages. There's even a hardcoded list in order to...

> Also, some of the test cases currently fail with Sorry, this was missed from one of the commits. It's now added. One thing down, several more to go.

> Also, it would be nice to wire this up in the module, so it can be used from a `MODULE.bazel` file. I added a commit that I think does...