You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
google/starlark-go#252 (comment) is an example of embedding the go context into the thread local storage before the run but still having the potential for it to change (ie obviously this is useful only because the context may be marked as stopped/cancelled elsewhere and that being reflected in this method).
Not quite the same as my expected workaround of embedding the context so we can add data into its databag, but similar.
Function is called in testingutil.go and funcs.go in Sonolark
https://pkg.go.dev/go.starlark.net/starlark#Thread.SetLocal
The text was updated successfully, but these errors were encountered: