quicklisp-projects
quicklisp-projects copied to clipboard
Please fix tooter
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!
It was force-pushed away, so it doesn't appear in the history. No idea why quicklisp got stuck on this bad commit, though.