🦋 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: ... | log inspection situation still under development | For MoarVM see #moarvm
Set by lizmat on 22 May 2021.
Geth rakudo: vrurg++ created pull request #4538:
Don't make signature part of a callable named parameter
02:58
Geth rakudo/new-disp: 9053738d5a | (Jonathan Worthington)++ | src/vm/moar/dispatchers.nqp
Add a missing guard in assignment dispatcher

The slower-path assignment with non-nominal type check implementation depends on getting a Scalar with a simple container descriptor, not one that is, for example, carrying an array auto-vivification. However, a guard was not put in place, meaning that the simple container descriptor implementation could be used on an auto-viv one, resulting in a spurious type check failure.
10:45
Geth nqp/new-disp: 121 commits pushed by (Jonathan Worthington)++, (Stefan Seifert)++, (Timo Paulssen)++
review: github.com/Raku/nqp/compare/232970...f8b730d165
13:25
rakudo/new-disp: 222 commits pushed by (Jonathan Worthington)++, (Stefan Seifert)++, (Elizabeth Mattijsen)++, (Timo Paulssen)++
review: github.com/rakudo/rakudo/compare/9...3807ca84d8