On 1/11/13 5:53 PM, Faré wrote:
Dear Lisp hackers,
I've completed yet another major pass of refactoring of ASDF.
[…]
Coolness! Keep it coming!
Failing to compiled the concatenated fasl from ASDF master tip (local :
UNDEFINED-FUNCTION: ;COMMON-LISP:CELL-ERROR-NAME triggers autoloading of org.armedbear.lisp.cell_error_name ... ; Autoloaded org.armedbear.lisp.cell_error_name (0.0050 seconds) The function ASDF/PACKAGE::WHEN-FISHY is undefined.
Have I missed some packaging in the implemenation (abcl-1.2.0-dev)?
ABCL trunk currently has some problems with autoloading (some) COMMON-LISP functions via SETF expanders, which I am in the process of fixing.
; SLIME 2012-11-23 CL-USER> (lisp-implementation-version) "1.2.0-dev" "Java_HotSpot(TM)_64-Bit_Server_VM-Sun_Microsystems_Inc.-1.6.0_37-b06" "amd64-SunOS-5.11"
Thanks, Mark evenson@panix.com