2
0
Fork 0
mirror of https://github.com/ii64/sonic.git synced 2026-06-21 00:46:43 +08:00
sonic/issue_test
Yi Duan 8dbcce341b
fix: decimal map key may be truncated and populated unexpectedly (#382)
* fix:(StreamDecoder) Integer map key may be truncated and populated unexpectedly

* feat: expose option `DefaultBufferSize`

* test adjust

* test adjust

* feat: add options to make default buffer size adjustable
2023-03-14 13:49:27 +08:00
..
plugin fix:(loader) init _Moduledata.gcdatapointer to avoid panic on plugin-mode (#188) 2022-04-01 16:46:07 +08:00
hugestruct_test.go refactor: make it more readable (#104) 2021-09-18 11:31:25 +08:00
issue3_test.go refactor: make it more readable (#104) 2021-09-18 11:31:25 +08:00
issue5_test.go refactor: make it more readable (#104) 2021-09-18 11:31:25 +08:00
issue7_test.go refactor: make it more readable (#104) 2021-09-18 11:31:25 +08:00
issue8_test.go fix: make it sorted when marshalling integer key map (#117) 2021-10-18 19:31:33 +08:00
issue16_test.go refactor: make it more readable (#104) 2021-09-18 11:31:25 +08:00
issue27_test.go refactor: make it more readable (#104) 2021-09-18 11:31:25 +08:00
issue39_test.go refactor: make it more readable (#104) 2021-09-18 11:31:25 +08:00
issue45_test.go refactor: make it more readable (#104) 2021-09-18 11:31:25 +08:00
issue58_test.go fix: check nil pointer for Marshaler (#194) 2022-02-25 18:00:57 +08:00
issue67_test.go refactor: make it more readable (#104) 2021-09-18 11:31:25 +08:00
issue76_test.go refactor: make it more readable (#104) 2021-09-18 11:31:25 +08:00
issue82_test.go refactor: make it more readable (#104) 2021-09-18 11:31:25 +08:00
issue83_test.go refactor: make it more readable (#104) 2021-09-18 11:31:25 +08:00
issue90_test.go fix: make it sorted when marshalling integer key map (#117) 2021-10-18 19:31:33 +08:00
issue93_test.go refactor: make it more readable (#104) 2021-09-18 11:31:25 +08:00
issue98_test.go refactor: make it more readable (#104) 2021-09-18 11:31:25 +08:00
issue100_test.go refactor: make it more readable (#104) 2021-09-18 11:31:25 +08:00
issue101_test.go refactor: make it more readable (#104) 2021-09-18 11:31:25 +08:00
issue107_test.go fix: make it parse the UTF-16 surrogate pair after invalid unicode (#111) 2021-09-24 16:33:02 +08:00
issue108_test.go fix: skip exponent number that begin with zero in skip_number() (#109) 2021-09-23 15:02:09 +08:00
issue112_test.go chore: remove excessive spaces 2022-08-12 15:29:23 +08:00
issue113_test.go opt: faster ftoa (#291) 2022-09-20 10:26:18 +08:00
issue115_test.go chore: remove excessive spaces 2022-08-12 15:29:23 +08:00
issue119_test.go fix: support decode json-encoded base64 in JIT (#329) 2022-11-15 16:38:08 +08:00
issue123_test.go fix: add gcGuard to prevent GC during Marshal()/Unmarshal() (#122) 2021-10-28 17:02:37 +08:00
issue128_test.go test: fix timeout problem in issue_test when enable force GC (#135) 2021-11-19 14:10:19 +08:00
issue138_test.go feat: Pretouch recursively for large/deep struct (#137) 2021-11-26 14:12:51 +08:00
issue141_test.go fix: correct the field priority as encoding/json when unmarshal to struct (#142) 2021-11-30 10:28:50 +08:00
issue144_test.go fix: 'string' option in struct tag as encoding/json (#148) 2021-12-03 15:46:09 +08:00
issue182_test.go fix: check nil pointer for Marshaler (#194) 2022-02-25 18:00:57 +08:00
issue186_test.go fix: premature GC on decoding string (#187) 2022-02-15 16:41:53 +08:00
issue195_test.go fix: allow string value decoded as json.Number (#196) 2022-02-28 20:14:38 +08:00
issue206_test.go opt: skip number in json.Number parsing (#209) 2022-04-01 17:45:06 +08:00
issue213_test.go fix: issux213 (#215) 2022-04-21 15:29:52 +08:00
issue242_test.go fix(ub): marshal escape b f as encoding/json (#243) 2022-06-10 11:21:35 +08:00
issue248_test.go fix:(ast) checkRaw() check if node is nil pointer first (#250) 2022-06-28 14:16:10 +08:00
issue258_test.go opt: faster ftoa (#291) 2022-09-20 10:26:18 +08:00
issue263_test.go opt: faster ftoa (#291) 2022-09-20 10:26:18 +08:00
issue273_test.go opt: faster ftoa (#291) 2022-09-20 10:26:18 +08:00
issue293_test.go fix:(decoder) more loose repeatable condition for StreamDecoder (#296) 2022-09-08 16:16:38 +08:00
issue381_test.go fix: decimal map key may be truncated and populated unexpectedly (#382) 2023-03-14 13:49:27 +08:00
issue_recurse_test.go feat:(encoder) support concrete-type key implementing encoding.TextMarshaler while encoding map (#343) 2022-12-30 17:48:04 +08:00
plugin_test.go feat: support for Windows (#228) 2022-05-23 12:55:45 +08:00
pretouch_test.go opt: reduce memory pool size (#302) 2022-10-28 16:40:14 +08:00
testmain_test.go fix: relocate stack pointers (#156) 2021-12-20 16:19:12 +08:00