09:58 rakkable left 09:59 rakkable joined 10:24 sp1983 joined 10:32 sp1983 left 10:42 finanalyst_ joined 12:12 finanalyst_ left 14:17 librasteve_ joined
librasteve_ rakudoweekly.blog/2026/02/16/2026-...ge-server/ 19:09
timo github.com/haskell/cabal/issues/7209 - wheee, that's fun 20:16
20:18 camelia left 20:19 camelia joined
[Coke] wow 20:20
timo reminds me of the fun we've already had with paths when building modules 20:21
well, path length limitations
21:17 librasteve_ left
patrickb I've had some thoughts about the tense discussion last Saturday. I've put them together in a gist: gist.github.com/patrickbkr/f5fd88e...cad5f6fe04 21:23
lizmat, nemokosch: ^ 21:24
21:40 kjp left
Geth rakudo/r6065-prevent-generic-name-clashes: 7d6b123b9f | ab5tract++ | 4 files
Avoid clashes with user-provided type captures

The use of `TValue` would cause an infinite loop, as in:
   role R[::TValue] { has TValue @.a }
   R[Int].new
   # (infinity)
... (19 more lines)
22:44
rakudo: ab5tract++ created pull request #6073:
Avoid clashes with user-provided type captures
22:45
timo oh wow 22:48
does TKey not need the same change / suffer from the same problem? 22:50
Geth rakudo/r6065-prevent-generic-name-clashes: f99b16d5fc | ab5tract++ | 6 files
Avoid clashes with user-provided type captures

The use of `TValue` would cause an infinite loop, as in:
   role R[::TValue] { has TValue @.a }
   R[Int].new
   # (infinity)
... (23 more lines)
23:01
rakudo/r6065-prevent-generic-name-clashes: 79280f0ed2 | ab5tract++ | 6 files
Avoid clashes with user-provided type captures

The use of `TValue` would cause an infinite loop, as in:
   role R[::TValue] { has TValue @.a }
   R[Int].new
   # (infinity)
... (23 more lines)
23:02