flyx / NimYAML

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

NimYAML uses the deprecated queues module #73

Closed liquidev closed 5 years ago

liquidev commented 5 years ago
/home/daknus/.nimble/pkgs/yaml-0.11.0/yaml/presenter.nim(13, 17) Error: cannot open file: queues

Fixing this should be a matter of replacing the now non-existent queues with deques, I can do a PR for that.

liquidev commented 5 years ago

Nevermind, seems that it's already fixed in devel, but a release should be created containing all the fixes.