[Tux] Rakudo v2020.12-86-g9c7b55612 (v6.d) on MoarVM 2020.12-88-g5173b3dc0
csv-ip5xs0.822 - 0.824
csv-ip5xs-207.664 - 8.648
csv-parser26.602 - 27.703
csv-test-xs-200.388 - 0.390
test7.642 - 7.810
test-t1.764 - 1.866
test-t --race0.815 - 0.979
test-t-2027.742 - 29.749
test-t-20 --race8.734 - 9.818
14:10
Geth rakudo: 8a1f8f6fc1 | (Elizabeth Mattijsen)++ | 3 files
Refactor Dateish.later/earlier handling

  - introduces the "move-by-unit" method in Date/DateTime
  - changes later/earlier methods to be Dateish, calling "move-by-unit"
  - NQPify DateTime.move-by-unit for better efficiency
The impetus for this change was mainly to make it easier to add a List candidate for .earlier/.later. DateTime.later is now about 50% faster for non-second moves. DateTime.earlier more than that, as it is no longer a shim for .earlier, but for "move-by-unit".
14:34
Geth rakudo/dateish-later-multiple: ceb0351e3d | (Elizabeth Mattijsen)++ | src/core.c/Dateish.pm6
Implement Dateish.earlier/later with multiple units

In response to github.com/rakudo/rakudo/issues/4175 and the discussion following it, this implements being able to move a Date or a DateTime with multiple units, as long as they are in a List of Pairs, rather than as simple named parameters.
15:50
rakudo: lizmat++ created pull request #4181:
Implement Dateish.earlier/later with multiple units
15:51
nqp/new-disp: 39585f5b91 | (Jonathan Worthington)++ | t/moar/53-dispatch.t
Basic test of resume callback being reached
16:13
Geth rakudo: 3865f1caee | (Elizabeth Mattijsen)++ | 2 files
Improve error message on operation on closed handle

  - add X::IO::Closed class
  - introduce !failed method to centralize handling of these errors
  - either call X::IO::Closed or X::IO::BinaryMode depending on $!PIO state
Fixes #4178
16:56
Geth rakudo/array-single-arg-quanthash: 004815f8ee | (Elizabeth Mattijsen)++ | src/core.c/Array.pm6
Provide single arg semantics for @array = QuantHash

Inspired by
   donaldh.wtf/2021/01/if-sets-would-dwim/
and the subsequent discussion at ... (5 more lines)
18:37
rakudo: lizmat++ created pull request #4182:
Provide single arg semantics for @array = QuantHash
Geth rakudo/array-single-arg-quanthash: 9ebecb0414 | (Elizabeth Mattijsen)++ | src/core.c/Array.pm6
Make sure containerized QuantHashes are handled correctly
23:57