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
Unmarshal/marshal should round trip successfully, but the wrapping quotes in the incoming bytes when performing an unmarshal aren't expected by the mapping code, so it fails.
The text was updated successfully, but these errors were encountered:
Unmarshalling a
codes.Code
value that was previously marshalled to JSON fails.Test case reproducing the issue:
Fails with (all codes fail, not just Unset):
Unmarshal/marshal should round trip successfully, but the wrapping quotes in the incoming bytes when performing an unmarshal aren't expected by the mapping code, so it fails.
The text was updated successfully, but these errors were encountered: