The Crystal programming language | http://crystal-lang.org | Fund Crystal's development: http://is.gd/X7PRtI | Docs: http://crystal-lang.org/docs/ | API: http://crystal-lang.org/api/
--production
with --without-development
to get the v1 working again at least
shards build --production
works without a shard.lock
?
nil
find
shard might make it easier? https://github.com/wyhaines/find.cr It lets you traverse a path, acting on what you find, with a really simple API. So you could handle your scope.yml
files separately from the rest of the files pretty easily.
Is crystal master backwards compatible with 1.0.0? If yes I have this
Error: can't cast Jennifer::QueryBuilder::ModelQuery(T)
to Jennifer::QueryBuilder::ModelQuery(T)
Hi. After a lot of head scratching and mild cussing, I finally managed to compile crystal 1.0.0 on a Raspberry Pi 4 running Raspbian Buster 10. Why? Cuz Crystal is cool. `crystal -v` shows the version minus the compile date. Ok. When I try to build an application I get this error: `Error: can't find file 'prelude'` 'prelude' is located in /usr/share/crystal/src. How do I tell crystal that? Thanks