Compiling fails with Nim 0.12.0; must import sequtils module
Opened this issue · 2 comments
xhevahir commented
There are a bunch of deprecation warnings involving the re module, but the one error that arises in compiling with 0.12.0 is the map function, which has been moved to the sequtils module.
andreaferretti commented
I can make a PR if you want. Otherwise, it is just a simple import sequtils
at the top, plus a version bump in the nimble file (and the git tag)
timotheecour commented
will be fixed in #17