Alex Eagle

Results 430 comments of Alex Eagle

Dupe of #2165

That answer looks wrong to me - you'd change a BUILD file but get a cache hit on the buildifier test because declared inputs are the same?

Another 3p pointer: https://docs.aspect.build/rules/aspect_rules_py/docs/rules#py_pytest_main provides missing glue for pytest, thanks to @mattem and @f0rmiga

Hey sorry @paullewis I assume you've switched to aspect_rules_esbuild by now?

build_bazel_rules_nodejs will probably never go on the BCR and is no longer in this repo at HEAD.

Haven't seen any users of closure compiler asking about this in the last years, so I don't think this will ever be fixed.

I think this is handled in https://github.com/aspect-build/rules_py with upcoming work @mattem is open-sourcing that allows "virtual" dependencies, where the version of some import can be overridden by an application rather...

https://github.com/aspect-build/bazel-super-formatter may be interesting to anyone following this thread, it uses Bazel to create a formatter that runs Black on Python code, and also formats most other languages using their...

Update: aspect-build/rules_lint uses super fast Ruff for formatting.

Note, https://docs.aspect.build/rules/aspect_rules_py/docs/rules#py_pytest_main provides missing glue for pytest, thanks to @mattem and @f0rmiga