[00:01] <ugexe> hmm im not sure if i can actually gate that behavior in a reasonable way

[03:00] <releasable6> Next release in ≈6 days and ≈15 hours. 1 blocker. Please log your changes in the ChangeLog: https://github.com/rakudo/rakudo/wiki/ChangeLog-Draft

[05:03] <Geth> ¦ rakudo: ugexe++ created pull request #6188: RakuAST: fix compound metaop assignment Z+=, X+=, <<+=>>

[05:03] <Geth> ¦ rakudo: review: https://github.com/rakudo/rakudo/pull/6188

[05:52] <Geth> ¦ rakudo: ugexe++ created pull request #6189: RakuAST: fix BEGIN/CHECK enum declarations

[05:52] <Geth> ¦ rakudo: review: https://github.com/rakudo/rakudo/pull/6189

[06:44] *** hurufu joined
[06:58] *** ShimmerFairy left
[06:59] *** ShimmerFairy joined
[08:18] *** hurufu left
[08:24] *** hurufu joined
[08:35] *** rnddim joined
[08:36] *** rnddim left
[08:36] *** rnddim joined
[08:36] *** rnddim left
[08:36] *** ShimmerFairy left
[08:37] *** rnddim joined
[09:03] <Geth> ¦ rakudo/main: ea7786dc52 | (Elizabeth Mattijsen)++ (committed using GitHub Web editor) | 3 files

[09:03] <Geth> ¦ rakudo/main: Various 6.e sprintf fixes in 6.e

[09:03] <Geth> ¦ rakudo/main: 

[09:03] <Geth> ¦ rakudo/main: Fix sprintf %f in 6.e for very high precisions

[09:03] <Geth> ¦ rakudo/main: 

[09:03] <Geth> ¦ rakudo/main: Move 6.e sprintf format error handling to actions and make it use the intended error message for it, rather than an X::AdHoc error.

[09:03] <Geth> ¦ rakudo/main: 

[09:03] <Geth> ¦ rakudo/main: Make 6.e sprintf check arguments against format and produce the expected error message if they don't match, instead of the binder throwing because the number of arguments doesn't match

[09:03] <Geth> ¦ rakudo/main: review: https://github.com/rakudo/rakudo/commit/ea7786dc52

[09:39] *** hurufu left
[11:11] *** japhb left
[13:03] <Geth> ¦ rakudo/lizmat-3: 2144267d6b | (Elizabeth Mattijsen)++ | src/core.c/RakuAST/Deparse.rakumod

[13:03] <Geth> ¦ rakudo/lizmat-3: RakuAST: fix deparsing of RakuAST::VarDeclaration::Anonymous

[13:03] <Geth> ¦ rakudo/lizmat-3: 

[13:03] <Geth> ¦ rakudo/lizmat-3: Is basically the same as for RakuAST::VarDeclaration::Simple

[13:03] <Geth> ¦ rakudo/lizmat-3: (apart from the name) so abstract the logic into a helper sub

[13:03] <Geth> ¦ rakudo/lizmat-3: review: https://github.com/rakudo/rakudo/commit/2144267d6b

[13:03] <Geth> ¦ rakudo: lizmat++ created pull request #6190: RakuAST: fix deparsing of RakuAST::VarDeclaration::Anonymous

[13:03] <Geth> ¦ rakudo: review: https://github.com/rakudo/rakudo/pull/6190

[14:01] <Geth> ¦ rakudo/lizmat-3: 6940ae104a | (Elizabeth Mattijsen)++ | src/core.c/RakuAST/Deparse.rakumod

[14:01] <Geth> ¦ rakudo/lizmat-3: RakuAST: fix deparsing of anonymous state variable

[14:01] <Geth> ¦ rakudo/lizmat-3: review: https://github.com/rakudo/rakudo/commit/6940ae104a

[14:10] <Geth> ¦ rakudo/lizmat-3: e9b57d0a4f | (Elizabeth Mattijsen)++ | src/core.c/RakuAST/Deparse.rakumod

[14:10] <Geth> ¦ rakudo/lizmat-3: RakuAST: a better fix for deparsing the anonymous state variable

[14:10] <Geth> ¦ rakudo/lizmat-3: review: https://github.com/rakudo/rakudo/commit/e9b57d0a4f

[14:29] *** vrurg joined
[14:32] *** vrurg_ left
[15:08] <[Coke]> I will kick off blin this evening probably. Anything left to try to get into the test?

[16:38] <lizmat> I was hoping to get proper %g support in 6.e sprintf

[16:38] <lizmat> which would be the last format to support

[17:27] <lizmat> but it looks like I might not make that today

[18:10] *** hurufu joined
[18:21] *** japhb joined
[18:32] <[Tux]> Rakudo v2026.04-131-gea7786dc5 (v6.d) on MoarVM 2026.04-26-gf2e25d78d

[18:32] <[Tux]> csv-test-xs         0.016 -  0.017

[18:32] <[Tux]> csv-test-xs-20      0.113 -  0.115

[18:32] <[Tux]> csv-ip5xs           0.267 -  0.270

[18:32] <[Tux]> test-t --race       0.295 -  0.302

[18:32] <[Tux]> test-t              0.462 -  0.470

[18:32] <[Tux]> csv-parser          1.060 -  1.072

[18:32] <[Tux]> csv-ip5xs-20        1.079 -  1.084

[18:32] <[Tux]> test-t-20 --race    1.420 -  1.543

[18:32] <[Tux]> test                1.753 -  1.817

[18:32] <[Tux]> test-t-20           5.771 -  5.810

[18:32] <[Tux]> https://tux.nl/Talks/CSV6/speed4-20.html / https://tux.nl/Talks/CSV6/speed4.html https://tux.nl/Talks/CSV6/speed.log

[18:53] <[Coke]> lizmat: I'm exhausted from biking again. Take one more day. :)

[18:53] <lizmat> well, that's good news on 2 fronts  :-)

[18:53] <lizmat> that will give me also some time to write tests

[19:06] <Geth> ¦ rakudo: ugexe++ created pull request #6191: RakuAST: propagate CannotLiteralize sentinel through every literalize multi

[19:06] <Geth> ¦ rakudo: review: https://github.com/rakudo/rakudo/pull/6191

[19:09] *** hurufu left
[19:09] *** hurufu1 joined
[19:12] *** hurufu1 is now known as hurufu

[20:03] <ugexe> lizmat: that fixes the warnings from RAKUDO_RAKUAST=1 make install but i dunno if its the best solution

[20:03] <lizmat> it's good enough for now, I'd say

[20:08] *** lizmat left
[20:10] *** lizmat joined
[21:53] <Geth> ¦ rakudo: ugexe++ created pull request #6192: RakuAST: skip the lexical &name lookup for non-capturing <.name>

[21:53] <Geth> ¦ rakudo: review: https://github.com/rakudo/rakudo/pull/6192

[22:28] <Geth> ¦ rakudo: ugexe++ created pull request #6193: RakuAST: stop using non-method packages as implicit invocant types

[22:28] <Geth> ¦ rakudo: review: https://github.com/rakudo/rakudo/pull/6193

[22:30] *** hurufu left
[23:00] <releasable6> Next release in ≈5 days and ≈19 hours. 1 blocker. Please log your changes in the ChangeLog: https://github.com/rakudo/rakudo/wiki/ChangeLog-Draft

[23:05] <Geth> ¦ rakudo: ugexe++ created pull request #6194: RakuAST: apply :D/:U smiley outside the parameterization wrapper

[23:05] <Geth> ¦ rakudo: review: https://github.com/rakudo/rakudo/pull/6194

[23:24] *** librasteve_ left
