Javi
Results
2
issues of
Javi
### What happened? There is a problem (_SIGSEGV: Illegal storage access. (Attempt to read from nil?)_) compiling this code with **-d:useMalloc** and **ARC** or **ORC**: ``` type LinkedList*[T] = ref...
ARC/ORC Memory Management
Hello, This works OK: ```nim proc fn(): int32 | int64 = 1 var v = fn() ``` But using a forward declaration fails, "_Error: invalid type: 'int32 or int64' for...
Error Messages
Compiler Crash
Invalid Code Acceptance