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>