Right now, I have it busy-looping into plenty of
;;; Loading "/home/tunes/src/mkcl/contrib/alexandria_2012_08_14/alexandria.asd"
...
This suggests that one of the things you need to do is have tighter
control over the CL_SOURCE_REGISTRY
and ASDF_OUTPUT_TRANSLATIONS around this compilation, to prevent the
unwanted ASDF upgrade.
...>> I will back port to MKCL 1.1.9 the fixes I currently have in MKCL 1.2.0.Great. Is it OK if I don't include compatibility with older versions of MKCL?
>> You will have them in the git repository in a few hours. compiler::*speed*
>> is going away anyway since proclaim at al. need to work even when the "CMP"
>> module has not been loaded, use si::*speed* instead. Also, nickname "C" for
>> package "COMPILER" has been removed since MKCL 1.1.0 at least (too clash
>> prone).
>>
>
> Done and pushed to the git repo. So you now have si::*speed*, si::*safety*,
> si::*space*, si::*debug* and si::*compilation-speed* that store the global
> level environment for "optimize", each with integer values between 0 and 3
> inclusively by convention. Crude but does the job...
>