01:10 librasteve_ left
Geth Benchmark/main: ec9d810ed9 | (Nick Logan)++ (committed using GitHub Web editor) | lib/Benchmark.rakumod
Declare %result as Duration:D to match the return type

timethis declares its return type as Hash:D[Duration:D] but built the result with my Duration %result, which types as Hash[Duration]. Those parameterizations do not smartmatch, so the return-value type check fails. The legacy optimizer skipped the parameterized nominal check on the return value, so this went unnoticed; RakuAST enforces it.
Constrain the value type to Duration:D so %result types as Hash[Duration:D] and passes the check on both frontends.
08:37
Benchmark/main: 8dd8e22faa | (Elizabeth Mattijsen)++ | 13 files
CI test prior to release
09:08
Benchmark/main: 9e4b88ac04 | (Elizabeth Mattijsen)++ | 3 files
2.1
09:12
21:45 librasteve_ joined