Davor Ocelic
Davor Ocelic
## Bug Report ```sh crystal -v Crystal 1.10.1 [c6f3552f5] (2023-10-13) LLVM: 15.0.7 Default target: x86_64-unknown-linux-gnu ``` The following code crashes: ```cr class VTime alias Virtual = Nil | Enumerable(Int32) property...
## Discussion Hello, asking first to see if this is a bug or an intended feature. Consider the following where a Proc is created as a reference to a method....
Here's an issue I observed on 0.35.1. Setting instance variables works when done one variable at a time, but not with multiple ivars/values at once: ```cr class X @x :...
``` $ crystal test.cr Showing last frame. Use --error-trace for full trace. Error: instance variable '@x' of Test must be Int32, not Nil Instance variable '@x' was used before it...