SciNim / Unchained

A fully type safe, compile time only units library.
https://scinim.github.io/Unchained
110 stars 0 forks source link

Tests fail on non Nim devel #1

Closed Vindaar closed 2 years ago

Vindaar commented 3 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?

Vindaar commented 2 years ago

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.