Closed michaelsbradleyjr closed 2 years ago
@bung87
can you upgrade to nim 1.4 or upper ? https://github.com/nim-lang/Nim/blob/018ae963ba83934a68d815c3c1c44c06e8ec6178/lib/pure/asyncmacro.nim#L358
can you upgrade to nim 1.4 or upper ? https://github.com/nim-lang/Nim/blob/018ae963ba83934a68d815c3c1c44c06e8ec6178/lib/pure/asyncmacro.nim#L358
My hope was to have it working with Nim v1.2, since that is the version of the compiler built by default by the nimbus-build-system.
If the problem is intractable, no worries, I can override locally with make
variable NIM_COMMIT=version-1-6
(or version-1-4
).
@bung87, we should try to support the 1.2 branch as well, so if it's possible please add a when NimVersion check and shim the required things.
we can make a backward compatibility change.
nimble build
prior to ad8ef187c69e7a4fb76c5d52839482f0a1b4b47b works correctly with Nim v1.2, but after the changes in #125 were merged the build fails with Nim v1.2