🦋 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 can be inspected at colabti.org/irclogger/irclogger_log/raku-dev | For MoarVM see #moarvm
Set by lizmat on 26 April 2021.
[Coke] wonder if it would be worth describing which tests are clearly functional and which are "avoid segfaults" 01:11
(and presumably other types as well)
Geth rakudo: vrurg++ created pull request #4352:
Replace use of P6EX hllsym with Metamodel::Configuration.throw_or_die
03:20
Geth rakudo: usev6++ created pull request #4355:
[JVM] Make 'make test' work again
13:55
Geth roast: tbrowder++ created pull request #734:
Add tests for fractional seconds
14:56
tbrowder lizmat: still here? 14:57
Geth ¦ rakudo: usev6 self-assigned [JVM] Native arrays are miscompiled in core settings github.com/rakudo/rakudo/issues/1666 15:01
tbrowder .ask lizmat i'm happy with DateTime's full round-trip capability for DateTime to/from Julian date (for full range of gregorian dates). next logical step is to provide gregorian calendar date to/from julian calendar date. question: add capability to DateTime or put in a DateTime::Julian module? 15:03
tellable6 tbrowder, I'll pass your message to lizmat
[Tux] stopped browsers and teams to re-run timing. 2.4 was somewhat above expectation 15:32
[Tux] Rakudo v2021.04-14-g877fdd775 (v6.d) on MoarVM 2021.04-7-g09c4c4d42
csv-ip5xs0.833 - 0.852
csv-ip5xs-208.184 - 9.049
csv-parser27.076 - 27.180
csv-test-xs-200.372 - 0.377
test7.876 - 8.037
test-t1.879 - 1.983
test-t --race0.893 - 0.905
test-t-2032.492 - 35.789
test-t-20 --race9.988 - 11.920
15:37
lizmat I seem to draw a blank 21:31
tellable6 2021-05-02T16:16:21Z #moarvm <tbrowder> lizmat WILCO
lizmat m: class A { class B { } }; my $a = A; dd A::<B> 21:32
camelia A::B
lizmat how now with $a instead of A::