You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Prevent absolute path creation in uv lock template (bazel-contrib#2769)
This change fixes a bug in the `lock` rule where, when the package is at
the root level, the path to `requirements.txt` is constructed
incorrectly with a leading double slash (`//requirements.txt`), causing
it to be interpreted as an absolute path.
This change detects if the package is empty before constructing the
output path.
Work towards bazel-contrib#1975
---------
Co-authored-by: Ignas Anikevicius <[email protected]>
0 commit comments