Geth Grammar-Modelica/main: a01a3a26e2 | (Elizabeth Mattijsen)++ | 12 files
CI test prior to release
11:21
Grammar-Modelica/main: 6009d8623b | (Elizabeth Mattijsen)++ | 5 files
0.1.4
11:33
Math-Symbolic/main: 5799e7cb77 | (Nick Logan)++ (committed using GitHub Web editor) | lib/Math/Symbolic/Grammar.rakumod
Backtrack explicitly in the postfix operator lookahead

The lookahead for a postfix operator relies on `.*` giving characters back. That only works because a quantifier followed by whitespace in a rule is currently not ratcheted, which rakudo may change in the future.
  `.*!` asks for the backtracking explicitly, so the lookahead keeps
finding the operator either way.
11:35
Math-Symbolic/main: 7521bd040f | (Elizabeth Mattijsen)++ | 9 files
CI test prior to release
11:38
Math-Symbolic/main: c30085a6b4 | (Elizabeth Mattijsen)++ | 4 files
0.2
11:40
Pod-TreeWalker/main: f87d8d994c | (Nick Logan)++ (committed using GitHub Web editor) | 3 files
Fix declarator and defn tests

The attribute declarator test expected a WHEREFORE of Any. That only happened because the legacy frontend sets an attribute's WHEREFORE lazily when .WHY is called. The RakuAST frontend sets it up front. The test now expects the attribute itself on both.
The defn test failed because TestListener did not handle Pod::Defn, so its contents were never walked. It also expected the defn to end before its paragraph.
11:42
Pod-TreeWalker/main: f0288c4b8f | (Elizabeth Mattijsen)++ | 10 files
CI test prior to release
11:45
Pod-TreeWalker/main: 0fa79a5d8e | (Elizabeth Mattijsen)++ | 3 files
0.0.7
11:52