Alex Eagle

Results 1034 comments of Alex Eagle

oh `X:/external` I missed the windows path in that original post 🤦🏻

@mattem any idea if renovate should be setting some environment variable like `CARGO_BAZEL_REPIN=true` so that it could send Green PRs?

I want this now to make `aspect init` nice: https://github.com/aspect-build/aspect-workflows-template/issues/60

Interesting, @jl-applied is there a use case for setting a `stamp` attribute on a test target? I think in theory we want to support the full `py_*` native rule API...

Our macro can have a `stamp` attribute, but we just error when you pass it so you get the documentation in the right spot.

Thanks for the feedback @georgevreilly ! We've finally found some funding to get started on a 1.0 release for rules_py and hope to reach that around BazelCon. Is your employer...

I think this is a consequence of a fundamental design decision. `rules_python` puts the name of your repository on the `sys.path` and therefore your local top-level folders were namespaced by...

Yeah, this is a problem, we haven't had time to dig into it. A bug bounty would be helpful here, since we don't have many Bazel users on Windows asking...

Sure, the hard part is cross-compiling the Go binary including cgo dependencies. Without that we could try some GHA release automation changes to build the exe on a Windows runner,...

You can build the //release package, see https://github.com/aspect-build/aspect-cli/blob/main/release/release.bzl#L38