master: Fix argument order for a transform
stassats via Sbcl-commits <[email protected]> Sat, 16 May 2026 00:16:06 +0000
| Newsgroups | gmane.lisp.steel-bank.cvs |
|---|---|
| Message-ID | <[email protected]> |
The branch "master" has been updated in SBCL:
via 1d3cebea7e0415e697be5f17bded91bbd00588a4 (commit)
from 0ede01cab4e55b37e8d79cb8dad1f6bbcb3a0d8f (commit)
- Log -----------------------------------------------------------------
commit 1d3cebea7e0415e697be5f17bded91bbd00588a4
Author: Stas Boukarev <[email protected]>
Date: Sat May 16 03:15:44 2026 +0300
Fix argument order for a transform
---
src/compiler/seqtran.lisp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/compiler/seqtran.lisp b/src/compiler/seqtran.lisp
index 4e7f88fb9..d0a0add7d 100644
--- a/src/compiler/seqtran.lisp
+++ b/src/compiler/seqtran.lisp
@@ -4306,7 +4306,7 @@
(test-not-complementer test test-keyword test-not test-not-keyword
args)
(unless test-not
- (lower-item-test node test new sequence key)))
+ (lower-item-test node test old sequence key)))
(defoptimizers optimizer
(mismatch search tree-equal
-----------------------------------------------------------------------
hooks/post-receive
--
SBCL