-
```
~/repos/bt/EBNF.cr/ asdf which crystal /Users/b/.asdf/installs/crystal/1.7.2/bin/crystal
```
```
~/repos/bt/EBNF.cr/ asdf which shards
/Users/b/.asdf/installs/crystal/1.7.…
-
I thought this issue existed already, but I didn't see it. It would be nice if we looked in the shard.lock file to see which shard required the shards. I'm mainly talking about the sub dependencies.
…
-
Some `LibC` funs, like [`strtod`](https://en.cppreference.com/w/c/string/byte/strtof) in [`String#to_f64?`](https://github.com/crystal-lang/crystal/blob/100391991856c53d31e3f712ff8ab5197d687146/src/st…
-
I was trying to buy some crystal armour seeds through the GE. I was able to buy 1 seed then it told me i've reached the buy limit of that item. I was wondering if this can be increased, crystal armour…
-
Hi,
Running the tests with `make -j4 test` (-jn > 1 will crash I guess), some specs fails randomly:
```bash
make[1]: se sale del directorio '/home/deiv/dev/debian/pkgs/crystal/shards/shards-new…
-
I am encountering the below error when requiring the spectator and raven shards at the same time, but only when I run it on RedHat linux. It compiles fine on MacOS.
I isolated the issue down to onl…
-
Given the following model, my `after :save` hook is not allowing me to add associated objects that have a has_many through relationship. It fails on compile with the error:
```
In lib/clear/src/cl…
-
After a clean clone, `shards run gi-doc` shows
```
Dependencies are satisfied
Building: gi-doc
Error target gi-doc failed to compile:
Showing last frame. Use --error-trace for full trace.
In /…
-
Proposal: A new shards command to see all licenses in use.
```shards licenses```
Output:
```
foo MIT
gmp GPL2+
dynamic link -lgmp GPL2
baz GPL2,GPL3
static link -lbaz MIT,Apache,Other
…
-
I am building `shards` with Arch chroot build environment and tests fail for me:
```
==> Starting check()...
crystal spec ./spec/unit/
crystal spec ./spec/integration/
Unable to create director…