| [Coke] will kick off a regular blin run | 00:19 | ||
| Geth | rakudo/main: 94ae304e51 | (Nick Logan)++ (committed using GitHub Web editor) | 3 files Intern curried roles created by generic instantiation (#6567) Previously CurriedRoleHOW.instantiate_generic built its instantiated curry with CurriedRoleHOW.new_type. Instantiating the Positional[TValue] that Array::Typed does thus produced a Positional[Int] distinct from the interned one that writing Positional[Int] in source returns. Type-check caches match on object identity, so a typed array never got a cache hit ... (12 more lines) |
00:40 | |
| rakudo: ugexe++ created pull request #6568: Cache interpolated regex compilations by pattern source |
00:50 | ||
| ugexe | [Coke]: 👍 | ||
| [Coke] | missed that one, i think. | 00:54 | |
| ugexe | i'm still working on fixing one legacy regression i found so we'd need another legacy run in the near future anyway | 01:00 | |
| [Coke] | ok | 01:04 | |
| blin runs are cheaper these days, no worries. ;) | |||
| releasable6: next | |||
| releasable6 | [Coke], Next release in ≈8 days and ≈17 hours. There are no known blockers. 152 out of 152 commits logged (⚠ 1 warnings) | ||
| [Coke], Details: gist.github.com/dabe83d9eabd8c5c48...1c938a7c95 | |||
| [Coke] | ... again, why does it use a previous output from that command when I fixed the warning/did all the commits already | ||
| ⏳ 641 out of 2509 modules processed (25.54%) | 01:05 | ||
| 62% done, no new fails | 02:15 | ||
| ugexe | nice | 02:25 | |
| [Coke] | output_Test::Selector_zef:lucs_0.4.1_0 | 02:59 | |
| "No unspace allowed in regex; if you meant to match the literal^M" | 03:01 | ||
| "Fail, Bisected: 1a08ca762010ff035c3ee106c842464a68d301e6": 1, | 03:02 | ||
| 1a08ca762010ff035c3ee106c842464a68d301e6 ? | |||
| linkable6 | (2026-08-03) github.com/rakudo/rakudo/commit/1a08ca7620 Do not apply unspace to whitespace inside regexes | ||
| japhb | ugexe++ # 94ae304e51 -- Holy moly, 40x is *huge*! | 03:04 | |
| linkable6 | (2026-08-15) github.com/rakudo/rakudo/commit/94ae304e51 Intern curried roles created by generic instantiation (#6567) | ||
| ugexe | [Coke]: does it say what line? | 03:05 | |
| [Coke] | [Test::Selector] # at /home/coke/sandbox/blin/data/zef-data/tmp/6d1ca6b4c6990bb293ba310faaca1e4400a6674b.tar.gz/lib/Test/Selector.rakumod (Test::Selector):614^M | 03:06 | |
| I can post the whole file, one sec. | |||
| github.com/coke/raku-blin-release-...cs_0.4.1_0 | 03:08 | ||
| ugexe | ah, module needs to be updated to be like / ^ \s* ok ' ' / || | 03:16 | |
| m: say "ok x" ~~ /ok\ x/ | 03:21 | ||
| camelia | ===SORRY!=== Error while compiling <tmp> No unspace allowed in regex; if you meant to match the literal character, please enclose in single quotes (' ') or use a backslashed form like \x20. at <tmp>:1 ------> say "ok x" ~~ /ok\ <HERE>x/ |
||
| ugexe | m: say "okx" ~~ /ok \ x/ | ||
| camelia | ===SORRY!=== Error while compiling <tmp> No unspace allowed in regex; if you meant to match the literal character, please enclose in single quotes (' ') or use a backslashed form like \x20. at <tmp>:1 ------> say "okx" ~~ /ok \ <HERE>x/ |
||
| ugexe | ah must have that commit | ||
| raku -e 'say "okx" ~~ /ok \ x/' | |||
| 「okx」 | |||
| which shows that if there was a space before unspace it wasn't erroring before when it should have | 03:22 | ||
| [Coke] | 3 more failures | 03:48 | |
| ugexe | 3 of them are the same thing from the same source | 03:52 | |
| Cro::FCGI is different though | |||
| did it bisect? | |||
| [Coke] | 2 more fails, ⏳ 2240 out of 2509 modules processed (89.27%) | 04:03 | |
| "Fail, Bisected: 1a08ca762010ff035c3ee106c842464a68d301e6": 4, "Fail, Bisected: 2b05993c58a7884f262f61cb81340e5ed58381b3": 1, "Fail, Bisected: 4b4af55da39bb255f1e540b869e16d338073698b": 1, | |||
| it's one of those | |||
| oh, wait | 04:04 | ||
| 435:Cro::FCGI – Fail, Bisected: 4b4af55da39bb255f1e540b869e16d338073698b | |||
| which is a rakuast commit. maybe a false fail | 04:05 | ||
| ugexe | github.com/lucs/Test-Selector/pull/3 | 04:10 | |
| man git.sr.ht does not like me... just trying to view some source code and it hits me with multi second bot detection proof of work for every page hit | 04:13 | ||
| Geth | rakudo: ugexe++ created pull request #6569: Let a boxed value reach a native-only multi candidate by unboxing |
04:21 | |
|
07:37
lizmat joined
|
|||
| Geth | rakudo/main: 0561c5c333 | (Elizabeth Mattijsen)++ | src/core.c/RakuAST/Fixups.rakumod The Hashray class is also an implementation detail |
08:28 | |
|
09:13
lizmat left
09:14
lizmat joined
|
|||
| Geth | rakudo/main: 7d95b754a8 | (Elizabeth Mattijsen)++ | src/core.c/Hash/Ordered.rakumod Make Hash::Ordered.raku produce pairs in correct order |
09:14 | |
|
09:19
lizmat left
|
|||