| 28 Mar 2026 | |||
| david7832 | I'll probably start with humble subroutines, with syntax the sort: .&esc:bash (for escaping for "bare" bash calls), .&esc:bash:dq (escaping for use within double quotes), and the like, e.g. a simple .&esc (escaping for the standard system shell) | 23:11 | |
| Down the line, it might be interesting to get fancy and provide importable extensions of the Qlang. Not sure if one actually can make a sensible design for this, but it would be cool to have something like Q:x:s:esc<shell>⟨crc32 $^x⟩ where the :esc... makes it so that the $^x doesn't get interpolated literally, but in an escaped form. | 23:13 | ||
| lizmat | david7832++ | 23:53 | |
| 31 Mar 2026 | |||
| Geth | GD-Raw/main: 3dc922d1f2 | (Jean Forget)++ (committed using GitHub Web editor) | 5 files Functions `gdImageEllipse` and `gdImageRectangle` (#3) * Implementing gdImageEllipse and gdImageRectangle. * Some POD documentation about memory management. |
17:50 | |
| GD-Raw/main: 691e6142ce | (Elizabeth Mattijsen)++ | 7 files 0.5 |
17:55 | ||
| 4 Apr 2026 | |||
| Math-Matrix: schultzdavid++ created pull request #1: Add parentheses to `all @m ~~ Array` to get correct error message |
15:48 | ||
| 7 Apr 2026 | |||
| GD-Raw: jforget++ created pull request #4: Dev Loading PNG data (or other) into a Raku variable instead of into a file. |
18:00 | ||
| GD-Raw/main: 2df4ae047d | (Jean Forget)++ (committed using GitHub Web editor) | 6 files Dev Loading PNG data (or other) into a Raku variable instead of into a file. (#4) * Implementing gdImageEllipse and gdImageRectangle. * Administrative changes associated with the new functions. * Some POD documentation about memory management. ... (10 more lines) |
18:02 | ||
| GD-Raw/main: 7ccd1e2f29 | (Elizabeth Mattijsen)++ | META6.json Add NativeHelpers::Blob dependency |
18:26 | ||
| 12 Apr 2026 | |||
| DBIish: AntonOks++ created pull request #246: t/01-Basic.rakutest: Fix for github.com/rakudo/star/issues/217 |
13:32 | ||
| DBIish/main: 54fde9abb5 | (Elizabeth Mattijsen)++ | t/01-Basic.rakutest Remove test file to be able to rename it |
15:56 | ||
| DBIish/main: fa944ee7b3 | (Elizabeth Mattijsen)++ | t/01-basic.rakutest Simplify some tests, make test code more idiomatic |
|||
| DBIish/main: 3c36e75452 | (Elizabeth Mattijsen)++ | 75 files Some modernization in the code - remove superfluous "use v6" - remove superfluous "use lib 'lib'" - remove superfluous file reference comments - change mentions from "perl6" to "raku" |
21:58 | ||
| DBIish/main: 34f77e7f15 | (Elizabeth Mattijsen)++ | 4 files 0.6.8 |
22:09 | ||
| 14 Apr 2026 | |||
| Math-Matrix: schultzdavid++ created pull request #2: Fix how new(Str $m) parses entries that read "False" |
21:02 | ||
| 17 Apr 2026 | |||
| File-Find/coke/readme: 4ad1d07da8 | (Will Coleda)++ | README.md Add clarifying note to README |
13:17 | ||
| File-Find: coke++ created pull request #52: Add clarifying note to README |
|||
| Terminal-WCWidth/support_vs_16: c2cb3263d3 | (Brian Duggan)++ | t/01-basic.rakutest add test |
13:46 | ||
| Terminal-WCWidth/support_vs_16: 0a8ee89548 | (Brian Duggan)++ | 2 files support vs-16 modifier |
|||
| Terminal-WCWidth: bduggan++ created pull request #8: Support vs-16 |
13:51 | ||
| 20 Apr 2026 | |||
| OpenSSL/ugexe/issue-111: 17623826dc | (Nick Logan)++ | lib/OpenSSL/Stack.rakumod Replace module+class collision with unit class in OpenSSL::Stack OpenSSL::Stack.rakumod declared `unit module OpenSSL::Stack;` with a nested `class OpenSSL::Stack is repr('CStruct') { ... }` of the same name. This relied on the traditional Rakudo grammar's silent-replace behavior, where the class overwrites the module in the outer stash. That broken behavior may go away in the future, so we should just ... (5 more lines) |
19:00 | ||
| OpenSSL: ugexe++ created pull request #112: Replace module+class collision with unit class in OpenSSL::Stack |
|||
| OpenSSL/main: 4b651baa89 | (Nick Logan)++ (committed using GitHub Web editor) | lib/OpenSSL/Stack.rakumod Replace module+class collision with unit class in OpenSSL::Stack (#112) OpenSSL::Stack.rakumod declared `unit module OpenSSL::Stack;` with a nested `class OpenSSL::Stack is repr('CStruct') { ... }` of the same name. This relied on the traditional Rakudo grammar's silent-replace behavior, where the class overwrites the module in the outer stash. That broken behavior may go away in the future, so we should just ... (5 more lines) |
21:47 | ||
| OpenSSL/main: 8dda81950e | (Elizabeth Mattijsen)++ | 11 files 0.2.7 |
21:53 | ||
| 21 Apr 2026 | |||
| Terminal-WCWidth/main: c2cb3263d3 | (Brian Duggan)++ | t/01-basic.rakutest add test |
16:20 | ||
| Terminal-WCWidth/main: 0a8ee89548 | (Brian Duggan)++ | 2 files support vs-16 modifier |
|||
| Terminal-WCWidth/main: 7ac7b40e12 | (Brian Duggan)++ (committed using GitHub Web editor) | 2 files Add support for VS-16 flag Support vs-16 |
|||
| Terminal-WCWidth/main: f2ed9e8509 | (Elizabeth Mattijsen)++ | 7 files 0.1.5 |
19:43 | ||
| 22 Apr 2026 | |||
| OpenSSL: keatumal++ created pull request #113: Add ALPN, SNI, and negotiated protocol version support |
15:04 | ||
| 23 Apr 2026 | |||
| GD-Raw: jforget++ created pull request #5: Dev Use style when drawing lines |
08:15 | ||
| GD-Raw/main: 18 commits pushed by (Jean Forget)++, (Elizabeth Mattijsen)++ review: github.com/raku-community-modules/...700433af34 |
18:57 | ||
| GD-Raw/main: 5c7f2679e4 | (Elizabeth Mattijsen)++ | 2 files 0.6 |
19:06 | ||
| 8 May 2026 | |||
| Grammar-Debugger/main: 30cb73a892 | (Elizabeth Mattijsen)++ | 11 files CI test prior to release |
22:00 | ||
| Grammar-Debugger/main: 230e0b0513 | (Elizabeth Mattijsen)++ | 2 files 1.0.3 |
22:04 | ||
| 9 May 2026 | |||
| App-MoarVM-Heapanalyzer/main: 06cc9e2ad7 | (Elizabeth Mattijsen)++ | lib/App/MoarVM/HeapAnalyzer/Model.rakumod /.perl/.raku/ |
08:03 | ||
| C-Parser/main: 37855f6381 | (Elizabeth Mattijsen)++ | 3 files s/.perl/.raku |
08:06 | ||
| Config-TOML/main: 10684de55e | (Elizabeth Mattijsen)++ | 2 files s/.perl/.raku |
08:07 | ||
| IRC-Utils/main: d02419245b | (Elizabeth Mattijsen)++ | lib/IRC/Utils.rakumod s/.perl/.raku |
08:08 | ||
| Lingua-Number/main: e18fc74bde | (Elizabeth Mattijsen)++ | lib/Lingua/Number.rakumod s/.perl/raku/ |
08:09 | ||
| Math-Matrix/main: ceb6bc1806 | (Elizabeth Mattijsen)++ | lib/Math/Matrix.rakumod s/.perl/.raku/ |
08:10 | ||
| Test-Mock/main: a5da576bb2 | (Elizabeth Mattijsen)++ | lib/Test/Mock.rakumod s/.perl./raku |
08:14 | ||
| Test-Stream/main: ccb7a15505 | (Elizabeth Mattijsen)++ | 2 files s/.perl/.raku/ |
08:15 | ||
| WWW-DuckDuckGo/main: 8ee053942a | (Elizabeth Mattijsen)++ | 2 files s/.perl/.raku/ |
08:16 | ||
| 20 May 2026 | |||
| Form: librasteve++ created pull request #10: Numeric formatting |
13:10 | ||
| 24 May 2026 | |||
| Form/main: 19 commits pushed by librasteve++ review: github.com/raku-community-modules/...0df1a8b244 |
16:56 | ||
| Form/main: 23f12859c7 | librasteve++ | 2 files 1.1 |
17:07 | ||