flyx / NimYAML

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

Change deprecated type pragma syntax #118

Closed metagn closed 2 years ago

metagn commented 2 years ago

Sorry that this messes with the style here, but it would be nice to have this syntax removed given how long it's been deprecated (https://github.com/nim-lang/Nim/pull/20199).

flyx commented 2 years ago

Thanks for this. Not sure how I ended up with it, this was a recent addition. The internet is a dangerous place with outdated information sometimes :/

This will certainly need a NimYAML release when a Nim version is released with this removed. Is there a timeframe for that?

metagn commented 2 years ago

I don't think a Nim release with this removed will be anytime soon. I don't think there is a dependency on NimYAML tested in the Nim repo that would require this change, so there might be no need for a release yet.