google / go-jsonnet

Apache License 2.0
1.63k stars 235 forks source link

fix: use debugValueToString for debugger operations #759

Closed theSuess closed 5 months ago

theSuess commented 5 months ago

The valueToString operation introduced by #742 is incompatible with the way the implementation from #739 as it tries to manifest an object from stack while the implementation needed by the debugger returns the value as-is without further evaluation.

sbarzowski commented 5 months ago

Thank you!

coveralls commented 5 months ago

Coverage Status

coverage: 68.143% (-0.4%) from 68.497% when pulling 8a3c380777735a95b46745941e53b5fbf4f4c883 on theSuess:fix/add-debugvaluetostring into 214a61790a4ec164beadd4ccf3a2b84418c06eb0 on google:master.