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

Please fix tooter

Open khinsen opened this issue 2 years ago • 1 comments

The version of tooter distributed with Quicklisp doesn't work. Diffing the code under ~/quicklisp/dists/quicklisp/software/tooter-20231021-git against a direct checkout, I get:

diff -r /Users/hinsen/Temp/tooter/client.lisp /Users/hinsen/quicklisp/dists/quicklisp/software/tooter-20231021-git/client.lisp
27c27
<                      (yason:parse stream)
---
>                      (com.inuoe.jzon:parse stream)
diff -r /Users/hinsen/Temp/tooter/tooter.asd /Users/hinsen/quicklisp/dists/quicklisp/software/tooter-20231021-git/tooter.asd
15c15
<   :depends-on (:yason
---
>   :depends-on (:com.inuoe.jzon

There is no reference to com.inuoe.jzon in the tooter repository. I have no idea where this patch comes from, but it breaks the code!

khinsen avatar Nov 02 '23 20:11 khinsen

It was force-pushed away, so it doesn't appear in the history. No idea why quicklisp got stuck on this bad commit, though.

Shinmera avatar Nov 22 '23 11:11 Shinmera