Good day,
This little patch corrects behaviour of %LOAD-FOREIGN-LIBRARY under CMUCL.
SYS::LOAD-OBJECT-FILE always throw an error if it can't load foreign library and returns NIL if library is already loaded.
Tested with CMUCL-19c under Linux and FreeBSD.
Best Regards, Vladimir Sekissov
Vladimir Sekissov svg@surnet.ru writes:
SYS::LOAD-OBJECT-FILE always throw an error if it can't load foreign library and returns NIL if library is already loaded.
This is actually acceptable behaviour, I think. Let me know if the "cmucl: top-level-lambda-max" patch I've just pushed fixes things for you.