Matt Mackay
Results
52
comments of
Matt Mackay
The impl in rules_py has some extra considerations for handling things for bazel. A previous blocker for adopting uv was they only provide a binary, with no library API, a...
The reason this works in rules_python is that they use an exposed internal method to expand the files, rather than the one on `ctx`, all Bazel built-in rules exhibit this...