Alex Eagle

Results 280 issues of Alex Eagle

In the Angular repo, there are some steps you should take to update RBE toolchain whenever you update the bazel version. This would naturally live as a comment in the...

type: feature request
P3

Recently Buildkite added a "failing" status, which lets the UI turn red before the tests have all finished running. https://buildkite.com/changelog/160-failing-builds-fast This would be great for all Bazel runs under Buildkite....

new-project

https://github.com/aspect-build/bazel-lib - [ ] My project is part of the bazelbuild GitHub organization. - [X] My project is a rules set of a GitHub organization other than bazelbuild. - [...

new-project

In rules_nodejs we vendor some code into third_party (like some bits from skylib) Thus if I try to enable buildifier on bazel CI it says I have to make changes...

In the BazelCon talk that inspired this repo, at this timestamp: https://youtu.be/9Dk7mtIm7_A?t=1875 Benjamin talks about how Dropbox operationalized the bazel-diff tool by hosting it as a service. This issue proposes...

Right now users copy-paste the `bazel-diff-example.sh` to stitch together the bazel-diff commands. This means users end up modifying and having diverging copies, not able to upstream their improvements to share...

Frontend developers typically won't install Buildifier on their system path. Instead it will be fetched along with their other toolchain dependencies by a package manager like `npm` or `yarn` Opening...

type: feature request
P3

TypeScript team has to reason about whether a change is "breaking" in the long tail. AFAIK they don't have a mechanism to upgrade all TS code at Microsoft to determine...

If an analysis produces edits to the source code, then the BigQuery should produce an output which is suitable to marshal into a patch that can be applied and committed...

TypeScript language service can suggest fixes for some diagnostics. In some cases the fixes should apply to strictness patterns governed by flags. It would be useful to generate the fixes...