[Axiom-developer] Nested functions in SPAD

2006-10-06 Thread Waldek Hebisch
How to correctly define nested function in algebra file? I changed beggining of goodCoef (in efstruc.spad.pamphlet) to the following: goodCoef(v, l, s) == -- if k1 is part of k2 we should not express k1 in terms of k2 -- (othewise we would get infinite recursion) -- below we

[Axiom-developer] rule for making NRLIBs

2006-10-06 Thread Waldek Hebisch
The current rule in src/algebra/Makefile.pamphlet does not work during re-make. Namely, SPAD compiler fails when NRLIB directory already exists. I propose to add the following: --- pp/build-improvements/src/algebra/Makefile.pamphlet 2006-09-29 21:09:42.0 +0200 +++ build-improvements.nn5/s

[Axiom-developer] On the ideas of building everywhere and "just working"

2006-10-06 Thread C Y
I've been thinking a little about the problems encountered with bundling everything we need into one place and also about the desire expressed by Tim that Axiom "just work". If I may, I'd like to put forth a discussion on these ideas and see if it can help define priorities/methodology for us as a

[Axiom-developer] Build-improvements and stamps

2006-10-06 Thread Waldek Hebisch
Gaby, ATM the stamp stuff misses dependencies: when I modify interp files and run make nothing is rebuilt, because the stamp is still there with old date. So to force rebuilding one has to remove stamp by hand. AFAICS there are various correct solutions: 1) unconditionally run recursive makes in

Re: [Axiom-developer] RE: [M#73697383] Re: Disk-quota Request

2006-10-06 Thread bill . page1
Gabriel Dos Reis wrote: ... Can we get the 1G and be done with it? .. but then how would help debug the Google, svnsync, svk, and svn programs? ;) Regards, Bill Page. ___ Axiom-developer mailing list Axiom-developer@nongnu.org http://lists.nongnu.

Re: [Axiom-developer] RE: [M#73697383] Re: Disk-quota Request

2006-10-06 Thread Gabriel Dos Reis
[EMAIL PROTECTED] writes: [...] | This time I got this quota error message even though I have checked in | advance that the resulting mirror is much smaller than 250 Mbytes when | created locally via file:///. So maybe this time your quota program really | is making a mistake? Can we get the 1G

Re: [Axiom-developer] RE: [M#73697383] Re: Disk-quota Request

2006-10-06 Thread bill . page1
Ben, I am away at a computer algebra meeting until Wednesday, so my email might be a little less responsive than usual. Unfortunately, after 72 of about 170 revisions, I got the following message: .. Copied properties for revision 72. Committed revision 73. Copied properties for revissvnsync: M

[Axiom-developer] Latex on Compile Farm

2006-10-06 Thread root
Motion on the sourceforge compile farm request --- Start of forwarded message --- To: [EMAIL PROTECTED] From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [ alexandria-Support Requests-1551244 ] Latex on Compile Farm Date: Fri, 06 Oct 2006 12:50:27 -0700 Support Requests item #155

[Axiom-developer] Re: Calling gbc before init-memory-config in restart (bookvol5)

2006-10-06 Thread Vanuxem Grégory
After reflexion, since this function (restart) is "the real root of the world" and no one will use this function in an axiom session forget this mail. Furthermore it's not nice to call the garbage collector at the beginning of a session. Greg Le vendredi 06 octobre 2006 à 18:25 +0200, Vanuxem Gr

[Axiom-developer] Calling gbc before init-memory-config in restart (bookvol5)

2006-10-06 Thread Vanuxem Grégory
Hello, What about "garbage collecting" (gbc t) in the 'restart' function (bookvol5) just before calling 'init-memory-config'. In fact I can not load more than 16 libraries in .axiom.input when I call 'restart'. These libraries are not completely loaded, just some ')lib something'. I obtain this e