[02:02] *** guifa left
[03:16] *** apogee_ntv left
[03:18] *** apogee_ntv joined
[04:57] <Geth> ¦ rakudo: ugexe++ created pull request #6163: Make CORE/SETTING symbol tests pass on RakuAST built rakudo

[04:57] <Geth> ¦ rakudo: review: https://github.com/rakudo/rakudo/pull/6163

[06:06] *** bloatable6__ left
[06:06] *** Voldenet left
[06:06] *** lizmat left
[06:06] *** coleman left
[06:06] *** evalable6 left
[06:06] *** gfldex left
[06:06] *** disbot2 left
[06:06] *** kurahaupo left
[06:06] *** ShimmerFairy left
[06:06] *** summerisle left
[06:06] *** [Coke] left
[06:06] *** rba left
[06:06] *** SmokeMachine left
[06:06] *** JRaspass left
[06:10] *** kurahaupo joined
[06:10] *** bloatable6__ joined
[06:10] *** Voldenet joined
[06:10] *** ShimmerFairy joined
[06:10] *** [Coke] joined
[06:10] *** lizmat joined
[06:10] *** rba joined
[06:10] *** coleman joined
[06:10] *** evalable6 joined
[06:10] *** gfldex joined
[06:10] *** SmokeMachine joined
[06:10] *** disbot2 joined
[06:10] *** summerisle joined
[06:10] *** JRaspass joined
[10:20] *** librasteve_ joined
[10:27] *** guifa joined
[10:50] *** guifa left
[10:52] *** guifa joined
[10:56] *** guifa left
[10:59] *** guifa joined
[11:01] <Geth> ¦ rakudo/main: 6cb6ac321d | (Elizabeth Mattijsen)++ | 2 files

[11:01] <Geth> ¦ rakudo/main: Re-instate the RakuAST based implementation of .assuming

[11:01] <Geth> ¦ rakudo/main: 

[11:01] <Geth> ¦ rakudo/main: This had to reverted in March 2025 because of problems with

[11:01] <Geth> ¦ rakudo/main: precompilation of synthetic RakuAST code.

[11:01] <Geth> ¦ rakudo/main: 

[11:01] <Geth> ¦ rakudo/main: The problem was fixed by ugexe++ in:

[11:01] <Geth> ¦ rakudo/main:   https://github.com/MasterDuke17/rakudo/commit/46ce0e3f85dc0bdbfe1ecc9bf922746301b348a8

[11:01] <Geth> ¦ rakudo/main: 

[11:01] <Geth> ¦ rakudo/main: For more information, see:

[11:01] <Geth> ¦ rakudo/main:   https://dev.to/lizmat/quicker-to-assume-2cpj

[11:01] <Geth> ¦ rakudo/main: review: https://github.com/rakudo/rakudo/commit/6cb6ac321d

[11:02] <lizmat> librasteve_ ^^

[11:03] <lizmat> [Coke]: ^^ that'd be worth an extra blin run

[11:03] <lizmat> as it was a blin run that initiated the revert  :-

[11:04] *** guifa left
[11:12] <lizmat> several tests in roast now passing, but won't untodo them until it's clear that this revert survives a blin run  :-)

[11:37] *** Voldenet left
[11:37] *** Voldenet_ joined
[11:37] *** Voldenet_ is now known as Voldenet

[11:38] *** [Coke] left
[11:39] <lizmat> Geth 

[12:05] *** [Coke] joined
[12:33] <[Coke]> lizmat: sure.

[12:39] <Geth> ¦ rakudo/main: 81b3d1721b | (Elizabeth Mattijsen)++ | src/core.e/Format.rakumod

[12:39] <Geth> ¦ rakudo/main: sprintf in 6.e is now RakuAST based

[12:39] <Geth> ¦ rakudo/main: 

[12:39] <Geth> ¦ rakudo/main: The temporary *undocumented* "zprintf" is gone now.

[12:39] <Geth> ¦ rakudo/main: review: https://github.com/rakudo/rakudo/commit/81b3d1721b

[12:53] * [Coke] spends some time cleaning up the disk on the blin machine (so much leftover stuff after a run, disk nearly full after the last run for some reason)

[13:05] <[Coke]> started blin

[13:16] <lizmat> offline for an upgrade

[13:16] *** lizmat left
[13:30] * [Coke] ponders a "when was the last version of rakudo that a module worked on" script.

[13:30] <[Coke]> If it's > x releases ago, skiplist it for blin. They can ask to be re-added to the list when they pass with a recent one

[13:32] *** shareable6 left
[13:34] *** shareable6 joined
[13:37] *** lizmat joined
[13:41] <Geth> ¦ rakudo/main: 8bf0321569 | (Nick Logan)++ | src/Raku/ast/variable-declaration.rakumod

[13:41] <Geth> ¦ rakudo/main: RakuAST: declare $¢ with a Scalar container, matching legacy

[13:41] <Geth> ¦ rakudo/main: 

[13:41] <Geth> ¦ rakudo/main: RakuAST::VarDeclaration::Implicit::Cursor was emitting QAST::Var with

[13:41] <Geth> ¦ rakudo/main: :decl('var') — a bare lexical slot, no container.  After CORE.d.setting

[13:41] <Geth> ¦ rakudo/main: was compiled, SETTING:: at v6.d had a slot named '\$¢' but

[13:41] <Geth> ¦ rakudo/main: nqp::getlexrel returned null for it, because no container had been

[13:41] <Geth> ¦ rakudo/main: installed at the slot.

[13:41] <Geth> ¦ rakudo/main: <…commit message has 10 more lines…>

[13:42] <Geth> ¦ rakudo/main: review: https://github.com/rakudo/rakudo/commit/8bf0321569

[13:42] <Geth> ¦ rakudo/main: c6c2cb1f80 | (Nick Logan)++ | 7 files

[13:42] <Geth> ¦ rakudo/main: Account for CORE/SETTING differences when built with RakuAST

[13:42] <Geth> ¦ rakudo/main: 

[13:42] <Geth> ¦ rakudo/main: When CORE is built by the RakuAST frontend, three symbols differ from

[13:42] <Geth> ¦ rakudo/main: the legacy frontend at SETTING:: and CORE:: scope:

[13:42] <Geth> ¦ rakudo/main: 

[13:42] <Geth> ¦ rakudo/main:   - !RAKUAST_MARKER is a RakuAST-only marker; legacy never installed it

[13:42] <Geth> ¦ rakudo/main:   - $?FILE is a lexical constant in the RakuAST CORE setting pad; legacy

[13:42] <Geth> ¦ rakudo/main: <…commit message has 13 more lines…>

[13:42] <Geth> ¦ rakudo/main: review: https://github.com/rakudo/rakudo/commit/c6c2cb1f80

[13:42] <Geth> ¦ rakudo/main: e20e8cc08f | (Nick Logan)++ (committed using GitHub Web editor) | 8 files

[13:42] <Geth> ¦ rakudo/main: Merge pull request #6163 from ugexe/ugexe/rakuast-corekeys-settingkeys-tests

[13:42] <Geth> ¦ rakudo/main: 

[13:42] <Geth> ¦ rakudo/main: Make CORE/SETTING symbol tests pass on RakuAST built rakudo

[13:42] <Geth> ¦ rakudo/main: review: https://github.com/rakudo/rakudo/commit/e20e8cc08f

[13:42] <Geth> ¦ rakudo: ugexe++ created pull request #6164: Add a rakuast variant to the Azure CI build/test matrix

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

[13:47] *** lizmat left
[13:48] *** lizmat joined
[14:27] <Geth> ¦ roast: af0efdd92d | (Elizabeth Mattijsen)++ | 2 files

[14:27] <Geth> ¦ roast: Mark test as failing on MacOS Tahoe

[14:27] <Geth> ¦ roast: 

[14:27] <Geth> ¦ roast: They were already marked as failing on Sonoma and Sequoia

[14:27] <Geth> ¦ roast: review: https://github.com/Raku/roast/commit/af0efdd92d

[14:31] <Geth> ¦ rakudo/main: 6ae9ef82dd | (Elizabeth Mattijsen)++ | 4 files

[14:31] <Geth> ¦ rakudo/main: Remove zprintf from core keys tests

[14:31] <Geth> ¦ rakudo/main: 

[14:31] <Geth> ¦ rakudo/main: The sub was already removed from core in 81b3d1721b

[14:31] <Geth> ¦ rakudo/main: review: https://github.com/rakudo/rakudo/commit/6ae9ef82dd

