flyx / NimYAML

YAML implementation for Nim
https://nimyaml.org
Other
189 stars 36 forks source link

Support for Nim v0.20 #71

Closed k0zmo closed 5 years ago

k0zmo commented 5 years ago

See #69

travisstaloch commented 5 years ago

I tested the k0zmo's devel branch with 0.20 just now. Its working fine for my simple settings.yaml file. Thank you @k0zmo.

flyx commented 5 years ago

Thanks for this. Looking at the changes, I am afraid that with Nim progressing further, my ability to maintain this project (i.e. reviewing PRs, which is all I'm doing) dwindles :/.

kobi2187 commented 5 years ago

Yaml support is almost fundamental these days. it's an important format. I suggest it becomes one of the tracked packages, that are part of the unit tests suite of the nim compiler. Then the library gets more attention and is fixed when needed, making lesser your involvement. It is hard to maintain, and usually not what programmers enjoy doing. I totally understand your situation.