On behalf of the Rakudo development team, I’m very happy to announce the
April 2025 release of Rakudo #182. Rakudo is an implementation of
the Raku[^1] language.
The source tarball for this release is available from
https://rakudo.org/files/rakudo.
Pre-compiled archives will be available shortly.
New in 2025.04:
-
Improvements:
- Make .classify/.categorize return proper object hashes [bcdbbdd]
- Make QuantHashes return proper object hash for .Hash [998cde5]
- Make the :{ } object hash syntax be like my %h{Mu} [8f8b958]
- Remove parameterization returning Str workaround code [a22d674]
- Make error message handle nameless declarator targets better [81c863a]
- Add $?CONCRETIZATION to role bodies [b38daee]
- Use var name in wrong literal type exception [7cf3b08]
- Add Sequoia as a known MacOS distribution [f4b545b]
- Future proof $*DISTRO.desc on MacOS systems [7741548]
-
Fixes:
- Bump NQP to get 32/64bit writing to file working [606e4eb]
- Fix throws-like applying matchers to group instead of expected exception [3caa98a]
- Add a "die" that was missed in 69dd7d6 [cfc74a8]
- Make native array parameterization die [4b88436]
- Fix benign typo in Rakudo::Internals [08825c3]
- Fix useless construction of List in Rakudo::QuantHash [39dc1ab]
- Use correct typed accessors where able [de421f7]
-
Internal:
- Migrate experimental tests from roast to rakudo, cleanup
[114dafe][f434c4b][b43527a][ab34d10][fd069d6][067236b][3c7bd84]
[42557e3][570d1f8][27e6dc3][f7369d3][fd7d180][4c0bbc4] - Update RELENG documentation/process [e5adb4d]
- Bump NQP to update mimalloc version [29064c7]
- These tests pass in default grammar [8ef1651]
- Remove useless
,
[c2a5b8c] - Add todo for legacy grammar [01a66c1]
- Migrate experimental tests from roast to rakudo, cleanup
-
RakuAST Development:
- 201 commits, 163/166 (make test), and 1349/1352 (make spectest)
[37c301e][4f5f4cd][e71451d][4cc7a28][28d1f61][5cec77b][4c990d4]
[3f91ad2][7c2561e][c92b798][083f0fb][3359acd][6e6a785][060f462]
[0d2ab24][dfa806e][8946ca0][f0244a9][62c9b87][927118c][eb5620f]
[727b728][921be1d][ba9a70b][fa95e44][989a3fc][01a3362][ee87a4b]
[2604cb5][76be783][ffb3741][f46e994][5c35f21][c522ddf][6fd413c]
[6fd413c][870239b][06a7b5d][e237e2b][1cd1001][55e087a][804603a]
[65a0e54][1560d01][65ec907][802c265][f9f232f][83d35bb][86c5bc1]
[b511aac][4163edc][5110d67][a5ad611][bb57f40][5bdb8c1][1c2f723]
[91904bc][bf5e156][f684570][635aa89][fd7efd2][d900291][e85f262]
[18b6cef][915c14c][6ba1849][bf4646e][ef387e8][48c6805][5a45937]
[551e2a6][7458db3][be1d946][44c3655][18b6cef][915c14c][6ba1849]
[bf4646e][ef387e8][ce32eb4][716449d][817aee3][a8749b8][6d6cdd8]
[885b637][3b7bd07][1075c2e][fec7560][400e48f][0d9f3b1][6a3f69e]
[79f940b][aa89b80][8ed9bdb][2b72930][d6fb139][a3d6cb8][ad71cb1]
[a61945d][a741187][49d028a][c10b50e][70416f1][888a90e][8ec9824]
[2a9b9fd][14685d4][f5fa351][3c50326][fa13ca1][0089442][524ba1b]
[37fbd04][ccc430b][710315d][7bacf79][ed8f17f][b429f9f][a3709f3]
[299206e][b857f36][261fbad][49c5dc4][27f4736][8246458][6a97c88]
[8e998ae][09a085a][16c4fc4][bf6ba28][4271ccc][156aeef][ad9be7b]
[fbf25da][e50a90a][a8292bd][b8f4561][c162b16][4582cf6][af7ed31]
[55c894c][d29d7c4][4992824][a995e80][f1980a8][25c5350][550ad11]
[46f933a][28b4b33][7f1cf26][3a8a337][c736ec0][9ebb5c8][038a6e8]
[d505730][b0ff120][1a8c681][8bdbc9f][7b0f03e][4fad427][1f883a2]
[1451385][7f0474c][06c9693][f993002][00aa9b8][76951f3][3fc6af2]
[63b7407][0c3d980][b1b92e3][5c52edc][63f1e95][01b0a8a][ed8ee48]
[cd68580][daaf431][772e6d6][cf8c5ef][52658b9][ef39504][f0e8b57]
[8d0fe4d][fc01dfd][edc7ae9][f59944b][cbb2eb1][726864b][42197d9]
[eac975f][d475334][61710f1][7414f91][5236bc9][7745d93][0957a8b]
[211641a][304581e][0bf9e87][25117e3][a3af5e3]
- 201 commits, 163/166 (make test), and 1349/1352 (make spectest)
The following people contributed to this release:
Stefan Seifert, Elizabeth Mattijsen, Will Coleda, Daniel Green, Jimmy Zhuo,
Donald Hunter, Tim Nelson, ab5tract
This release implements 6.c and 6.d versions of the Raku specification.
6.c version of the language is available if you use the use v6.c
version pragma, otherwise 6.d is the default.
Upcoming releases in 2025 will include new functionality that is not
part of 6.c or 6.d specifications, available with a lexically scoped
pragma. Our goal is to ensure that anything that is tested as part of
6.c and 6.d specifications will continue to work unchanged. There may
be incremental spec releases this year as well.
If you would like to contribute or get more information, visit
https://raku.org, https://rakudo.org/community, ask on the
perl6-compiler@perl.org mailing list, or ask on IRC #raku on Libera.
Additionally, we invite you to make a donation to The Perl & Raku Foundation
to sponsor Raku development: https://donate.perlfoundation.org/
(put “Raku Core Development Fund” in the ‘Purpose’ text field)
The next release of Rakudo (#183), is tentatively scheduled for 2025-05-17.