[20:27] <Geth> ¦ Subsets-IO/ugexe/rakuast: 8c5cc3bd56 | (Nick Logan)++ | 3 files

[20:27] <Geth> ¦ Subsets-IO/ugexe/rakuast: Use `use experimental :will-complain` directly

[20:27] <Geth> ¦ Subsets-IO/ugexe/rakuast: 

[20:27] <Geth> ¦ Subsets-IO/ugexe/rakuast: The module detected the `will complain` trait by reaching into the used

[20:27] <Geth> ¦ Subsets-IO/ugexe/rakuast: module's export packages with `::("EXPORT").WHO<will-complain>`, a

[20:27] <Geth> ¦ Subsets-IO/ugexe/rakuast: workaround for the old precompilation issue rakudo#4933. This relied on

[20:27] <Geth> ¦ Subsets-IO/ugexe/rakuast: `use experimental` rebinding the importer's own `EXPORT` symbol to

[20:27] <Geth> ¦ Subsets-IO/ugexe/rakuast: experimental's EXPORT package, which the legacy frontend happens to do

[20:27] <Geth> ¦ Subsets-IO/ugexe/rakuast: <…commit message has 14 more lines…>

[20:27] <Geth> ¦ Subsets-IO/ugexe/rakuast: review: https://github.com/raku-community-modules/Subsets-IO/commit/8c5cc3bd56

[20:27] <Geth> ¦ Subsets-IO: ugexe++ created pull request #3: Use `use experimental :will-complain` directly

[20:27] <Geth> ¦ Subsets-IO: review: https://github.com/raku-community-modules/Subsets-IO/pull/3

[22:14] <Geth> ¦ Subsets-IO/main: 1b1f98fe73 | (Nick Logan)++ (committed using GitHub Web editor) | 3 files

[22:14] <Geth> ¦ Subsets-IO/main: Use `use experimental :will-complain` directly

[22:14] <Geth> ¦ Subsets-IO/main: 

[22:14] <Geth> ¦ Subsets-IO/main: The module detected the `will complain` trait by reaching into the used

[22:14] <Geth> ¦ Subsets-IO/main: module's export packages with `::("EXPORT").WHO<will-complain>`, a

[22:14] <Geth> ¦ Subsets-IO/main: workaround for the old precompilation issue rakudo#4933. This relied on

[22:14] <Geth> ¦ Subsets-IO/main: `use experimental` rebinding the importer's own `EXPORT` symbol to

[22:14] <Geth> ¦ Subsets-IO/main: experimental's EXPORT package, which the legacy frontend happens to do

[22:14] <Geth> ¦ Subsets-IO/main: <…commit message has 14 more lines…>

[22:14] <Geth> ¦ Subsets-IO/main: review: https://github.com/raku-community-modules/Subsets-IO/commit/1b1f98fe73

[22:25] <Geth> ¦ Pod-TreeWalker/ugexe/rakuast-test-fixes: 2aa4ccab31 | (Nick Logan)++ | 3 files

[22:25] <Geth> ¦ Pod-TreeWalker/ugexe/rakuast-test-fixes: Fix declarator and defn tests

[22:25] <Geth> ¦ Pod-TreeWalker/ugexe/rakuast-test-fixes: 

[22:25] <Geth> ¦ Pod-TreeWalker/ugexe/rakuast-test-fixes: The attribute declarator test expected a WHEREFORE of Any. That only

[22:25] <Geth> ¦ Pod-TreeWalker/ugexe/rakuast-test-fixes: happened because the legacy frontend sets an attribute's WHEREFORE

[22:25] <Geth> ¦ Pod-TreeWalker/ugexe/rakuast-test-fixes: lazily when .WHY is called. The RakuAST frontend sets it up front. The

[22:25] <Geth> ¦ Pod-TreeWalker/ugexe/rakuast-test-fixes: test now expects the attribute itself on both.

[22:25] <Geth> ¦ Pod-TreeWalker/ugexe/rakuast-test-fixes: 

[22:25] <Geth> ¦ Pod-TreeWalker/ugexe/rakuast-test-fixes: The defn test failed because TestListener did not handle Pod::Defn, so

[22:25] <Geth> ¦ Pod-TreeWalker/ugexe/rakuast-test-fixes: its contents were never walked. It also expected the defn to end before

[22:25] <Geth> ¦ Pod-TreeWalker/ugexe/rakuast-test-fixes: its paragraph.

[22:25] <Geth> ¦ Pod-TreeWalker/ugexe/rakuast-test-fixes: review: https://github.com/raku-community-modules/Pod-TreeWalker/commit/2aa4ccab31

[22:25] <Geth> ¦ Pod-TreeWalker: ugexe++ created pull request #13: Fix declarator and defn tests

[22:25] <Geth> ¦ Pod-TreeWalker: review: https://github.com/raku-community-modules/Pod-TreeWalker/pull/13

[22:36] <Geth> ¦ Subsets-IO/main: 2524d08867 | (Elizabeth Mattijsen)++ | 15 files

[22:36] <Geth> ¦ Subsets-IO/main: CI test prior to release

[22:36] <Geth> ¦ Subsets-IO/main: review: https://github.com/raku-community-modules/Subsets-IO/commit/2524d08867

[22:41] <Geth> ¦ Subsets-IO/main: 6d3c5cc6a1 | (Elizabeth Mattijsen)++ | 3 files

[22:41] <Geth> ¦ Subsets-IO/main: 1.2

[22:41] <Geth> ¦ Subsets-IO/main: review: https://github.com/raku-community-modules/Subsets-IO/commit/6d3c5cc6a1

[22:43] <Geth> ¦ Test-Stream/main: b241137065 | (Nick Logan)++ (committed using GitHub Web editor) | t/400-tap-formatter.rakutest

[22:43] <Geth> ¦ Test-Stream/main: Make reported-line test expectations frontend agnostic

[22:43] <Geth> ¦ Test-Stream/main: 

[22:43] <Geth> ¦ Test-Stream/main: Previously t/400-tap-formatter.rakutest hardcoded the line numbers that

[22:43] <Geth> ¦ Test-Stream/main: Test::Stream::Formatter::TAP12 reports for failing tests. That number

[22:43] <Geth> ¦ Test-Stream/main: comes from a CallFrame captured while the mainline is still inside the

[22:43] <Geth> ¦ Test-Stream/main: multi-line test-formatter(...) call, and which line annotation is active

[22:43] <Geth> ¦ Test-Stream/main: at that point differs by compiler frontend: the legacy frontend reports

[22:43] <Geth> ¦ Test-Stream/main: <…commit message has 7 more lines…>

[22:43] <Geth> ¦ Test-Stream/main: review: https://github.com/raku-community-modules/Test-Stream/commit/b241137065

[22:47] <Geth> ¦ Test-Stream/main: 80df9d1b8a | (Elizabeth Mattijsen)++ | 10 files

[22:47] <Geth> ¦ Test-Stream/main: CI test prior to release

[22:47] <Geth> ¦ Test-Stream/main: review: https://github.com/raku-community-modules/Test-Stream/commit/80df9d1b8a

[22:55] <Geth> ¦ Test-Stream/main: eb7476f27c | (Elizabeth Mattijsen)++ | 5 files

[22:55] <Geth> ¦ Test-Stream/main: 0.2

[22:55] <Geth> ¦ Test-Stream/main: review: https://github.com/raku-community-modules/Test-Stream/commit/eb7476f27c

