[Openmcl-devel] Clozure CL 1.9 released

Gary Byers gb at clozure.com
Fri Mar 8 10:59:22 PST 2013


If this kind of testing had produced a bug report that said something like:

"Given the following code (which is distilled from code in the HTML-ENTITIES
project), calling INIT-HASHES in [certain versions of CCL on certain platforms]
causes a spurious TYPE-ERROR to be signaled", then yes, I'd care about that
a lot.

In this particular case, it probably wouldn't have been too hard to generate
such a bug report from the test results you posted.  (Knowing that "linux-x86"
meant "32-bit Linux-x86" would also have been helpful.)  In other cases, it might
have been much more difficult to identify and/or isolate a bug.




On Fri, 8 Mar 2013, Anton Vodonosov wrote:

> 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