quicklisp-projects icon indicating copy to clipboard operation
quicklisp-projects copied to clipboard

Can't quickload clml

Open Uthar opened this issue 4 years ago • 0 comments

here's an example session:

* (load "~/quicklisp/setup.lisp")
T
* (ql:quickload :clml)

debugger invoked on a QUICKLISP-CLIENT:SYSTEM-NOT-FOUND in thread
#<THREAD "main thread" RUNNING {1004DF0423}>:
  System "clml.data.r-datasets-package" not found

In https://beta.quicklisp.org/dist/quicklisp/2021-08-07/systems.txt:

clml clml.data.r-datasets clml.data.r-datasets asdf cl-ppcre clml.data.r-datasets-package clml.hjs clml.utility drakma

clml.data.r-datasets depends on clml.data.r-datasets-package which isn't declared in systems.txt

Both defsystem's are in clml.data.r.-datasets.asd upstream

Uthar avatar Sep 23 '21 10:09 Uthar