🦋 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.
[Coke] AlexDaniel++ 01:04
lizmat m: Any = 42 # why isn't this a compile time error? 11:02
camelia Cannot modify an immutable 'Any' type object
in block <unit> at <tmp> line 1
Voldenet m: class Any { method STORE(Int $x) { $x.say } }; Any = 42 11:21
camelia 42
Voldenet feels like debatable style
lizmat yeah, but I guess that's a reason for not making it a compile time error 11:55
Geth rakudo/rakuast: 5ce6bf7ca2 | (Stefan Seifert)++ | src/Raku/Actions.nqp
Support dot twigil as method call syntax.
12:21
rakudo/rakuast: f27a2d049c | (Stefan Seifert)++ | src/Raku/Actions.nqp
Fix roles without signatures

While we did just fine on parametric roles, a simple role Foo { }; class Bar does Foo { }; was broken as the role body's default signature did not contain the ::?CLASS type capture.
12:50