Closed Vindaar closed 2 years ago
It seems like we're making use of some functionality that only works on Nim devel?
Investigate and find out if it's a bug in old Nim or if we're making use of a regression in the Nim compiler?
Possibly it's just that . dot operators don't exist in older Nim?
.
Tests are passing on Nim 1.6 in the CI nowadays. That's good enough as a target. Will update the Nim dependency accordingly in the next tag.
It seems like we're making use of some functionality that only works on Nim devel?
Investigate and find out if it's a bug in old Nim or if we're making use of a regression in the Nim compiler?
Possibly it's just that
.
dot operators don't exist in older Nim?