status-im / nim-toml-serialization

Flexible TOML serialization [not] relying on run-time type information.
Apache License 2.0
37 stars 7 forks source link

Put array/inline table nonstandard behavior behind flag #80

Closed jangko closed 8 months ago

jangko commented 8 months ago

ping @Ivansete-status

The 'bug' now become a feature of nim-toml-serialization. I've put the strict mode turned off by default, so it should be safe to bump nim-toml-serialization in nim-waku.

The relaxed mode will accepts

[elem elem]
[elem, elem]
[elem, , elem]
Ivansete-status commented 8 months ago

Thanks for this @jangko !