aiuto

Results 224 comments of aiuto

I think the most powerful would be a combination of the conditional and the find, so that it would be possible to write a single buildozer script that would work...

We should deprecate examples within bazelbuild/bazel in favor of bazelbuild/examples. The biggest problem with examples in the bazel repo is that we don't want to have examples that depend on...

I use a no-op buildifier for large changes which just delete lines ----- snip ---- #!/bin/sh echo $* >/tmp/fooo for arg in $* ; do case $arg in */BUILD )...

Based on recent experience with a very large change, I think I might be happy with an option to disable various buildifier rewrites on buildozers print. - nothing should be...

I think the kind of ignore you want could be done relatively easily with a # buildifier:ignore tag that essentially turned the comment it is in until the next blank...

Just for fun, I decided to spend a few hours tinkering with a buildifier:noformat option. This would apply to the next expression. The basic idea is - we use the...

I'm new to this problem, so feel free to tell me my suggestions are junk. It looks like go_googleapis-deletebuild.patch is getting rid of the declarations for other languages than Go....

The current content of rules_pkg is confusing I would like to fix that. Most repos under bazelbuild https://github.com/bazelbuild name rules_X contain rules for creating X. The few that are for...

I realize now I did not directly address @chanseokoh\'s question "I'm not really familiar with the Bazel ecosystem. What does it mean? It is like "experimental", "alpha", or "use at...