quicklisp / quicklisp-projects

Metadata for projects tracked by Quicklisp.
http://www.quicklisp.org/
411 stars 47 forks source link

Please fix tooter #2375

Open khinsen opened 8 months ago

khinsen commented 8 months ago

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!

Shinmera commented 7 months ago

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