Geth roast: tbrowder++ created pull request #729:
Add notes for tests to fix for making method posix a Real number
01:29
roast: coke++ created pull request #730:
Remove Rosettacode example tests
01:45
Kaiepi m: -> \, \ { say "OK" }(1,2) 10:16
camelia Too many positionals passed; expected 1 argument but got 2
in block <unit> at <tmp> line 1
Kaiepi are anonymous terms meant to be doable?
m: -> \ { say "OK" }(1) 10:17
camelia Too many positionals passed; expected 0 arguments but got 1
in block <unit> at <tmp> line 1
Kaiepi m: sub (\) { say "OK" }(1)
camelia OK
Kaiepi m: sub (\, \) { say "OK" }(1, 2)
camelia OK
Kaiepi m: sub (\;; \) { say "OK" }(1, 2)
camelia OK
Geth roast: tbrowder++ created pull request #731:
Identify tests to fix when changing DateTime.posix to return a Real value
11:18
Geth roast: ece091c4aa | (Tom Browder)++ (committed using GitHub Web editor) | 2 files
Add notes to tests to fix when changing method posix to return a Real value (#731)
11:42
Geth rakudo: 54c95ebe65 | (Elizabeth Mattijsen)++ | src/core.c/unicodey.pm6
Change internal uniprop logic for unexpected preference

  - reduces the bytecode size by about 10%
  - alas, not enough to make it inlineable
Also looked at turning the large if structure into a dispatch table, but the blocks needed to create the dispatch table, caused too much overhead, so abandoned that idea for now.
12:08
lizmat hmmm... looks like uniprop-int, uniprop-str and uniprop-bool are *not* documented *and* not tested 12:38
I wonder whether we should just remove them (not implemented on other backends anyway)
Geth rakudo: 2d1510a9af | (Elizabeth Mattijsen)++ | src/core.c/native_array.pm6
Make sure native str array.raku can handle holes
16:56
roast: f250322662 | (Elizabeth Mattijsen)++ | S09-typed-arrays/native-str.t
Add test for .raku on native str array with holes
Geth rakudo: patrickbkr++ created pull request #4307:
.p6 -> .raku in compiled release README
17:47
Geth star: f2373ed6ea | (Patrick Spek)++ | 3 files
Add support for Linux Mint
18:25
Geth rakudo: 885d639026 | (Elizabeth Mattijsen)++ | 2 files
Make uniprop 5-10% faster

By adding a property index -> representation list and use that if possible. Adapted the generate script accordingly.
19:58
Geth rakudo/master: 4 commits pushed by (Vadim Belman)++ 22:27
Geth rakudo/rat-upgrade-class: e5c90d2bcc | (Elizabeth Mattijsen)++ | 5 files
Introducing $*RAT-UPGRADE-CLASS

This dynamic variable indicates the *class* in which an UPGRADE-RAT method will be called whenever a Rat has a denominator that does not fit in a 64bit native integer.
The default setting for $*RAT-UPGRADE-CLASS is Num: this will silently ... (25 more lines)
23:06
rakudo/rat-upgrade-class: cead6b03f8 | (Elizabeth Mattijsen)++ | src/core.c/Rat.pm6
s/CLASS/POLICY/
rakudo/rat-upgrade-class: 05ee91f0ef | (Elizabeth Mattijsen)++ | t/08-performance/05-processkeys.t
Oops, forgot to update test, MasterDuke++
23:17
lizmat sleep& 23:18