Alex Eagle

Results 412 comments of Alex Eagle

Under bzlmod, the toolchain registration will be automatic so there's nothing to do. WORKSPACE users might have to add a line. I still have to argue with Google about why...

Yes, we've always needed an abstraction layer so that tooling like this (SBOM generation, license compliance checks) can "read-through" the Bazel graph to the third-party dependencies for every language. Most...

As another way to describe the issue, https://github.com/reviewdog/errorformat/blob/master/fmts/testdata/ansible-lint.ok has `[E201] Trailing whitespace` as the message, but I think `E201` should have been parseable as a code and the message only...

scalafmt is supported by https://github.com/aspect-build/rules_lint - I encourage you to come try it out! I'm happy to provides some support for any problems with it. (big picture - format and...

I'm just nitpicking this because every added variable has the potential to collide with something the user already set, and shorter is more likely.

A bit related: https://github.com/bazelbuild/bazel/issues/15470

> release versioning used by this repo is incompatible with how Go modules are versioned as one option to consider (and I wonder if we are doing it right), https://github.com/aspect-build/aspect-cli/tags...

Dupe of #194 I think.

answers at a couple different levels: 1. I just found that not only are we limited to the three platforms, but we're also publishing the devserver binaries in both `@bazel/typescript`...

I'm going to need some help to get this over the finish line. Either someone with time to finish it or a corporate user to fund the work. https://github.com/bazelbuild/rules_nodejs/pull/2914 is...