jeromegn / slang

Slim-inspired templating language for Crystal
MIT License
236 stars 30 forks source link

Crystal next support #28

Closed veelenga closed 6 years ago

veelenga commented 7 years ago

https://github.com/crystal-lang/crystal/releases/tag/0.24.0

jeromegn commented 7 years ago

Thanks!

Will wait on Crystal's not-pre release before merging.

veelenga commented 6 years ago

0.24.1 is out. Build passes 🎉 :

$ crystal --version
Crystal 0.24.1 (2017-12-22)
LLVM: 4.0.0
Default target: x86_64-unknown-linux-gnu
$ crystal deps --version
Shards 0.7.2 [95c6a61] (2017-12-22)
0.02s$ crystal deps
47.59s$ crystal spec
"hello"
......."hello"
........"world"
"world"
"world"
"world"
.........
Finished in 1.09 milliseconds
24 examples, 0 failures, 0 errors, 0 pending