minio / simdjson-go

Golang port of simdjson: parsing gigabytes of JSON per second
Apache License 2.0
1.8k stars 85 forks source link

go test failed with go1.15rc1 , report "conversion from uint64 to string yields a string of one rune, not a string of digits" #17

Closed gudigudi closed 4 years ago

gudigudi commented 4 years ago

env: go version go1.15rc1 darwin/amd64 go test result: ./parsed_json.go:903:34: conversion from uint64 to string yields a string of one rune, not a string of digits (did you mean fmt.Sprint(x)?) ./parsed_json.go:985:68: conversion from uint64 to string yields a string of one rune, not a string of digits (did you mean fmt.Sprint(x)?) ./parsed_object.go:173:65: conversion from uint64 to string yields a string of one rune, not a string of digits (did you mean fmt.Sprint(x)?)

fwessels commented 4 years ago

Should be fixed by 652c37a