Alex Eagle

Results 1034 comments of Alex Eagle

Ah okay I will look again. I was not able to repro yet.

We register the toolchain for users here: https://github.com/aspect-build/rules_py/blob/main/MODULE.bazel#L21 so that explains why the existing test is green, there's no additional install snippet needed for users.

We had a design discussion about this today, but we don't have enough requirements. I'm not sure that the Bazel implementation for `--build_python_zip` produces a file that follows any existing...

Our convention is that while `examples` is in the root WORKSPACE, the e2e/ folders act as standalone examples. I'll leave this open since I do think we'll add more examples...

we now have `aspect init` in our CLI which creates a new minimal rules_py project. I think that's as good as a standalone example. You can look in https://github.com/aspect-build/aspect-workflows-template for...

Hi @Sitiritis - thanks for asking, the likely course right now is to fix up https://github.com/bazel-contrib/bazel-mypy-integration since there's an enthusiastic contributor helping out there now. I'll have to figure out...

@ewianda thanks for that investigation. Since we can only have "a few" layers, I don't have a principled suggestion for this. Some special cases like pytorch seems like the only...

Nice, thanks @betaboon that's indeed very interesting. I dunno when we'll get to it... and it's not a rules_py issue, really more of a rules_oci issue that it should do...

I'm not able to reproduce. ``` rules_py_snip % bazel build :all INFO: Analyzed target //:venv (80 packages loaded, 2585 targets configured). INFO: Found 1 target... Target //:venv up-to-date: bazel-bin/venv bazel-bin/venv.venv.pth...

@mattem the toolchain declaration is provided by the rules_py module here: https://github.com/aspect-build/rules_py/blob/main/MODULE.bazel#L21 that's not a devDependency; it should also function for users. I don't have a theory why @KoltesDigital is...