mirror of
https://github.com/google/go-jsonnet.git
synced 2025-08-08 07:17:12 +02:00
My understanding of origin of this bug was that once we were creating thunks for binary operator arguments. So the environment was no longer needed once they were created, so they could be tailcalls. Now we're calling i.evaluate directly (for performance) and now the environment cannot be destroyed during the evaluation of the first argument.
2 lines
3 B
Plaintext
2 lines
3 B
Plaintext
42
|