-
Amongst other things, I use `serde_json` to deserialize data that can be used directly as values in some programming language. This language has its own error reporting infrastructure, and thus must c…
-
Hi,
Very excited to try the new-and-improved crystal interpreter mode! Very close to being able to replace ruby now, great work!
Something I really like ,coming form the fish shell, if that it h…
-
With Crystal almost at 100% support on native Windows, it's about time to start looking in to making Lucky run natively as well. This will most like require a minimum of Crystal 1.6 to work.
These …
-
## Bug Report
Hi,
this seems very similar to #12241, however that issue is about the interpreter. This one is not, and the setup is different.
```
Crystal 1.5.0 (2022-07-21). LLVM: 14.0.6. Def…
-
[Crystal](https://crystal-lang.org/) is inspired by [Ruby](https://github.com/CoatiSoftware/SourcetrailDB/issues/11) so I guess they might share some logic in a custom indexer.
-
Hi!
The following minimal example *compiles and runs* with `crystal run`, *but results in a compiler error* with `crystal run --release`
```cr
alias Elements = Array(String)
CONSTANT = [] of Ele…
-
WebAssembly began by focusing on very low level languages (primarily C and C++) and is only now getting support for more "high level" features such as exceptions and a native GC. Crystal needs excepti…
-
The methods `p`/`pp` and macros `p!`/`pp!` are very similar with the difference being that the macros (with exclamation mark) print the expression *and* the result while the methods (without exclamati…
-
Fails due to undefined references. It seems to be trying to use musl instead of libc on my machine
```~/c/crunchy-nixpkgs ❯❯❯ nix flake check …
-
Currently, we're still at the `0.8.0` version even if there have been several new commits. What is the current state of ICR? Is it compatible with Crystal 1.0 yet?
Cheers!