John Firebaugh
John Firebaugh
**Description** Similarly to how Catch2 reads the `BAZEL_TEST` and `XML_OUTPUT_FILE` environment variables to support JUnit XML for Bazel, it should read [test specs](https://github.com/catchorg/Catch2/blob/devel/docs/command-line.md#specifying-which-tests-to-run) from the `TESTBRIDGE_TEST_ONLY` environment variable, which [will...
**Description** Similarly to how Catch2 reads the `BAZEL_TEST` and `XML_OUTPUT_FILE` environment variables to support JUnit XML for Bazel, it should configure [sharding](https://github.com/catchorg/Catch2/blob/devel/docs/command-line.md#test-sharding) based on the `TEST_TOTAL_SHARDS` and `TEST_SHARD_INDEX` environment variables,...
# 🐞 bug report ### Affected Rule Any rule that adds new layers to a base container image ### Is this a regression? No ### Description In the "history" entry...
It seems to me that a common use case for buildifier would be to have a rule that tests that all BUILD files conform to the lint rules. However, I...
# 🐞 bug report ### Affected Rule The issue is caused by the rule: `ts_project` ### Is this a regression? No ### Description The [documentation for `ts_project`](https://bazelbuild.github.io/rules_nodejs/TypeScript.html#ts_project) describes how to...
# 🚀 feature request ### Relevant Rules `nodejs_binary` ### Description When debugging rules and tests, sometimes what you really need to see is the full command line for the `node`...
# 🐞 bug report ### Affected Rule The issue is caused by the rules: `ts_project` and `nodejs_binary`. ### Is this a regression? No ### Description When you have: * Two...
# 🐞 bug report ### Affected Rule The issue is caused by the rule: `ts_project` ### Is this a regression? Unknown ### Description When building a `ts_project` rule where the...
# 🚀 feature request ### Relevant Rules Any [generated macro for npm packages with `bin` entries](https://docs.aspect.build/bazelbuild/rules_nodejs/5.3.0/docs/repositories.html#generated-macros-for-npm-packages-with-bin-entries). ### Description I am using [emscripten-library-generator](https://www.npmjs.com/package/emscripten-library-generator), which has a `bin` that writes to stdout...
Using the snippet from https://github.com/bazelbuild/rules_rust/releases/tag/0.2.1: ``` http_archive( name = "rules_rust", sha256 = "b58c63a6d8221f408f8852b4f74f81bc8c7aac9273f3899a74e32e6168a2c624", urls = [ "https://mirror.bazel.build/github.com/bazelbuild/rules_rust/releases/download/0.2.1/rules_rust-v0.2.1.tar.gz", "https://github.com/bazelbuild/rules_rust/releases/download/0.2.1/rules_rust-v0.2.1.tar.gz", ], ) ``` Produces the following: ``` WARNING: Download from https://mirror.bazel.build/github.com/bazelbuild/rules_rust/releases/download/0.2.1/rules_rust-v0.2.1.tar.gz failed:...