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
go run ./types_test fails several subtests of Test_symmetric when run with Go 1.14, due to the following upstream change to the handling of invalid UTF-8 data in struct fields with a json:",string" tag: https://go-review.googlesource.com/c/go/+/193604
This commit fixes golang/go#34154. So far as I can tell, the change in behavior is a result of fixing this bug--that it, it's an intentional and correct change to encoding/json, not a new bug introduced by that commit.
The text was updated successfully, but these errors were encountered:
go run ./types_test
fails several subtests ofTest_symmetric
when run with Go 1.14, due to the following upstream change to the handling of invalid UTF-8 data in struct fields with ajson:",string"
tag:https://go-review.googlesource.com/c/go/+/193604
This commit fixes golang/go#34154. So far as I can tell, the change in behavior is a result of fixing this bug--that it, it's an intentional and correct change to
encoding/json
, not a new bug introduced by that commit.The text was updated successfully, but these errors were encountered: