Gregg Reynolds
Gregg Reynolds
The readme says: bazel build //examples/08_using_build_setting:a ... I believe that should be :everything instead of :a Nice examples, btw, thanks.
Hello! I'm writing a tool to generate Bazel build files, and I'm using codept to do dependency analysis. I've got a daemon (written in C) that runs [fswatch](https://github.com/emcrisostomo/fswatch) to monitor...
Hi, I need to watch `.*\.ml$` and `.*\.mli$` files. I think regex `.*\.ml.?$" ought to work, but it doesn't, so I need to add two filters. Should '?' work? (This...
On the topic of filtering, I wonder if it would make sense to support an API that would allow filtering by file extension instead of regexps. I'm guessing that sort...
Thanks for this great sw! I'm using libfswatch to create to tool and it's working great. I'm looking for a good way to selectively exclude stuff. Currently I start by...
I don't want buildozer to reformat my code. If I want that I can run buildifier separately. Maybe `-buildifier=disable`? Specific case: I have attribute lines like: ``` opts = [...
Is there a flag to turn off dep sorting? Dependency ordering is significant for some languages/tools, so sorting deps renders buildifier unusable. Case in point: OCaml. Thanks, Gregg
The suggestion is to break boot into two parts the better to support tool makers who just want the boot kernel without the builtins and utils. A `boot.kernel` project would...
It would be very helpful, esp. for newcomers, if file role were indicated in the output of `show -f`. Color coding would be nice, but IMO should be complemented by...
**version** Commit 3e072260e359be51bf6646e219042c319dd9f5f8 **platform** I'm adapting cli-matic to work with nodejs using the Clojure CLI tools. **problem** When I pass an unknown subcommand I get a crash involving a Java...