From b16512b1803e65a987967d407285d2af37a159e3 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 28 Nov 2021 14:42:46 -0700 Subject: replace usage of UIOP version comparison utilities with our own DATA.GIT-SNAPSHOT generates version numbers like 2342423.ab09890f2bcd where only the first, purely numerical component is intended for comparison, and the second component is just additional information. UIOP's utilities don't give the correct answers for cases like that; e.g. (uiop:version<= "1.a" "0") => T. Signed-off-by: Sean Whitton --- consfigurator.asd | 1 + 1 file changed, 1 insertion(+) (limited to 'consfigurator.asd') diff --git a/consfigurator.asd b/consfigurator.asd index 41c5a65..b49ecab 100644 --- a/consfigurator.asd +++ b/consfigurator.asd @@ -106,5 +106,6 @@ (:feature :sbcl (:require #:sb-rt)) (:feature (:not :sbcl) #:rt)) :components ((:file "tests/package") + (:file "tests/util") (:file "tests/property/file")) :perform (test-op (o c) (symbol-call :consfigurator/tests '#:do-tests))) -- cgit v1.2.3