Skip to content

fix: use debugValueToString for debugger operations#759

Merged
sbarzowski merged 1 commit intogoogle:masterfrom
theSuess:fix/add-debugvaluetostring
Jun 11, 2024
Merged

fix: use debugValueToString for debugger operations#759
sbarzowski merged 1 commit intogoogle:masterfrom
theSuess:fix/add-debugvaluetostring

Conversation

@theSuess
Copy link
Copy Markdown
Contributor

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.

The `valueToString` operation introduced by google#742 is incompatible with the way
the implementation from google#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 sbarzowski merged commit 2b4d753 into google:master Jun 11, 2024
@sbarzowski
Copy link
Copy Markdown
Contributor

Thank you!

@coveralls
Copy link
Copy Markdown

Coverage Status

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

vhata pushed a commit to discord/go-jsonnet that referenced this pull request Aug 30, 2024
The `valueToString` operation introduced by google#742 is incompatible with the way
the implementation from google#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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants