Skip to content

2020.10

Compare
Choose a tag to compare
@Altai-man Altai-man released this 24 Oct 21:43
· 2270 commits to master since this release
2020.10
89e12a9

On behalf of the Rakudo development team, I’m very happy to announce the
October 2020 release of Rakudo #140. Rakudo is an implementation of
the Raku1 language.

The source tarball for this release is available from
https://rakudo.org/files/rakudo.
Pre-compiled archives will be available shortly.

New in 2020.10:

  • Additions:
    • Implement MAIN parameter bundling via the %*SUB-MAIN-OPTS<bundling>
      option [75f92d2][04164a0]
    • Generate a rakuw.exe executable on Windows which will not spawn
      a console window (in contrast to the raku.exe executable) [0ea6902][708d0ca]
    • Add 𝐑𝐚𝐤𝐮𝐝𝐨™ and 𝐑𝐚𝐤𝐮™ welcome message [80a4ada][4e9178f][bae905e]
  • Changes:
  • Efficiency:
    • Adapt to simplified nqp::isprime_I [80bf1db]
    • Make %a{a;b} about 30% faster [a577409]
    • Further simplify %h{a;b;c} candidate [e435a08]
    • Make Hash.DELETE-KEY on a non-existing key 40% faster
      [3131ce2][fcabad4]
    • Make making a Uni between 1.5x and 22x as fast [2999be3]
    • Make .grep/.first on native arrays about 3.5x as fast
      [240bc9e][cf23947]
    • Make .unique/.repeated/.squish on native arrays faster [c37ffe7]
  • Fixes:
    • Fix stub packages in multi part declarations only knowing
      part of their name [51db534]
    • Build System: Add a check to prevent building a Rakudo with a
      stale NQP version [4dbdcb8][d8db03b]
    • Make BUILD(ALL)PLAN output a bit clearer [a26beb6]
    • Make $*USER and $*GROUP return correct values on some non-English
      locales [6a89d71]
    • Fix possible race in multi-threaded precompilation [1294621]
    • Produce a better error message for my &MAIN = { } [e0e24a8]
    • Fix issue with Z / X used with set operators [338c743]
    • Produce a better error message for incorrect code infix:(&) [4af961e]
    • Fix NativeCall/C++ to allow double instantiation [ecaf334][f3ffb70]
    • An attempt to copy a directory to a file does not remove the file
      anymore [41a76ca]
    • Fix a problem with multi submethods been treated as method [7cfca09]
  • Internal:
    • More fixes to the binary release scripts [bd029ae][99acfa9]
    • Move Int candidates from Numeric.pm6 to Int.pm6 [bf799ba]
    • Add .gitattributes file and specify file extensions [42e0434]

The following people contributed to this release:

Elizabeth Mattijsen, Patrick Böker, Will "Coke" Coleda, Daniel Green,
Stoned Elipot, Alexander Kiryuhin, Nicholas Clark, Vadim Belman,
Christian Bartolomäus, Stefan Seifert, Zoffix Znet, Moritz Lenz,
Norbert Buchmueller, Alexandre Jousset, Jakub A. G, José Joaquín Atria,
Tom Browder, Aleks-Daniel Jakimenko-Aleksejev, Clifton Wood,
Daniel Mita, JJ Merelo, Leon Timmermans, Perry Thompson, Simon Proctor,
stoned, wayland

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 2020 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 freenode.

Additionally, we invite you to make a donation to The Perl Foundation
to sponsor Raku development: https://donate.perlfoundation.org/
(put “Raku Core Development Fund” in the ‘Purpose’ text field)

The next release of Rakudo (#141), is tentatively scheduled for 2020-11-21.

A list of the other planned release dates is available in the
“docs/release_guide.pod” file.

The development team appreciates feedback! If you’re using Rakudo, do
get back to us. Questions, comments, suggestions for improvements, cool
discoveries, incredible hacks, or any other feedback – get in touch with
us through (the above-mentioned) mailing list or IRC channel. Enjoy!

Please note that recent releases have known issues running on the JVM.
We are working to get the JVM backend working again but do not yet have
an estimated delivery date.

  1. See https://raku.org/