Xliff o/ 02:16
lizmat Files=1302, Tests=109841, 208 wallclock secs (28.35 usr 8.02 sys + 2919.55 cusr 273.71 csys = 3229.63 CPU) 08:07
rba patrickb: I have time in the evenings during this week. Just try... 09:13
.tell patrickb: I have time in the evenings during this week. Just try... 09:14
|Tux| Rakudo version 2020.01-114-gcfe2cdc56 - MoarVM version 2020.01.1-33-g571c731ff
csv-ip5xs0.708 - 0.711
csv-ip5xs-205.714 - 5.834
csv-parser22.209 - 22.829
csv-test-xs-200.360 - 0.371
test7.155 - 7.157
test-t1.733 - 1.789
test-t --race0.788 - 0.812
test-t-2029.648 - 29.996
test-t-20 --race8.663 - 9.070
12:42
patrickb weekly: rakubrew.org - Rakubrew is ready for testing! Testers on any platform (Windows, Mac, Linux, anything else) are invited to give it a try. Different from what the website currently tells, the install command on Mac OS should be: `curl rakubrew.org/install-on-macos.sh | sh` 12:53
notable6 patrickb, Noted! (weekly)
Guest4508 m: say Date.new("-2020-02-10") 13:13
camelia -2020-02-10
Guest4508 why does this work? ^^ 13:20
jnthn To allow representing years BC as well as AD, at a guess... 13:23
Glancing the implementation, it looks intentional rather than accidental.
Guest4508 aha, perhaps that is according to the standard 13:27
lizmat yeah, the minus for years is explicitely allowed 13:33
lizmat looked a lot at Date/DateTime code the past days 13:34
feels like DateTime could be made at least 2x as fast still
nine lizmat: I love when you talk like that :D 13:52
lizmat
.oO( and not even in French )
13:53
notable6: weekly
notable6 lizmat, 11 notes: gist.github.com/073e6783e4d5835b44...36564adc64
lizmat notable6: reset 15:43
notable6 lizmat, No notes for “reset”
lizmat notable6: weekly reset
notable6 lizmat, Moved existing notes to “weekly_2020-02-10T15:43:44Z”
rba lizmat++ 17:09
Looks like it's time for raku beer :-)
lizmat it's that time of the week again: another Rakudo Weekly News hits the Net: rakudoweekly.blog/2020/02/10/2020-...r-brewing/
lizmat bisectable6: use nqp; for ^10 { srand(1); dd nqp::rand_I(100,Int) 18:42
bisectable6 lizmat, On both starting points (old=2015.12 new=cfe2cdc) the exit code is 1 and the output is identical as well
lizmat, gist.github.com/a6b8ffe20c8c5902a2...c8279bf24c
lizmat bisectable6: use nqp; for ^10 { srand(1); dd nqp::rand_I(100,Int) }
bisectable6 lizmat, Bisecting by output (old=2015.12 new=cfe2cdc) because on both starting points the exit code is 0 18:43
lizmat, bisect log: gist.github.com/d0f4966e9f967bb11d...6c6ad1fdcd
lizmat, (2016-10-16) github.com/rakudo/rakudo/commit/34...6b5078c0d5
lizmat bisectable6: old=2020.01 use nqp; for ^10 { srand(1); dd nqp::rand_I(100,Int) } 18:44
bisectable6 lizmat, Bisecting by output (old=2020.01 new=cfe2cdc) because on both starting points the exit code is 0
lizmat, bisect log: gist.github.com/be3005d825248c3a90...fc7964c2a7
lizmat, (2020-02-05) github.com/rakudo/rakudo/commit/f8...e703777ba9
Geth rakudo: lizmat assigned to MasterDuke17 Issue Varying results despite fixed srand seed github.com/rakudo/rakudo/issues/3469
21320191e6 | (Elizabeth Mattijsen)++ | t/09-moar/00-misc.t
18:46
Geth rakudo: kbucheli++ created pull request #3471:
properly close Channel Supply
20:11
Geth roast: kbucheli++ created pull request #617:
channel elements not yet consumed in the supply should still be accessible
20:54
travis-ci Rakudo build failed. Elizabeth Mattijsen 'Add tests for github.com/rakudo/rakudo/issues/3469' 21:08
travis-ci.org/rakudo/rakudo/builds/648584543 github.com/rakudo/rakudo/compare/c...320191e64d
Geth rakudo: rbt++ created pull request #3472:
Mention RAKUDOLIB in --help
21:46
jnthn Hm, should that not be RAKULIB? 21:47
Geth rakudo: f9b7de2239 | (Rod Taylor)++ | src/Perl6/Compiler.nqp
Mention RAKUDOLIB in --help
21:56
rakudo: 5a4a3be4a4 | (Elizabeth Mattijsen)++ (committed using GitHub Web editor) | src/Perl6/Compiler.nqp
Merge pull request #3472 from rbt/master

Mention RAKUDOLIB in --help
travis-ci Rakudo build failed. Rod Taylor 'Mention RAKUDOLIB in --help' 22:46
travis-ci.com/rbt/rakudo/builds/148279236 github.com/rbt/rakudo/compare/bd77...b7de2239d0
Geth rakudo: Altai-man assigned to MasterDuke17 Issue Platform-specific (MacOS 'El Capitan') failure in S32-list/pick.t github.com/rakudo/rakudo/issues/3470
ffabf8d5cf | (Elizabeth Mattijsen)++ | t/09-moar/00-misc.t
22:52
travis-ci Rakudo build failed. Elizabeth Mattijsen 'Merge pull request #3472 from rbt/master 23:01
travis-ci.org/rakudo/rakudo/builds/648629109 github.com/rakudo/rakudo/compare/2...4a3be4a4c5
lizmat that should silence Travis
lizmat jnthn: no, not RAKULIB, but RAKUDOLIB afaik, not to interfere with other implementations ? 23:04
lizmat calls it a day& 23:24