Commit Graph
2 Commits
Author SHA1 Message Date
Jonathan Bernard efe856c0fe Clean up debug statements (logger already adds the level). 2016-11-05 08:20:22 -05:00
Jonathan Bernard 3e430f8ff2 Workaround for Nim bug 4996
As of Nim 0.15.2 there exists a conflict the compiler cannot reconcile between
`sequtils.toSeq` and `nre.toSeq`. The workaround is to be explicit about which
`toSeq` you want (see https://github.com/nim-lang/Nim/issues/4996).
2016-11-05 08:20:03 -05:00