From 40859727fa6f93b72c2f2cfb70f314965cf0e06c Mon Sep 17 00:00:00 2001 From: "Scott L. Burson" Date: Fri, 19 Jan 2024 17:12:43 -0800 Subject: [PATCH] Minor tweaks. --- Code/relations.lisp | 1 - Code/testing.lisp | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Code/relations.lisp b/Code/relations.lisp index e38dfd9..849884b 100644 --- a/Code/relations.lisp +++ b/Code/relations.lisp @@ -216,7 +216,6 @@ constructed." ((new-map0 (WB-Map-Tree-Intersect (wb-2-relation-map0 br1) (wb-2-relation-map0 br2) (lambda (s1 s2) - ;; (declare (ignore ignore)) (let ((s (WB-Set-Tree-Intersect s1 s2))) (incf new-size (WB-Set-Tree-Size s)) s)))) diff --git a/Code/testing.lisp b/Code/testing.lisp index ad8f355..a17fb16 100644 --- a/Code/testing.lisp +++ b/Code/testing.lisp @@ -1882,8 +1882,8 @@ :initial-value nil :from-end t :start 1 :end 3) '(7 9))) (test (eql (lookup (map (#C(5 16) 41) (#C(-4 15) 43) (-8 52) (-9 53) (#C(14 8) 42)) - -9) - 53))))) + #C(-4 15)) + 43))))) (defun Test-Reader () (macrolet ((test (str form) @@ -1945,7 +1945,7 @@ (map) (tuple) (bag) (map (1 2) (3 4)) ;; This case is currently broken - ;; (with-default (map (1 2) (3 4)) 'x) + (with-default (map (1 2) (3 4)) 'x) (tuple (+K0+ 1)) (bag 1) (bag 1 2)