Geth Test-Stream/ugexe/frontend-agnostic-line-numbers: 97692cb2d5 | (Nick Logan)++ | t/400-tap-formatter.rakutest
Make reported-line test expectations frontend agnostic

Previously t/400-tap-formatter.rakutest hardcoded the line numbers that Test::Stream::Formatter::TAP12 reports for failing tests. That number comes from a CallFrame captured while the mainline is still inside the multi-line test-formatter(...) call, and which line annotation is active at that point differs by compiler frontend: the legacy frontend reports ... (7 more lines)
02:47
Test-Stream: ugexe++ created pull request #5:
Make reported-line test expectations frontend agnostic
02:48
OpenSSL/avoid_using_rakudo_internal_json_impl: aeed1b3468 | (Elizabeth Mattijsen)++ | 5 files
0.2.8
16:46
OpenSSL/avoid_using_rakudo_internal_json_impl: ca0550c0ca | (Elizabeth Mattijsen)++ (committed using GitHub Web editor) | 5 files
Merge branch 'main' into avoid_using_rakudo_internal_json_impl
OpenSSL/main: ba97d085ce | (Elizabeth Mattijsen)++ | 5 files
0.2.9
17:08
Benchy/ugexe/rakuast-monkey-pragma: 390940bef3 | (Nick Logan)++ | 2 files
Enable MONKEY without reaching for $*W

Previously EXPORT called $*W.do_pragma to turn on the MONKEY pragmas for the importing scope. The RakuAST frontend has no $*W, so `use Benchy` died there with "Dynamic variable $*W not found" before the importing scope could augment, use nqp or EVAL.
Set the MONKEY pragmas on $*LANG directly. That is all do_pragma did with them, and $*LANG carries the same braid on both frontends.
22:39
Benchy: ugexe++ created pull request #3:
Enable MONKEY without reaching for $*W
Benchy/ugexe/rakuast-monkey-pragma: 07e405ca42 | (Nick Logan)++ | 2 files
Enable MONKEY without reaching for $*W

Previously EXPORT called $*W.do_pragma to turn on the MONKEY pragmas for the importing scope. The RakuAST frontend has no $*W, so `use Benchy` died there with "Dynamic variable $*W not found" before the importing scope could augment, use nqp or EVAL.
... (5 more lines)
22:47
overload-constant/ugexe/rakuast-frontend: feff6d25ed | (Nick Logan)++ | 3 files
Support the RakuAST frontend

Previously the numish action built its constants out of $*W and looked for the match keys dec_number and rad_number. Neither exists on the RakuAST frontend, so any `use overload::constant` died there with
  "Dynamic variable $*W not found".
... (10 more lines)
22:50
overload-constant: ugexe++ created pull request #1:
Support the RakuAST frontend
22:54