Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-30 | decode: Remove unnecessary scanner struct members | Luke Shumaker | |
2023-01-30 | decode: Fix DecodeTypeError offsets | Luke Shumaker | |
2023-01-29 | Improve/fix documentation and comments | Luke Shumaker | |
2023-01-26 | Move the Parser to the internal package | Luke Shumaker | |
2022-08-21 | decode: Lean in to io.RuneScanner | Luke Shumaker | |
So that it's easier to compose your own .DecodeJSON methods, since .DecodeJSON takes an io.RuneScanner. | |||
2022-08-17 | Get the linter passing (even if it means ignoring borrowed files) | Luke Shumaker | |
2022-08-17 | Get the new borrowed tests passing | Luke Shumaker | |
2022-08-17 | Add tests for decode reading too far | Luke Shumaker | |
2022-08-16 | Get borrowed_decode_test.go passing | 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 | rename parse_scan decode_scan parse_scan* | Luke Shumaker | |