Perl 6 language and compiler development | Logs at colabti.org/irclogger/irclogger_log/perl6-dev | For toolchain/installation stuff see #perl6-toolchain | For MoarVM see #moarvm
Set by Zoffix on 27 July 2018.
lizmat commute to Riga& 05:23
japhb Safe travels, lizmat! 05:55
[Tux] Rakudo version 2019.07.1-108-gbc45af3b8 - MoarVM version 2019.07.1-70-gb3469f926
csv-ip5xs0.685 - 0.723
csv-ip5xs-205.148 - 5.452
csv-parser22.142 - 22.989
csv-test-xs-200.422 - 0.427
test6.897 - 7.227
test-t1.710 - 1.823
test-t --race0.884 - 0.891
test-t-2028.915 - 30.198
test-t-20 --race9.438 - 9.630
11:43
Geth nqp: de27fc5686 | (Stéphane Payrard)++ (committed using GitHub Web editor) | docs/ops.markdown
Mention extops. Fix typos and formating.
14:12
nqp: 16e1467646 | (Stéphane Payrard)++ (committed using GitHub Web editor) | docs/ops.markdown
qast mention
14:21
Kaiepi say you have a custom meta-class that you throw in EXPORTHOW::DECLARE::foo. should this also make it possible to refer to a type declared with foo from within a role that it does, a class that it subclasses, or another instance of a custom meta-class that it somehow uses by using $?FOO and ::?FOO, or does it already do this? 18:43
alternatively, the code for declaring the symbols for $?PACKAGE, ::?PACKAGE, etc. in the package_def token could be abstracted out so it's easier to write slangs that implement that behaviour instead 18:51
just checked, it doesn't do this atm 18:57
maybe abstracting it out for slangs would be the better idea in case people want to name however you refer to types using the custom meta-class something other than however you declare it, but in uppercase 18:59