[Coke] Super very low priority, but if commit messages are "RakuAST: Thing" instead of "RakuAST: thing" it saves me a bit of effort. 00:01
Geth rakudo/main: 6 commits pushed by (Nick Logan)++ 00:12
rakudo/main: 1386f7bbde | (Nick Logan)++ (committed using GitHub Web editor) | src/Raku/ast/base.rakumod
RakuAST: classify the node before offering it to the optimize ladder (#6597)

Previously the optimize walk offered every expression to every rewrite and mark in turn. Each helper began by testing the node against the types it accepts, so a typical node paid for thirty method calls that all declined, and the soft scope walk ran for nodes no mark could accept. The optimize stage of the CORE.c build spent 9.9 seconds this ... (8 more lines)
00:13
rakudo: ugexe++ created pull request #6598:
Initialize %*ENV, $*CWD and $*SCHEDULER lazily
00:14
00:50 kurahaupo left, kurahaupo joined
Geth rakudo: ugexe++ created pull request #6599:
RakuAST: Fix -n/-p loop wrapping issues
03:57