axiom-developer
[Top][All Lists]
Advanced

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

[Axiom-developer] Re: [Gcl-devel] Re: serveral bugs in codebase


From: Camm Maguire
Subject: [Axiom-developer] Re: [Gcl-devel] Re: serveral bugs in codebase
Date: 28 Jul 2003 10:09:28 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Greetings!  OK as a first disclaimer, I am currently working in a tree
compiled with safety 3.  I had to make the unlimited argument changes
in GCL as earlier posted, and to remove the reference to as yet
uninitialized |data| in define.boot.pamphlet.

I get an interpsys, and try to execute the commands below.  First,
|output| is unbound in i-toplevel recordAndPrint.  So I substitute
with format in the .clisp.  Then when trying p:dom:=1, it tries to
load PF.o, which I don't have.  I did a full check out last week, and
there is no PF.???  file anywhere.  So I grab PF.spad from Juergen's
tree and compile it.  It needs FAXF.o, which also doesn't exist.  My
original 'make' appeared to work without problems, but I appear to
only have a partial algebra build.

Awaiting advice...

Take care,

root <address@hidden> writes:

> Camm,
> 
> The duplicate set issue test is:
> 
> dom:=MonoidRing(Polynomial PrimeField 5, Permutation Integer)
> p:dom:=1
> set [p,p] ==> {1,1}
> 
>   but should be
>           
>           ==> {1}
> 
> the other test is:
> 
>   one? p  ==> false
> 
> but should be
>        
>           ==> true
> 
> As mentioned in a previous email Axiom stores its variable bindings
> in a "frame" which, internally is an alist stored in the variable
> |$InteractiveFrame|
> 
> If you create the 'dom' variable above you can see it by doing:
> 
> )lisp (pprint |$InteractiveFrame|)
> 
> 
> btw, you can type
> 
> )lisp (setq $DALYMODE t)
> 
> and then any line that begins with an open-paren at the Axiom
> prompt will be given directly to the lisp. e.g. after setting
> $dalymode above you can type:
> 
> (pprint |$InteractiveFrame|)
> 
> directly to the Axiom prompt. It makes lisp debugging easier.
> 
> Tim
> address@hidden
> address@hidden
> 
> 
> 
> _______________________________________________
> Gcl-devel mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/gcl-devel
> 
> 
> 

-- 
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]