Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package nqp for openSUSE:Factory checked in 
at 2022-02-21 19:53:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nqp (Old)
 and      /work/SRC/openSUSE:Factory/.nqp.new.1958 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nqp"

Mon Feb 21 19:53:37 2022 rev:40 rq:956532 version:2022.02

Changes:
--------
--- /work/SRC/openSUSE:Factory/nqp/nqp.changes  2021-08-23 10:09:26.136157834 
+0200
+++ /work/SRC/openSUSE:Factory/.nqp.new.1958/nqp.changes        2022-02-21 
19:53:44.062870302 +0100
@@ -1,0 +2,32 @@
+Mon Feb 21 15:58:49 CET 2022 - n...@detonation.org
+
+- update to version 2022.02
+  * Introduce a new generalized dispatch mechanism.
+    It results in a more uniform architecture for all kinds
+    of dispatch, delivering better performance on a range of
+    langauge features. For more information see
+    
https://6guts.wordpress.com/2021/09/29/the-new-moarvm-dispatch-mechanism-is-here/
+  * Native unsigned integers are now first class citizens
+  * Give NQPParametricRoleHOW a role_typecheck_list method
+  * Set NQP HLL on all NQP types
+  * Avoid an implicit array stringification in NQP
+  * Avoid a slurp/flatten in NQP object creation
+  * Avoid lots of string box/unbox in hash key sort
+  * Use natives to reduce some allocation hotspots
+  * Fix miscompilation of sized integers as loop condition
+  * Remove the --rxtrace feature
+  * Access register allocator via compiler instance
+  * Switch most $*MAST_FRAME access away from dynamics
+  * Replace costly $*MAST_FRAME lookup with $frame arg in core op generators
+  * Don't error if no typechecking mode set
+  * move lookups of op generators out of repeated code
+  * Use `my constant` somewhat in QAST compiler
+  * Add mapping for ctxnt op
+  * Avoid duplicate lookups in NFA merging
+  * Fix SpecialArg unintentionally modifying class' MRO
+  * Don't die on non-primitive objects in $!named
+  * More universal fix for dumping QAST nodes with attached data
+  * Implement the -o form of the --output option
+  * Fix race when checking for global uniques (#760)
+
+-------------------------------------------------------------------

Old:
----
  nqp-2021.08.tar.gz

New:
----
  nqp-2022.02.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ nqp.spec ++++++
--- /var/tmp/diff_new_pack.5F3e2x/_old  2022-02-21 19:53:44.662870421 +0100
+++ /var/tmp/diff_new_pack.5F3e2x/_new  2022-02-21 19:53:44.674870423 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package nqp
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,15 +17,15 @@
 
 
 Name:           nqp
-Version:        2021.08
+Version:        2022.02
 Release:        1.1
 Summary:        Not Quite Perl
 License:        Artistic-2.0
 Group:          Development/Languages/Other
 URL:            http://rakudo.org/
 Source:         nqp-%{version}.tar.gz
-BuildRequires:  moarvm-devel >= 2021.08
-Requires:       moarvm >= 2021.08
+BuildRequires:  moarvm-devel >= 2022.02
+Requires:       moarvm >= 2022.02
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description

++++++ nqp-2021.08.tar.gz -> nqp-2022.02.tar.gz ++++++
++++ 17011 lines of diff (skipped)

Reply via email to