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
cue: use unwrapJSONError in the entrypoint API only
It's already called from Value.MarshalJSON, the exported API,
so there's no need to call it from the internal APIs it calls too.
Any errors that structValue.marshalJSON or marshalList return
are already unwrapped by Value.MarshalJSON before returning.
Signed-off-by: Daniel Martí <[email protected]>
Change-Id: I01ca43692b9d1c315c501df01240d42a1c8b5324
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1201806
Reviewed-by: Roger Peppe <[email protected]>
TryBot-Result: CUEcueckoo <[email protected]>
Unity-Result: CUE porcuepine <[email protected]>
0 commit comments