axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Axiom-developer] Small patches


From: Camm Maguire
Subject: Re: [Axiom-developer] Small patches
Date: 25 Jul 2003 00:06:20 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Greetings!

root <address@hidden> writes:

> Camm,
> 
> It appears that in pytout.boot you're changing the package of
> the variable. why? Is there some common lisp change from old
> version to new version I need to be aware of? What happens 
> if I change a package in mid function?
> 

When you (setq |a| (package-name *package*)), |a| lives in the initial
package and is not accessible in boottran when you invoke (in-package
'boottran) ... (in-package |a|)

> In foam_l.lisp it appears that the cond clause is not a list.
> I'd have thought that would cause an error. I'll patch it.
> 

Indeed it does when the .lisp is loaded at a )fin lisp prompt.  I
think the fact that it does not show up in the normal make procedure
might mean that other such potential bugs are being masked, maybe even
the ones related to the infinite recursion.  Can you shed light on why
this did not cause the build to fail?

Also, in my build, I'm getting a lot of 

***** Domain ? already {present,defined, can't really remember} ****** 

in the algebra portion.  Do you see this?  Sounds relevant.

Take care,


> Thanks,
> Tim
> 
> 
> 
> 
> 

-- 
Camm Maguire                                            address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah




reply via email to

[Prev in Thread] Current Thread [Next in Thread]