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

MODULE.bazel files that use variable bindings show up weird in the UI #91

Open
Wyverald opened this issue Aug 23, 2023 · 0 comments
Open
Labels
bug Something isn't working

Comments

@Wyverald
Copy link
Collaborator

contrib_rules_jvm's MODULE.bazel contains this snippet:

bazel_dep(name = "protobuf", version = PROTOBUF_VERSION, repo_name = "com_google_protobuf")
...
bazel_dep(name = "rules_proto", version = "5.3.0-{}".format(PROTOBUF_VERSION))

At https://registry.bazel.build/modules/contrib_rules_jvm/0.18.0, it's displayed like the following:

image

This is obviously not that easy to fix properly. We could implement (partial) Starlark eval in JS, but that sounds like a lot of work. Nevertheless, I'm filing this issue for posterity.

@hobofan hobofan added the bug Something isn't working label Aug 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants