yglukhov / nimx

GUI library
MIT License
1.1k stars 75 forks source link

fix CI failure #344

Closed timotheecour closed 6 years ago

timotheecour commented 6 years ago

CI was failing: /root/.nimble/pkgs/ttf-0.2.8/ttf.nim(588, 19) Error: invalid pragma: unchecked eg see https://travis-ci.org/yglukhov/nimx/builds/451540966?utm_source=github_status&utm_medium=notification

timotheecour commented 6 years ago

ugh, now gives:

/root/.nimble/pkgs/sdl2-2.0/sdl2.nim(850, 12) Error: invalid indentation; an export marker '*' follows the declared identifier

timotheecour commented 6 years ago

ok, that other bug was because of https://github.com/nim-lang/sdl2/commit/d0537fcc7da798afb94d76331b92fed2ee184e74 which I'm fixing here: https://github.com/nim-lang/sdl2/pull/110