[Openmcl-devel] Clozure CL 1.9 released
Anton Vodonosov
avodonosov at yandex.ru
Thu Mar 7 21:19:00 PST 2013
If you care about this kind of testing, here is the
diff between cl-test-grid results of CCL 1.8 and 1.9 release:
http://common-lisp.net/project/cl-test-grid/ccl/ccl-diff2.html
Many of the failures on 1.9 are due to the fact that libraries
are incompatible with new ASDF (use some private ASDF APIs,
which are changed in new ASDF; authors already informed and
some of the libraries are fixed upstream).
But other failures, like html-entities or langutils are unrelated
to ASDF.
To reproduce, try (ql:quickload :html-entities :verbose t)
on 1.8 and 1.9.
Best regards,
- Anton
More information about the Openmcl-devel
mailing list