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

starlark: Add "??" syntax for none-coalescing parameters to UnpackArgs. #350

Closed nicks closed 3 years ago

nicks commented 3 years ago

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

nicks commented 3 years ago

@alandonovan did you have any other questions or concerns about this PR?