-
When `make interpreter=1` it makes sense to have implicitly also `release=1`, unless stated otherwise `make interpreter=1 release=`.
Follow up from https://github.com/crystal-lang/crystal/issues/12…
-
## Bug Report
Hello!,
The auto-indentation on crystal interpreter shell doesn't work everywhere.
For example, it works on classes (indentation of 1 is added after typing 'enter'):
![Snapshot…
-
The CI job for testing the interpreter occasionally fails with an invalid memory access. Example: https://github.com/crystal-lang/crystal/actions/runs/3128470721/jobs/5076354940
```
Invalid memory…
-
I have no idea if this is the right repo for this bug report, or if it should go at https://github.com/crystal-lang/distribution-scripts Perhaps someone here can pull back the curtain enough for me to…
-
coral ai accelerator not working
```
Invalid memory access (signal 11) at address 0x5594a7c70330
[0x5594a6f90796] *Exception::CallStack::print_backtrace:Nil +118 in ./processor
[0x5594a6f6d576] …
-
```
Crystal 1.3.1 [a6fcb1029] (2022-01-13)
LLVM: 13.0.1
Default target: x86_64-unknown-linux-gnu
```
A naive `make interpreter=1`, `make install` (as root) of compiler version 1.3.1 from git …
-
Start the repl, then run another shell command via `Process`, then it's frozen forever.
The child process is defunct.
```
$ cr i
Using compiled compiler at /home/chao/git/personal/crystal/.bui…
-
I have reproduced this either in Crystal 1.9.2 and on master 5ed476a41adf0719fc540e6c072a521b4c8ed3ec
The following code compiles fine
```crystal
require "compress/zlib"
require "io/multi_writ…
-
#hide_console.cr
hide_console.cr
# Source :
https://forum.crystal-lang.org/t/compilation-switch-to-avoid-the-debug-console-under-windows/5356/6
#Usage:
```
require "../webview"
require "…
-
Remove the usage of the `OptionParser` and create a order-sensitive CLI interface.
See: https://github.com/crystal-lang/crystal/blob/master/src/compiler/crystal/command.cr#L58
Commands should be…