-
Currently, we are using [a script](https://github.com/wfurt/freebsd-bootstrap-cli/blob/f59591c37f06c343686bd0ad35f04616463ebff1/scripts/upload-github-release-asset.sh) and calling it from .cirrus.yml …
-
### What version of gazelle are you using?
`v0.23.0`
### What version of rules_go are you using?
`v0.26.0`
### What version of Bazel are you using?
`4.1.0`
### Does this is…
fishy updated
3 years ago
-
The code:
```python
print(foo)
```
could generate a warning that `foo` is undefined. It's useful in IDEs to get the information quickly (before even running the code).
-
See for example https://github.com/bazelbuild/rules_fuzzing/actions/runs/2522403386:
```
ERROR: Traceback (most recent call last):
File "/home/runner/work/rules_fuzzing/rules_fuzzing/WORKSPACE",…
-
Hello!
Apologies if this isn't the best forum for feature requests, but wanted thoughts/opinions on adding an analog to `mvn dependency:tree` as a rule.
I believe this should be possible via the …
-
Getting errors with a clean installation using bazel 5.3.0 and the latest commit from `master` on both debian and mac.
**mac os 12.6, azul jdk 11**
```
$ bazel test //...
Starting local Bazel se…
-
Right now, while android native rules are used, this isn't a critical issue - however, once the rules_kotlin start using starlark rules_android, the mixing of jvm and android rules results in a forced…
-
### Description of the feature request:
I would like windows users to be able to build and test changes on linux via remote execution. The desired workflow is that there's a `remote` config in the r…
-
### Description of the bug:
The Java protobuf aspect on `proto_library` usually carries over the `transitive_source_jars` from dependencies as expected. However, in the special case where the `proto…
-
It looks like this is what disables looking in the user site package. The only reference to this variable is in a test checking that it is 1, so it's evidently on purpose. However, it would be usefu…