pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/rakudo
Module Name: pkgsrc
Committed By: mef
Date: Sat Oct 31 12:32:17 UTC 2020
Modified Files:
pkgsrc/lang/rakudo: Makefile PLIST distinfo
Log Message:
(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]
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/lang/rakudo/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/lang/rakudo/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/lang/rakudo/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/rakudo/Makefile
diff -u pkgsrc/lang/rakudo/Makefile:1.12 pkgsrc/lang/rakudo/Makefile:1.13
--- pkgsrc/lang/rakudo/Makefile:1.12 Mon Sep 14 22:57:16 2020
+++ pkgsrc/lang/rakudo/Makefile Sat Oct 31 12:32:17 2020
@@ -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/
Index: pkgsrc/lang/rakudo/PLIST
diff -u pkgsrc/lang/rakudo/PLIST:1.7 pkgsrc/lang/rakudo/PLIST:1.8
--- pkgsrc/lang/rakudo/PLIST:1.7 Mon Sep 14 22:57:16 2020
+++ pkgsrc/lang/rakudo/PLIST Sat Oct 31 12:32:17 2020
@@ -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-m
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
Index: pkgsrc/lang/rakudo/distinfo
diff -u pkgsrc/lang/rakudo/distinfo:1.6 pkgsrc/lang/rakudo/distinfo:1.7
--- pkgsrc/lang/rakudo/distinfo:1.6 Mon Sep 14 22:57:16 2020
+++ pkgsrc/lang/rakudo/distinfo Sat Oct 31 12:32:17 2020
@@ -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