status-im / nim-serialization

A modern and extensible serialization framework for Nim
62 stars 8 forks source link

fix readField in makeFieldReadersTable crash when orc enabled. #53

Closed jangko closed 1 year ago

jangko commented 1 year ago

Also remove duplicated readFieldIMPL template see https://github.com/status-im/nim-toml-serialization/issues/62 and https://github.com/status-im/nim-toml-serialization/issues/63

Actually, this is nim bug that should be reported to nim repo, but it is easier to fix it here rather than try to reproduce it. Both macros and template usage make it very hard to reproduce it with minimal code.