-
### Description of the feature request:
Make it easier to produce nice looking error messages with `fail()`.
So we can write this:
```
fail.format(
"Unable to find interpreter '{name}' f…
-
go build -ldflags="-X=main.MAINVER=${pkgver} -linkmode=external"
go: downloading github.com/v2fly/v2ray-core/v4 v4.43.0
go: downloading golang.org/x/net v0.0.0-20210903162142-ad29c8ab022f
go: downl…
-
The spec is self-contradictory on the interaction of hashing and freezing. Using language from the documentation of the Go implementation, it says this:
> Lists are not hashable, so may not be used…
-
### Description of the feature request:
I would like to write rules which contain an `args` attribute where users can define a test with unique command line arguments. I think it would make the most…
-
When `--incompatible_enable_android_toolchain_resolution` is set, bazel uses the `--android_platforms=xxx` flag to chose target architecture. The `bazel mobile-install` method is currently using this …
-
### Description of the problem / feature request:
To avoid duplicated actions on dependencies when using build-settings it's necessary to reset build-settings to it's default value. This is current…
-
Hello,
I'm seeing the following while trying to use this library:
```
$ go get github.com/qri-io/starlib
go: found github.com/qri-io/starlib/re in github.com/qri-io/starlib v0.4.1
go get: githu…
-
Since starting the repository I think I have a better understanding of how it should be laid out. I propose:
* `//tools/binaries/...` contains all the individual tool implementations.
* Also i…
-
## Problem statement
Thinking back, most Gazelle extension are focused on generating BUILD files content given source files. In such case, gazelle extension is mainly doing 2 things:
1. parse up …
-
@aiuto Are we okay to add pkg_install to the generated docs?
In particular, I think the following needs to be done:
1. Dependencies of pkg_install (in particular rules_python) needs to be added …