09.06.2013, 21:10, "Rudi Schlatte" rudi@constantly.at:
Should be fixed in #14529 - at least, (make-instance 'standard-generic-function) works now and broke before that commit.
Rudi
Comparison of ABCL 1.1.1 and ABCL svn revision 14529: http://common-lisp.net/project/cl-test-grid/abcl/abcl-diff12.html
As you see, the STD-FIND-METHOD-COMBINATION error is gone. There are some other regressions, for example cl-colors.
To reproduce it a the cl-test-grid.cloud.efficito.com machine:
rm -rf .cache/common-lisp/ java -jar lisps/abcl/dist/abcl.jar --noinit --nosystem --load quicklisp/setup.lisp --eval "(ql:quickload :cl-colors)"
The above is for the ABCL svn revisoin 1459. For ABCL 1.1.1
java -jar lisps/abcl-bin-1.1.1/abcl.jar --noinit --nosystem --load quicklisp/setup.lisp --eval "(ql:quickload :cl-colors)"
xcvb-bridge fails most likely due to new ASDF. Can not comment other failures (exscribe, g-lib-cffi, cl-6502)
Best regards, - Anton