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 Apr 2 14:15:10 UTC 2022
Modified Files:
pkgsrc/lang/rakudo: Makefile distinfo
Log Message:
(lang/rakudo) Updated 2022.02 to 2022.03
(https://rakudo.org/post/announce-rakudo-release-2022.03)
New in 2022.03:
* Deprecations:
* Additions:
+ Expose the .file and .line methods on Label objects [028828ac]
+ Allow Date / DateTime day parameter to be a Callable / Whatever
allowing e.g. Date.new(2022,3,*) for the last date in March 2022. (#
4808) [37756433]
+ Make sure tools/install-dist.p6 is also available as .raku [6ddf7529]
* Removals:
* Changes:
+ Make error on Date.later(:hour|minute|second) more awesome [7f00f798]
+ Give .chomp the possibility to specify a needle (#4739) [cccc3e8c]
+ Improve error message for invalid arguments passed to traits [eb151d53]
+ Test should work with any default version of the language [9425d0fa]
* Fixes:
+ Un =my= X::Comp::Group [74cca333]
+ Turn junctions into value objects [cc3ed94b]
+ Fix a bug with gist over Junction keys [df09bef0]
+ Fix classification and categorization over junctions [c50f51f9]
+ Fix typo'd missing : in .nominal_type signature (#4788) [59dcca66]
+ Decrement # of calls in a block if any are optimized away [4d19c236]
+ Fix [native array .repeated / .unique] issues on JVM backend [b46fed9c]
+ Fix IO::Path.parent [4ef9426f][e53716aa]
+ Fix multi-method candidates lost when 6.e role is applied [6b58cc03]
+ Workaround for cases where .ACCEPTS may return non-Raku object
[f1f5d5cd]
+ Fix issue with native array.splice [blin] [63830142]
+ Fix issue with Net::Curl [blin] [6d04cc39]
+ Make DateTime.new(Allomorph:D) work [60603bac]
+ Restore given / when optimization for Numeric cases [986b1df4]
+ Fix/test Pod::To::Text rendering of =defn elements (#4803) [ca2d1d6c]
+ Remove erroneous early exit from install-dist.raku [edb8a200]
+ Fix resources of the parent repo not found when using Staging
[07d580bc]
* Internal:
+ Optimize more cases of p6decontrv ops (#4793) [2ed88523]
+ Use new native unsigned integer NQP ops where applicable [ceaa38fc]
[4d61a582][28a734d1][548c2550][167c2394][72b9e1c2][e000840d][88386a09]
[3e89b30a][96cbc2be][f807186e][de9eeeb2][a71ec345][7c5595e2][a965cdcb]
[771655b0][5c8a2cf7]
+ Generate the SignedBlob/UnsignedBlob roles [65507b89][7870b446]
[4677dcb7] [fb25bd4e]
+ Use --/++$i instead of $i = nqp::add/sub_i($i,1) for readability, as
this is no longer needed for performance [5caf7aaf][648d02a1][0fac2da8]
[db277ae2][11494f98][e06e32ef][2dfc69e2][3b64a627][81099326][a6019d51]
[2bf84660][c92b44ec][af7c1c32][8077ebd3][6513988b][b79e9ba5][802a4737]
[8529cc97][a236d438][08dcab8d][c1345c57][c7231cd7][bd722aba][473e903a]
[f8e69321]
+ Streamline the Blob/Buf generated code a bit [6a21196c][6230645a]
+ Generate the sorting logic for native arrays [64c7dfa1]
+ Make Complex multiplication factor constant [7bc572e7]
+ Streamline Complex -> Real coercion [e3b836a5]
+ Simplify creating a Complex object [967a130f]
+ Enable num->str coercion in native.repeated/unique [979cc607]
+ Remove unneeded/confusing can('prec') checks [232a55b9]
+ Remove some unnecessary trys (#4773) [0949d67c]
+ Stop telling users to avoid mimalloc [200579f7]
+ CURS simplifications (use TWEAK over BUILD, remove .name) [3f10f7da]
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/lang/rakudo/Makefile
cvs rdiff -u -r1.17 -r1.18 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.24 pkgsrc/lang/rakudo/Makefile:1.25
--- pkgsrc/lang/rakudo/Makefile:1.24 Sun Mar 13 06:44:28 2022
+++ pkgsrc/lang/rakudo/Makefile Sat Apr 2 14:15:10 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2022/03/13 06:44:28 mef Exp $
+# $NetBSD: Makefile,v 1.25 2022/04/02 14:15:10 mef Exp $
-DISTNAME= rakudo-2022.02
+DISTNAME= rakudo-2022.03
CATEGORIES= lang perl6
MASTER_SITES= https://rakudo.org/dl/rakudo/
Index: pkgsrc/lang/rakudo/distinfo
diff -u pkgsrc/lang/rakudo/distinfo:1.17 pkgsrc/lang/rakudo/distinfo:1.18
--- pkgsrc/lang/rakudo/distinfo:1.17 Sun Mar 13 06:44:28 2022
+++ pkgsrc/lang/rakudo/distinfo Sat Apr 2 14:15:10 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2022/03/13 06:44:28 mef Exp $
+$NetBSD: distinfo,v 1.18 2022/04/02 14:15:10 mef Exp $
-BLAKE2s (rakudo-2022.02.tar.gz) = 3856f0aad1316b7503d07824e42727a3fb2845c30be2a5cfc19d469d93cb6d6f
-SHA512 (rakudo-2022.02.tar.gz) = b02cab995700d82e3c100e24d8d4b1497030def568ad674085f3231750c69d42d8847c3a85cdfcbbaadb9c42fd0c44b36774abee4db131851e229ed076710588
-Size (rakudo-2022.02.tar.gz) = 6140289 bytes
+BLAKE2s (rakudo-2022.03.tar.gz) = 57c092ac338814a7905528c842c68675a4342e91b52a72dd2165fad0fbb8b5cc
+SHA512 (rakudo-2022.03.tar.gz) = 5263abb818bd966e64c6d1f3845c25e409a3907306931b98c3456242fba71f381fe6adafe0af0bb9762c186c30c473895fcd92f41fcbed574a217cb1f097ad7f
+Size (rakudo-2022.03.tar.gz) = 5993060 bytes
Home |
Main Index |
Thread Index |
Old Index