google / starlark-go

Starlark in Go: the Starlark configuration language, implemented in Go
BSD 3-Clause "New" or "Revised" License
2.3k stars 209 forks source link

resolver: make -nesteddef and -lambda always on #328

Closed alandonovan closed 3 years ago

alandonovan commented 3 years ago

See https://github.com/bazelbuild/starlark/pull/145 for spec changes.

Updates https://github.com/bazelbuild/starlark/issues/20

alandonovan commented 3 years ago

Looks good. Does this mean Bazel will support these as well?

Yep, the plan is that the spec and all implementations support it.