Davor Ocelic

Results 64 issues of Davor Ocelic
trafficstars

## 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...

kind:bug

## 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....

status:discussion
topic:lang:type-system

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 :...

kind:bug
topic:compiler:semantic

``` $ 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...