Ary Borenszweig
Ary Borenszweig
`>= 0.35.0` does not satisfy 1.0.0 That's according to how it was all planned, to my understanding. See this large discussion: https://github.com/crystal-lang/shards/issues/413
https://github.com/crystal-lang/shards/issues/413#issuecomment-648393629
Maybe it's listing those shards so you can understand the conflict?
Wow, that's AWESOME!! I followed the README instructions and it worked flawlessly :-) I think that eventually we'll want a tool like this to be integrated in the compiler (or...
That was fast! Thanks!
I'm not sure what's the issue. Is it that `T` is used instead of `T*`? The `type` declaration seems fine, although maybe in those cases declaring the struct as `struct...
I think in any context, explicit is better than implicit. If I see "1.2.3" I expect that version. I can also say "= 1.2.3". If I want something more relaxed...
@ysbaddaden @vyp The `_releases` branch will only contain **a single file**, say, `dependencies.yml`, which will list, **for each version of the library, all of its dependencies**. For example: ``` yaml...
@vyp You can change the name in `project.yml`, but there's no such thing as renaming on require, because a require might include many types, additions to existing classes, etc. On...
@ysbaddaden Could you provide some code that triggers this behavior? I'd like to try to fix it.