[Openmcl-devel] ASDF peculiar featurosity

Robert Goldman rpgoldman at sift.info
Thu Sep 16 10:09:26 PDT 2010


On 9/16/10 Sep 16 -9:27 AM, Tim Bradshaw wrote:
> This may be something I am doing wrong when building CCL.  I'm on the trunk and I rebuild CCL with (a script which does):
> 
> 	(ccl:rebuild-ccl :full t :allow-constant-redefinition t
> 			 :allow-other-keys t)
> 
> Then
> 
> 	(require :cocoa-application)
> 
> to make the GUI environment (for a mac running Snow Leopard).
> 
> For the command-line version (ccl):
> - ASDF is not initially loaded
> - (require :asdf) works, and :asdf is then on *features*
> 
> For the GUI environment
> - ASDF seems to be loaded (it's in *modules*, the package is there &c)
> - :asdf is *not* in *features*
> 
> The only thing I can think of that would cause this is if ASDF was being loaded when *features* was rebound?

Is there any chance that somehow ASDF is getting loaded in a separate
thread that has its own value for *features*?

R



More information about the Openmcl-devel mailing list