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
tinygo version 0.36.0 darwin/arm64 (using go version go1.24.1 and LLVM version 19.1.2)
# github.com/go-json-experiment/json
../../../go/pkg/mod/github.com/go-json-experiment/json@v0.0.0-20250223041408-d3c622f1b874/arshal_default.go:784:8: k.SetIterKey undefined (type addressableValue has no field or method SetIterKey)
../../../go/pkg/mod/github.com/go-json-experiment/json@v0.0.0-20250223041408-d3c622f1b874/arshal_default.go:798:8: v.SetIterValue undefined (type addressableValue has no field or method SetIterValue)
../../../go/pkg/mod/github.com/go-json-experiment/json@v0.0.0-20250223041408-d3c622f1b874/arshal_default.go:806:8: k.SetIterKey undefined (type addressableValue has no field or method SetIterKey)
../../../go/pkg/mod/github.com/go-json-experiment/json@v0.0.0-20250223041408-d3c622f1b874/arshal_default.go:834:8: k.SetIterKey undefined (type addressableValue has no field or method SetIterKey)
../../../go/pkg/mod/github.com/go-json-experiment/json@v0.0.0-20250223041408-d3c622f1b874/arshal_default.go:836:8: v.SetIterValue undefined (type addressableValue has no field or method SetIterValue)
../../../go/pkg/mod/github.com/go-json-experiment/json@v0.0.0-20250223041408-d3c622f1b874/arshal_inlined.go:133:8: mk.SetIterKey undefined (type addressableValue has no field or method SetIterKey)
../../../go/pkg/mod/github.com/go-json-experiment/json@v0.0.0-20250223041408-d3c622f1b874/arshal_inlined.go:145:8: mk.SetIterKey undefined (type addressableValue has no field or method SetIterKey)
The text was updated successfully, but these errors were encountered:
Tried 0.37.0-dev-e5a8d693, SetIterKey and SetIterValue methods are resolved, but still remains some issues
tinygo version 0.37.0-dev-e5a8d693 darwin/arm64 (using go version go1.24.1 and LLVM version 19.1.2)
# github.com/go-json-experiment/json
../../../go/pkg/mod/github.com/go-json-experiment/json@v0.0.0-20250223041408-d3c622f1b874/arshal_default.go:829:39: undefined: reflect.SliceOf
../../../go/pkg/mod/github.com/go-json-experiment/json@v0.0.0-20250223041408-d3c622f1b874/arshal_default.go:830:39: undefined: reflect.SliceOf
../../../go/pkg/mod/github.com/go-json-experiment/json@v0.0.0-20250223041408-d3c622f1b874/arshal_default.go:927:36: undefined: reflect.MapOf
tinygo version 0.36.0 darwin/arm64 (using go version go1.24.1 and LLVM version 19.1.2)
The text was updated successfully, but these errors were encountered: