The new version of CL-JSON offers a READ-free version of the library. Since there was interest in this for shipping compiler-free executables, maybe we should make it detectable in ASDF dependencies.
I'd propose either bumping to 0.4.3 (patchlevel) or, since this feature is persistent, we might want to bump to 0.5.0
The latter would permit people who want the READ-free version of the library to require
(:version cl-json 0.5)
in their dependencies.
Also, how about we add tags to the repo for releases?
Cheers, r
I have now made an 0.5.0 version of cl-json, made tar files, and tagged it v0.5.0. Seems github automatically serves zip-files of tagged versions.
Also I made a nickname cl-json that was once requested here, and I have mailed to zach/quicklisp to change their pointer.
Also I made an attempt to fix the one remaining failing testcase, but I didn't succeed.
/Henrik