Update nqp #1
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cea588b0c7c0c03095541989383fef509b78f5ad4ab0657a32baeab6579b8ae9
|
||||
size 9726771
|
||||
3
nqp-2025.05.tar.gz
Normal file
3
nqp-2025.05.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:51f72f3c3cdd8e87fabd1601eab7c6dfef201dd4b65946848a6e38370e99458f
|
||||
size 9727268
|
||||
24
nqp.changes
24
nqp.changes
@@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 15 16:25:19 CEST 2025 - nine@detonation.org
|
||||
|
||||
- update to version 2025.05
|
||||
* Add dispatching logic for an HLL override
|
||||
* Add open mode constants
|
||||
* Add a few capabilities for NQP-level dd
|
||||
* Provide better feedback for ambiguous adverb usage
|
||||
* Micro-optimize Match!cursor_init a bit
|
||||
* Allow --repl-mode even with parameters
|
||||
* Make --repl-mode truly leading
|
||||
* Give interactive mode also access to command-line arguments
|
||||
* Add is-interactive to HLL::Compiler (#827)
|
||||
* Set a more sensible repl-mode by default
|
||||
* Verify some sizes in qast compiler mast
|
||||
* Fix missing register initialization in repeat loops
|
||||
* Use a local for a somewhat hot class member access
|
||||
* Use a local variable for a class member access...
|
||||
* Use locals instead of class variables
|
||||
* Use correct typed accessors where able
|
||||
* Ensure we declare our dynamics even when there's no compunit
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 23 05:03:18 UTC 2024 - Martin Schreiner <martin.schreiner@suse.com>
|
||||
|
||||
@@ -728,7 +750,7 @@ Fri Jun 8 13:46:00 CEST 2012 - mls@suse.de
|
||||
* qregex fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 24 06:00:00 CES 2012 - carlin@glass.org.nz
|
||||
Sat Mar 24 06:00:00 CET 2012 - carlin@glass.org.nz
|
||||
|
||||
- updated to version 2012.03
|
||||
|
||||
|
||||
4
nqp.spec
4
nqp.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package nqp
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: nqp
|
||||
Version: 2024.04
|
||||
Version: 2025.05
|
||||
Release: 0
|
||||
Summary: Not Quite Perl
|
||||
License: Artistic-2.0
|
||||
|
||||
Reference in New Issue
Block a user