google / skylark

Skylark in Go: the Skylark configuration language, implemented in Go [MOVED to go.starlark.net]
BSD 3-Clause "New" or "Revised" License
1.19k stars 74 forks source link

Builtin: push a Frame on the Thread's stack even when calling Builtins #112

Closed alandonovan closed 6 years ago

alandonovan commented 6 years ago

This makes the stack trace more accurate.

Breaking API change: (Frame).Function is superseded by (Frame).Callable.