Re: [Cclan-commits] CVS: asdf asdf.lisp,1.109,1.110

Gary King <[email protected]> Fri, 28 Sep 2007 19:21:32 -0400
Newsgroups gmane.lisp.cclan.general
Message-ID <[email protected]>
Hi Christophe,

This was to fix a bug that Peter Van Eynde reported:

https://sourceforge.net/tracker/? 
func=detail&atid=393636&aid=1803257&group_id=28536



On Sep 27, 2007, at 1:58 PM, Christophe Rhodes wrote:

> Gary Warren King <[email protected]> writes:
>
>> Adds documentation to oos and operate. Also fixes the #.  
>> evaluation of *package*
>
>>  (defun class-for-type (parent type)
>>    (let* ((extra-symbols (list (find-symbol (symbol-name type)  
>> *package*)
>>                                (find-symbol (symbol-name type)
>> -                                           (package-name  
>> #.*package*))))
>> +                                           (load-time-value
>> +					    (package-name :asdf)))))
>>           (class (dolist (symbol (if (keywordp type)
>>                                      extra-symbols
>>                                      (cons type extra-symbols)))
>
> What is this fixing?
>
> Thanks,
>
> Christophe
>
> ---------------------------------------------------------------------- 
> ---
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> cclan-list mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/cclan-list

--
Gary Warren King, metabang.com
Cell: (413) 559 8738
Fax: (206) 338-4052
gwkkwg on Skype * garethsan on AIM





-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/