Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new_load local naming syntax with = no longer works #1255

Open
shahms opened this issue Mar 20, 2024 · 0 comments
Open

new_load local naming syntax with = no longer works #1255

shahms opened this issue Mar 20, 2024 · 0 comments

Comments

@shahms
Copy link

shahms commented Mar 20, 2024

As part of working around an upstream project which is not "empty glob" clean, I run:

buildozer 'new_load @io_kythe//tool:build_rules/support.bzl glob=allow_empty_glob' ...

This use to work and add the load:

load("@io_kythe//tools:build_rules/support.bzl", glob="allow_empty_glob")

To the corresponding files. It now appears to entirely ignore the part before the = sign. This is a regression.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant