vrurg tbrowder: I have doubts about 'Test::Misc'. If it's only two modules to use the sub, I'd rather use a dedicated subdir under packages/ 01:02
*two tests
tbrowder ok, 01:04
tbrowder actually, it's already there, getting all chgs ready now, will push to pr in the morning 01:12
tbrowder er, maybe not, i haven't yet moved 11 into 12. need cold light of morning to integrate it and test it 01:45
nite 01:46
JJMerelo Second entry for the 20th anniversary calendar, by moritz++ raku-advent.blog/2020/08/02/rfc-11...n-a-regex/ 07:14
tellable6 2020-08-01T20:42:45Z #raku-dev <vrurg> JJMerelo I hoped so much to evade it. But seemingly, it's my doom... :D
JJMerelo .tell vrurg a short article will do :-) Pick your RFC! 07:15
tellable6 JJMerelo, I'll pass your message to vrurg
JJMerelo And we still need new entries for the 20th anniversary calendar. Any new candidates? Pick a RFC, talk about it and how it got baked into Raku. The example above, by moritz, is excellent 08:22
tobs .ask JJMerelo How did you invite me to the advent calendar? I didn't get anything. Feel free to /msg when you're around. 09:17
tellable6 tobs, I'll pass your message to JJMerelo
[Tux] Rakudo version 2020.07-52-gfcfc60b63 - MoarVM version 2020.07-12-g0a06f80c7
csv-ip5xs0.829 - 0.846
csv-ip5xs-207.859 - 8.245
csv-parser24.527 - 29.028
csv-test-xs-200.385 - 0.437
test7.586 - 7.624
test-t1.906 - 2.038
test-t --race0.839 - 0.852
test-t-2033.033 - 34.060
test-t-20 --race9.324 - 9.417
09:35
tbrowder .tell vrurg i just pushed my new changes to roast_657. looks pretty good to me thanks to your clever pod hackery! gonna put that in my tool box. it needs to be in the docs somewhere. 10:50
tellable6 tbrowder, I'll pass your message to vrurg
AlexDaniel` m: put (5, 5, 8, 20, 21, 22 … 7) 11:03
camelia 5 5 8
AlexDaniel` lizmat: ↑ another set of edge cases I didn't even realize existed. Something about the sequence being deduced by just the last three values, but it's getting weird if you provide more 11:04
m: put (5, 5, 8, 20, 21, 22 …^ 7)
camelia 5 5 8
AlexDaniel` m: put (5, 5, 8, 20, 21, 22 … -7) 11:07
camelia 5 5 8
AlexDaniel` kinda a case of DIHWIDT, but then we have weird/buggy code paths for allowing people to do it, so I don't know… 11:09
m: put (5, 4, 8, 20, 21, 22 … 4) 11:10
camelia 5 4
AlexDaniel` m: put (5, 4, 8, 20, 21, 22 … 3)
camelia 5 4 8
Geth roast: tbrowder++ created pull request #660:
Update S26 from my cleanup
23:23