jmerelo Little reminder hacktoberfest is coming, and we want you to propose friendly issues to expand the community github.com/Raku/hacktoberfest/blob.../README.md 07:41
Geth ¦ problem-solving: JJ assigned to jnthn Issue META6 specification only exists "de facto" github.com/Raku/problem-solving/issues/236 09:03
lizmat m: my int $handled { die("oops"); CATCH { default { $handled++ } } } 11:24
camelia 5===SORRY!5=== Error while compiling <tmp>
Unexpected block in infix position (missing statement control word before the expression?)
at <tmp>:1
------> 3my int $handled7⏏5 { die("oops"); CATCH { default { $handl
expecting any of…
lizmat m: my int $handled; { die("oops"); CATCH { default { $handled++ } } }
camelia ( no output )
lizmat m: my int $handled; EVAL q/{ die("oops"); CATCH { default { $handled++ } } }/
camelia ===SORRY!===
Cannot find method 'qast' on object of type NQPMu
lizmat bisectable: my int $handled; EVAL q/{ die("oops"); CATCH { default { $handled++ } } }/
bisectable6 lizmat, Will bisect the whole range automagically because no endpoints were provided, hang tight
lizmat, Output on all releases: gist.github.com/b0016ab63abc858d6d...c7aa1a7cb5 11:25
lizmat, Bisecting by output (old=2016.04 new=2016.05) because on both starting points the exit code is 1
lizmat, bisect log: gist.github.com/5cf843fa8521494ff8...d21d4af877
lizmat, (2016-05-12) github.com/rakudo/rakudo/commit/33...d4efe221de
lizmat, Output on all releases and bisected commits: gist.github.com/603dc36fa08afc3fb2...bb9c98ffb1
Geth rakudo/rakuast: 44bdce7b5b | (Elizabeth Mattijsen)++ | 3 files
Add Deparsing support for given / when / default / use

  - as well as CATCH and CONTROL blocks
  - adapt / add associated tests
  - don't add ; after statement that has a } at the end of a line
  - remove superfluous newline from dd output of RakuAST trees
12:41
[Tux] Rakudo version 2020.09-6-ga26beb66e - MoarVM version 2020.09-7-gfb9929508
csv-ip5xs0.816 - 0.840
csv-ip5xs-208.165 - 8.483
csv-parser26.598 - 28.106
csv-test-xs-200.384 - 0.416
test7.637 - 7.794
test-t1.846 - 1.884
test-t --race0.836 - 0.866
test-t-2032.671 - 32.770
test-t-20 --race8.979 - 9.809
12:45
Geth rakudo/rakuast: 0c81db7ae3 | (Elizabeth Mattijsen)++ | 12 files
Expression is a named parameter of ::Statement::Expression

This refactoring was mentioned by jnthn as being one that is needed to allow for statement modifiers later.
13:24
rakudo/rakuast: aec4c20fc8 | (Elizabeth Mattijsen)++ | 2 files
Add deparse support for terms: self * ** ∅ rand now

  - and captures
  - add and adapt tests accordingly
14:30
lizmat afk for a few hours& 14:34