<FromGitter>
<jrei:matrix.org> spuun because you use `TreeNode#each(&blk)` instead of `TreeNode#each(&)`
<FromGitter>
<jrei:matrix.org> Either is "better" than the other, but in `TreeNodeUser#each(&)` the block has to be captured to with `TreeNodeUser#each(&blk)` (by theyl way the usual convention is `&block`)
<FromGitter>
<jrei:matrix.org> At first glance I find the `@leafs = Set(Int32).new` a bit strange
<FromGitter>
<jrei:matrix.org> (unrelated to your issue)
ur5us has joined #crystal-lang
ur5us has quit [Ping timeout: 252 seconds]
hightower2 has quit [Ping timeout: 260 seconds]
ur5us has joined #crystal-lang
ur5us has quit [Ping timeout: 264 seconds]
hightower2 has joined #crystal-lang
<spuun>
Thansk! This was just an example code, so dont ignore the @leafs thing. Will go with &block instead of &block!
hightower2 has quit [Ping timeout: 260 seconds]
hightower2 has joined #crystal-lang
hightower2 has quit [Ping timeout: 260 seconds]
hightower2 has joined #crystal-lang
hightower2 has quit [Read error: Connection reset by peer]
hightower3 has joined #crystal-lang
hightower3 has quit [Ping timeout: 258 seconds]
hightower2 has joined #crystal-lang
<FromGitter>
<jrei:matrix.org> The error is quite good, by referencing the URL that explains capyured blocks
hightower2 has quit [Ping timeout: 265 seconds]
notzmv has quit [Ping timeout: 245 seconds]
<FromGitter>
<deiv> HI, from 0.33.0 to 1.2.1, what's the upgrade path ? compiling from sources, i mean
<FromGitter>
<jrei:matrix.org> You don't add until 1.2.1? Also, should be tested IMO - not even sure the whole script still works
<FromGitter>
<deiv> I could add all, without testing
<FromGitter>
<jrei:matrix.org> Then why are you doing this?
<FromGitter>
<deiv> Debian package
<FromGitter>
<deiv> I started it from scratch
<FromGitter>
<deiv> I don't want to rely on crystal compiled version xD
<FromGitter>
<jrei:matrix.org> Ok, so you'll still use it afterwards
<FromGitter>
<deiv> yep, we have 0.33.0 in unstable
<FromGitter>
<deiv> so i need to go for every version, for what I see
<FromGitter>
<maxfierke> may want to bump the LLVM somewhere in there too? 3.9.1 is pretty old (should still work in theory, but hasn't been used for releases in quite some time AFAICT)
<FromGitter>
<jrei:matrix.org> @deiv: if crystal 1.2.1 is submitted, it could go to stable? 😮