stripe / skycfg

Skycfg is an extension library for the Starlark language that adds support for constructing Protocol Buffer messages.
Apache License 2.0
648 stars 54 forks source link

starlark: use the new CallStack API #53

Closed jbdalido closed 5 years ago

jbdalido commented 5 years ago

related to https://github.com/google/starlark-go/pull/193/commits/efe33da344e187de1ef52c968c1ad19d5b6af259

Replacing calls to Caller by CallFrame and CallStack.

jmillikin-stripe commented 5 years ago

Timing out -- I've merged https://github.com/stripe/skycfg/pull/54 to update the starlark-go dependency. If the other changes in this PR (e.g. path resolution) are something you still want, feel free to re-open or re-branch.