yglukhov / nimx

GUI library
MIT License
1.09k stars 75 forks source link

Macro `capture` doesn't exist in Nim 1.0.x #416

Closed narimiran closed 4 years ago

narimiran commented 4 years ago

Our Cis which test Nim 1.0.x versions cannot test this package anymore, because of capture in sample14 test.

Possible solutions:

  1. Can you rewrite that test so it doesn't use capture?
  2. Otherwise, should we disable testing nimx on Nim 1.0.x branch? (But this also means that nimx users wouldn't be able to run sample14)