pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/rakudo (lang/rakudo) Updated 2020.08.02 to 2020.10



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ec7473fe851a
branches:  trunk
changeset: 441277:ec7473fe851a
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Oct 31 12:32:17 2020 +0000

description:
(lang/rakudo) Updated 2020.08.02 to 2020.10

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 Rakudo(TM) and Raku(welcome message [80a4ada][4e9178f][bae905e]
    Changes:
        Add a new implementation for multi-level Hash slicing,
        not backward-compatible with 6.c version and to be enabled since 6.e
        [551b577][f106c23][6986ea1][8a2d9a6][1c08e66][1c08e66]
        [d08247d][94d8968][18f3808][4b278bc][f9b3f92][b1ec248]
        [d6e94ae][564faa6][93503c2][b60772f][198f603][ff2f2b0]
        [420cb1f][c701a48][1971ba4][964f6e4][3ca1fed][54eb431]
        [d713e45]
        False.truncate returns False instead of 0 now [7192a99]
        Make "is rw" on parameters of MAIN worry [d0854ff]
        Change IterationBuffer.raku output.
        Note that IterationBuffer.raku is a debugging tool: it does
        not roundtrip, nor is it the intent that it ever will. [33bb650]
    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]

diffstat:

 lang/rakudo/Makefile |   4 ++--
 lang/rakudo/PLIST    |   3 +--
 lang/rakudo/distinfo |  10 +++++-----
 3 files changed, 8 insertions(+), 9 deletions(-)

diffs (44 lines):

diff -r 797b30f5578d -r ec7473fe851a lang/rakudo/Makefile
--- a/lang/rakudo/Makefile      Sat Oct 31 12:25:23 2020 +0000
+++ b/lang/rakudo/Makefile      Sat Oct 31 12:32:17 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2020/09/14 22:57:16 mef Exp $
+# $NetBSD: Makefile,v 1.13 2020/10/31 12:32:17 mef Exp $
 
-DISTNAME=      rakudo-2020.08.2
+DISTNAME=      rakudo-2020.10
 CATEGORIES=    lang perl6
 MASTER_SITES=  https://rakudo.org/dl/rakudo/
 
diff -r 797b30f5578d -r ec7473fe851a lang/rakudo/PLIST
--- a/lang/rakudo/PLIST Sat Oct 31 12:25:23 2020 +0000
+++ b/lang/rakudo/PLIST Sat Oct 31 12:32:17 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2020/09/14 22:57:16 mef Exp $
+@comment $NetBSD: PLIST,v 1.8 2020/10/31 12:32:17 mef Exp $
 bin/perl6
 bin/perl6-debug
 bin/perl6-debug-m
@@ -17,7 +17,6 @@
 bin/rakudo-valgrind-m
 share/perl6/bin/install-dist.p6
 share/perl6/core/dist/E14CAA5C7DE5B1A1BAC1ED1155377A9AF4962C18
-share/perl6/core/precomp/.lock
 share/perl6/core/repo.lock
 share/perl6/core/short/0D7FDBBC72083980348BED148BF46BD198D51DE8/E14CAA5C7DE5B1A1BAC1ED1155377A9AF4962C18
 share/perl6/core/short/2216470A6AACB2EDEC4887E9EADEC834847AFC5D/E14CAA5C7DE5B1A1BAC1ED1155377A9AF4962C18
diff -r 797b30f5578d -r ec7473fe851a lang/rakudo/distinfo
--- a/lang/rakudo/distinfo      Sat Oct 31 12:25:23 2020 +0000
+++ b/lang/rakudo/distinfo      Sat Oct 31 12:32:17 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2020/09/14 22:57:16 mef Exp $
+$NetBSD: distinfo,v 1.7 2020/10/31 12:32:17 mef Exp $
 
-SHA1 (rakudo-2020.08.2.tar.gz) = d4834f1099326cb06d504a5da1eada3d1ce644eb
-RMD160 (rakudo-2020.08.2.tar.gz) = 535c5bacaf394ec23e7df6fd6c8c540c2d37bf51
-SHA512 (rakudo-2020.08.2.tar.gz) = 079ab886523e29f2f6626f27c9789be98a59db18b0d708439dbcacddbd611f7d64ecc246c36ff7be0d8ffa7135d9a1ba220d740b15b570e206bb0584f72899ed
-Size (rakudo-2020.08.2.tar.gz) = 4741226 bytes
+SHA1 (rakudo-2020.10.tar.gz) = a3a03b5bad8119ea86d753d571b4c79f4892f00c
+RMD160 (rakudo-2020.10.tar.gz) = 4b57208ae0079b460d72e04f2e80724bc5d9bf4c
+SHA512 (rakudo-2020.10.tar.gz) = fcd00ac782ca28243ca2c6ceb45ff99322952086749aea01ccdfb5ae8c525cb6304fe5d20e7905a9808b1b7a1a96d7c4406847b10c0e4ea8b5fd7d053870f46a
+Size (rakudo-2020.10.tar.gz) = 4755030 bytes



Home | Main Index | Thread Index | Old Index