Faré wrote:
I have just compiled report for 3.1.0.67: http://common-lisp.net/project/cl-test-grid/asdf/asdf-diff-35.html
Looks good, no regressions.
The two CCL failures are due to the previously discussed CCL:NO-APPLICABLE-METHOD-EXISTS (SETF CCL:SLOT-VALUE-USING-CLASS) BTW, I have submitted a ticket for this: http://trac.clozure.com/ccl/ticket/1157
Thanks!
What we do now?
Retest on 3.1.0.70? Or run ":use :uiop" and differed warnings tests on 3.1.0.67?
What about run 3.1.0.70 with :use :uiop first, and see what gives? If that changes is to go in, it better be before 3.1 release.
That sounds good. I don't think we can turn on deferred warnings this time around, because that requires significant new testing. In particular, this may cause issues with ACL, which has not been extensively tested yet (at least not judging from the cl-test-grid logs I've seen so far).
Cheers, r