Yi Duan
|
e7ac2f25fc
|
feat: more complete function loader (#354)
* follow complete implementation of go symtab
* support go1.20
|
2023-02-08 14:35:00 +08:00 |
|
Yi Duan
|
f421ee8530
|
fix:(encoder) pass pv through compiler recursively (#336)
* pass pv
* test reflect indirect
* fix: pass `pv` throught compiler recursively
|
2022-12-13 14:26:58 +08:00 |
|
Yi Duan
|
94f95f0479
|
feat:(option) add option MaxInlineDepth for addjust compilation inline depth (#287)
* feat: make compilation depth changeable
* feat: add option `DefaultMaxInlineDepth`
* add recurse depth = 10
* refactor
* doc: readme and comment
* opt: add `_MAX_FIELDS` to limit the inlining of big struct
* update license
* fix typo
|
2022-08-22 15:45:49 +08:00 |
|
Yi Duan
|
07d7b867d4
|
feat (encoder): add encoder option NoNullSliceOrMap (#218)
* feat (encoder): add encoder option `NoNullSliceOrMap`
* feat: add option on `sonic.Config`
* build: specify `self-host` to x64 machine
|
2022-07-08 15:07:42 +08:00 |
|
Yi Duan
|
8caa4eef05
|
fix: check nil pointer for Marshaler (#194)
|
2022-02-25 18:00:57 +08:00 |
|
liu
|
49fc705341
|
feat: Pretouch recursively for large/deep struct (#137)
|
2021-11-26 14:12:51 +08:00 |
|
liu
|
3eca433cb9
|
fix: marshal struct field with omitempty tag as encoding/json (#114)
|
2021-10-12 15:14:39 +08:00 |
|
chenzhuoyu
|
8ccd57d4e0
|
fix: defer single-element maps checking
|
2021-09-14 18:41:45 +08:00 |
|
chenzhuoyu
|
d2e150948a
|
fix: unmarshalers are always addressable
|
2021-09-06 16:53:51 +08:00 |
|
chenzhuoyu
|
ade38b26c4
|
fix: check flags for indirection
|
2021-08-18 13:36:28 +08:00 |
|
chenzhuoyu
|
8383178c89
|
feat: supports map key-sorting via encoder options
|
2021-08-16 18:31:41 +08:00 |
|
chenzhuoyu
|
c2ea100389
|
fix: fix nil pointer on value receiver (#58)
|
2021-07-28 17:12:36 +08:00 |
|
chenzhuoyu
|
4937f48f3c
|
fix: support dynamic interface indirection
|
2021-07-06 21:51:27 +08:00 |
|
chenzhuoyu
|
565aeffad4
|
fix: adjust inline limits to finish compile in a reasonable time
|
2021-06-04 18:17:54 +08:00 |
|
chenzhuoyu
|
fbe0828190
|
chore: make it open-source
|
2021-05-28 23:58:58 +08:00 |
|