🦋 Welcome to the IRC channel of the core developers of the Raku Programming Language (raku.org #rakulang). This channel is logged for the purpose of history keeping about its development | evalbot usage: 'm: say 3;' or /msg camelia m: ... | Logs available at irclogs.raku.org/raku-dev/live.html | For MoarVM see #moarvm
Set by lizmat on 8 June 2022.
09:35 [TuxCM] left 11:47 finanalyst joined 13:48 finanalyst left
lizmat m: if 42 { } elsif 666 andthen $_ { } # meh, looks like elsif and andthen don't like each other 15:16
camelia ===SORRY!===
Cannot find method 'blocktype' on object of type QAST::Op
lizmat m: q/if 42 { } elsif 666 andthen $_ { }/.AST.EVAL # RakuAST seems to have fixed that 15:17
camelia ( no output )
lizmat m: q/if 0 { } elsif 666 andthen $_ -> $i { say $i }/.AST.EVAL # RakuAST seems to have fixed that 15:18
camelia 666
lizmat m: my sub a { }; my token a { . } # interesting error message, although one could consider this a case of DIHWIDT 15:45
camelia ===SORRY!=== Error while compiling <tmp>
Redeclaration of method 'a'.
at <tmp>:1
------> ne could consider this a case of DIHWIDT<HERE><EOL>