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
Unfortunately this error does not manifest under evalv3, but leaving here because I believe that matchN prints errors the same in both evaluator versions.
What version of CUE are you using (
cue version
)?Does this issue reproduce with the latest stable release?
Yes, similar (v0.12.0)
What did you do?
Run this script with
testscript -e CUE_TOKEN=<app token for registry>
:What did you expect to see?
A comprehensible failure message.
What did you see instead?
A failure message that's 28000 lines long.
It starts like this:
The failure in v1.12.0 is somewhat similar except the value is printed on a single line that's 345431 characters long.
We should do a better job of figuring out how to print the
matchN
value in cases like this.The text was updated successfully, but these errors were encountered: