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

Make it easier to parse rules_go's .bzl files with Go Starlark #4140

Merged

Commits on Oct 9, 2024

  1. Don't use named arguments in dict.get()

    Even though Bazel itself permits it, the Go Starlark interpreter does
    not. I think the Go Starlark interpreter is correct here, because plain
    Python also doesn't permit it.
    EdSchouten committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    7d3b73d View commit details
    Browse the repository at this point in the history