changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > core / lisp/std/std.asd

revision 692: f51b73f49946
parent 615: ae4983075819
     1.1--- a/lisp/std/std.asd	Wed Oct 02 23:39:07 2024 -0400
     1.2+++ b/lisp/std/std.asd	Thu Oct 03 17:56:11 2024 -0400
     1.3@@ -76,5 +76,6 @@
     1.4                 :components
     1.5                 ((:file "pkg")
     1.6                  (:file "num")
     1.7+                 (:file "thread")
     1.8                  (:file "task"))))
     1.9   :perform (test-op (o c) (symbol-call :rt :do-tests :std)))