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

add `{.raises.}` annotation to `writeValue` #74

Closed etan-status closed 9 months ago

etan-status commented 1 year ago

Tag writeValue override with {.raises: [IOError].}.

etan-status commented 1 year ago

Nim issue already present on master, as seen evidently in this PR that does not change any code and also has same error: