naomijub / edn-rs

[DEPRECATED]: Crate to parse and emit EDN
https://crates.io/crates/edn-rs
MIT License
81 stars 14 forks source link

Fix serialize/deserialize implementation for edn-derive #130

Closed evaporei closed 9 months ago

evaporei commented 9 months ago

This PR fixes edn-derive (currently failing the tests).

The commit messages explain the fix :slightly_smiling_face:

Related to https://github.com/edn-rs/edn-derive/issues/32

naomijub commented 9 months ago

Does this solve the issue?

evaporei commented 9 months ago

Almost, this test still fails, but I think we can remove it, can you answer this question so I can decide what to do with it?

naomijub commented 9 months ago

Almost, this test still fails, but I think we can remove it, can you answer this question so I can decide what to do with it?

Done