Re: %S in some contr. pkg fails to compile
Martin Rubey <[email protected]>
| Newsgroups | gmane.comp.mathematics.axiom.user |
|---|---|
| Message-ID | <[email protected]> |
Gregory Vanuxem <[email protected]> writes: > Another thing in mantepse: > > testInterpolant(resi: List SUP S, > list: List F, > testList: List UFPSSUPF, > exprList: List EXPRR, > initials: List EXPRR, > guessDegree: NNI, > D: HPSPEC, > dummy: Symbol, op: BasicOperator, > options: LGOPT, > list: List F) > > Two arguments are identical (list), this is odd that GCL can compile this > function because which one will it use in its definition ? (and, it's a pity > that the Spad compiler does not detect this). Oh. Probably I wanted to make sure that list *really* is passed to testInterpolant :-) Fixed in next release (I'm heading for tuesday) Very likely, that improves compilation speed by a fair bit. Many thanks, Martin