Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-17 | Fix those now-failing error checks | Luke Shumaker | |
2022-08-17 | borrowed_decode_test.go: Do better checking of errors [ci-skip] | Luke Shumaker | |
2022-08-16 | Indicate why each of the lines in borrowed files were MODIFIED | Luke Shumaker | |
2022-08-16 | compat: Factor out convertXXXError functions | Luke Shumaker | |
2022-08-16 | Run the fuzzer a bit | Luke Shumaker | |
2022-08-16 | Get borrowed_decode_test.go passing | Luke Shumaker | |
2022-08-16 | Get borrowed_encode_test.go passing [ci-skip] | Luke Shumaker | |
2022-08-16 | Get borrowed_scanner_test.go passing [ci-skip] | Luke Shumaker | |
2022-08-16 | wip: Reduce test differences [ci-skip] | Luke Shumaker | |
- Handle UTF-16 surrogate pairs - Handle cycles in values - Handle cycles in types - Better errors - Handle case-folding of struct field names - Allow []byteTypeWithMethods - Fix struct field-order - Fix handling of interfaces storing pointers - Enforce a maximum decode depth - Validate struct tags | |||
2022-08-15 | Create a compat/json compatibility library | Luke Shumaker | |
2022-08-15 | mkdir -p compat/json && mv borrowed_*_test.go compat/json/ # [ci-skip] | Luke Shumaker | |