Ignas Anikevicius

Results 504 comments of Ignas Anikevicius

I merged `main` into this PR, let's see how it goes.

With #1393 you should be able to apply patches to wheels, although it only supports `bzlmod`. Would that be something that is good enough for your use case?

FYI, for legacy `WORKSPACE` users it is technically possible to pass `whl_patches` argument to `install_deps()` call in your `WORKSPACE`. The API is not something we want to make a promise...

FYI, this is working: ``` diff --git a/examples/bzlmod/MODULE.bazel b/examples/bzlmod/MODULE.bazel index 0d1c7a7..9dbdfd5 100644 --- a/examples/bzlmod/MODULE.bazel +++ b/examples/bzlmod/MODULE.bazel @@ -18,7 +18,7 @@ python.toolchain( configure_coverage_tool = True, # Only set when you have...

This is fixed in bazelbuild/bazel@07e0d316a345a3cb2593f98525320590bbc56e30. We can close this once we only support 7 and above. Then the warning message in the code introduced in #1637 can be removed.

I'll keep this open for pyi file inclusion in py_library. I am not sure if there is a good story yet, so it may be useful to consider these in...

I think we should probably stop writing/installing entry points as we have a `py_console_script_binary` alternative. Is anyone depending on using the entrypoints?

Playaing devil's advocate here - why would we have to support this API when `bazel` is working on [subrule](https://bazel.build/rules/lib/builtins/Subrule) support? ~Is it not possible to use the `py_binary` and friends...

We have a lot of property tests in the projects I have at work and I would like to provide how I see this being useful for our use-case. I...

@jasonroyle, @Raffaello, I was wondering what was the status on this. I am keen on seeing the cluster creation parts improved in this role and it would be great if...