Commit de7833eb2412e5cba556126c94ae8893d639112d

Thomas de Grivel 2018-06-10T09:59:01

type info for clozurecl

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/repo.lisp b/repo.lisp
index a0365d2..f56fade 100644
--- a/repo.lisp
+++ b/repo.lisp
@@ -202,7 +202,7 @@
         :type string)
    (local-dir :initarg :local-dir
               :reader repo-local-dir
-              :type pathname)
+              :type string)
    (packages :initarg :packages
              :reader repo-packages
              :type list)))