LR-POR / cl-conllu

tool for working with conllu files in CL
Apache License 2.0
13 stars 5 forks source link

Wilbur is not a ql package #45

Closed fcbr closed 6 years ago

fcbr commented 6 years ago

cl-conllu fails to install on a pristine system since wilbur is not a quicklisp package.

* (ql:quickload :wilbur)

debugger invoked on a QUICKLISP-CLIENT:SYSTEM-NOT-FOUND in thread
#<THREAD "main thread" RUNNING {1001950083}>:
  System "wilbur" not found
fcbr commented 6 years ago

Looks like wilbur was removed recently; until it gets back to quicklisp I suggest we add a note to the README at the very least.

http://blog.quicklisp.org/2017/12/november-2017-quicklisp-dist-update-now.html

fcbr commented 6 years ago

Looks like QL fixed the issue, closing this.