Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't call dict.pop() with named arguments (#1951)
**What type of PR is this?** Feature **What package or component does this PR mostly affect?** all **What does this PR do? Why is it needed?** I'm doing some experiments, where I'm trying to parse/analyze some existing Bazel rules using Go Starlark. This seems to be mostly successful, though I am noticing some small breakages. **Which issues(s) does this PR fix?** It fixes an issue where dict.pop() is called with named arguments in a couple of places, even though it's only supposed to be called with positional arguments. **Other notes for review**
- Loading branch information