google / starlark-go

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

spec: load statements may not be nested in any other statement #276

Closed alandonovan closed 4 years ago

alandonovan commented 4 years ago

This is a potentially breaking language change, but I suspect few users care. If you are one of them, please report the issue.

Fixes https://github.com/google/starlark-go/issues/275

alandonovan commented 4 years ago

@laurentlb