Joy Gao

Results 7 issues of Joy Gao

Currently `rust_test` does not support generating junit xml report out-of-the-box. To support this for all rust test target, a workaround is with the `--run_under` flag and a script that writes...

enhancement

Currently `rust_doc_test` does not support "data" dependency, so a `rust_doc_test` for a `rust_library` with data dependency (i.e. output from `genrule`) leads to errors like: > label in $(location) expression is...

enhancement
rustdoc

### Description of the bug: We have `--experimental_remote_downloader` flag enabled with bazel-remote cache, however it does not honor `--remote_local_fallback`. When the remote cache shuts down unexpected, the following error is...

type: bug
untriaged
team-Remote-Exec

### What version of gazelle are you using? v0.35.0 ### What version of rules_go are you using? v0.46.0 ### What version of Bazel are you using? 7.0.2 ### Does this...

### What version of gazelle are you using? 0.28.0 ### What version of rules_go are you using? 0.37.0 ### What version of Bazel are you using? 6.0.0 ### Does this...

We are testing out the flow where the desired version of ruby is not installed on the host. I expect for rules_ruby to be able to install and use v2.7.6....

### What happened? when running `bazel lint --fix`, a patch file gets successfully generated: ``` --- a/path/to/file.ts +++ b/path/to/file.ts @@ -1,5 +1,5 @@ -import logform from 'logform'; import _ from...

bug
untriaged