🦋 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.
releasable6_ Next release in ≈2 days and ≈11 hours. There are no known blockers. Please log your changes in the ChangeLog: github.com/rakudo/rakudo/wiki/ChangeLog-Draft 07:00
releasable6 Next release in ≈2 days and ≈11 hours. There are no known blockers. Please log your changes in the ChangeLog: github.com/rakudo/rakudo/wiki/ChangeLog-Draft 07:02
Geth Algorithm--Diff: f12aefde84 | (Elizabeth Mattijsen)++ (committed using GitHub Web editor) | README
Update README
09:17
jdv lizmat: blin hit List::Allmax on a commit of yours 10:19
lizmat which commit ? 10:21
jdv 46bcdc4 github.com/rakudo/rakudo/issues/5554 10:26
lizmat will look at it right away :-)
Geth Algorithm-Diff/main: 3926abfa15 | (Elizabeth Mattijsen)++ | 19 files
CI check for first zef release
10:31
Algorithm-Diff/main: 6a90a4664b | (Elizabeth Mattijsen)++ | 2 files
Windows complaining, simplify testing

The "run-tests" script doesn't need any dependencies and provides better error reporting
10:45
Algorithm-Diff/main: 33a2a93410 | (Elizabeth Mattijsen)++ | 2 files
0.0.2
10:48
rakudo/main: 4e7e154a0c | (Elizabeth Mattijsen)++ | src/Perl6/Metamodel/CurriedRoleHOW.nqp
Revert "Make Metamodel::CurriedRoleHOW a client of ::Composing"

This reverts commit 46bcdc4dd4358de893f7e7dba01d95a17b14de3e.
And fixes List::Allmax
10:54
lizmat jdv: ^^
I'll revisit at a later time 10:55
jdv oh ok, thanks! 11:40
Geth Algorithm-Diff/main: bd054c4844 | (Elizabeth Mattijsen)++ | bin/diff.raku
Rakufied the diff.raku script
12:30
Algorithm-Diff/main: 0c752fade4 | (Elizabeth Mattijsen)++ | lib/Algorithm/Diff.rakumod
Some more obvious rakufication in the actual code
Algorithm-Diff/main: 7675957980 | (Elizabeth Mattijsen)++ | README.md
Remove artefact from README
ab5tract m: say "A" ~~ / <:General_Category{"Ll"}> /; 18:35
camelia 「A」
ab5tract R#5486 points towards some deeper breakage than expected/documented in the ticket :( 18:37
linkable6 R#5486 [open]: github.com/rakudo/rakudo/issues/5486 [Unicode] Test for Unicode `General_Category` does not work with `L`
ab5tract m: say "A" ~~ / <:General_Category{"Lowercase_Letter"}> /; 18:43
camelia 「A」
ab5tract :( :( :(
m: say "A" ~~ / <:General_Category("Uppercase_Letter")> /; 18:44
camelia Nil
ab5tract totally broken
uniprop should really be returning a Uniprop object 18:49
but that would be a major overhaul
just to bring it home... 19:06
m: say "A" ~~ / <:General_Category{"nonexistent"}> / 19:07
camelia 「A」
nine There you have it. "A" is a myth! 19:19
All this time THEY just wanted you to believe that A exists! 19:20
ab5tract lmao 19:22
gfldex Are you trying to tell me, that the A-Team wasn't real‽ 19:23
ab5tract most of these general category jaunts are just... why? or maybe more importantly, what?? 19:52
got it fixed 21:52