Araq / ormin

Ormin -- An ORM for Nim.
MIT License
152 stars 18 forks source link

Test on mulitple nim versions. #52

Closed huaxk closed 4 years ago

huaxk commented 4 years ago

Tests can be run on multiple nim versions by replacing lc with collect and compat with 1.0.6, now tests run on 1.0.6 and devel version, but not 1.2 because of nim issue#14002. It is recommended that important fixes be moved to older versions as soon as possible.