Closed flusflas closed 2 years ago
The runtime map iterator representation might have changed in 1.18. I'll have a look this week.
Found the issue, it's related to a change in this PR: https://github.com/golang/go/commit/1b2d794ca3ba60c2dbc958a271662784a7122739 Which only affect go.18, and further versions to come.
I'll release a fix in a new version shortly.
Wow, it was quick. Thanks!
Hi, I just updated to Go 1.18 and jettison (v0.7.3) started failing when marshaling maps. This code:
will fail using Go 1.18 with this stacktrace:
I tried to look for any reported bug with pools in Go 1.18, but I didn't find anything, and I feel a little lost here.