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/
Building oq
+ snapcraftctl build
[31mMissing[0m shard.lock
shards install --production
Failed to run 'shards install --production' for 'oq': Exited with code 1.
:thinking:
--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)