On Thu, Apr 17, 2025 at 02:13:39PM -0400, Camm Maguire wrote:
> Greetings, and thanks for the report!
>
> Is this part of the regression tests? If not, where did it come from?
>
> Take care,
>
> Waldek Hebisch <[email protected]> writes:
>
> > Thanks for info. For me current FriCAS trunk build fine, however
> > there are two regressions compared to gcl-2.6.14.
> >
> > 1) The FriCAS snippet below gives no output using gcl-2.7.1:
> >
> > x+-> if x < 0 then - x else x
> > abs1 := %
> > (x,y) +-> abs1(x) > abs1(y)
> > sort(%,[3,9,-4,10,-3,-1,-9,5])
This one is from FriCAS Book, Chapter 6, section 6.17.1
> > 2) The FriCAS snippet below in final step gives old (stale) output
> > corresponding to n==10, instead of output corresponding to n==15:
> >
> > )set functions cache all
> > n==10
> > v==[i for i in 0..n]
> > v
> > n==15
> > v
This one is an extract from test file 'src/input/stream2.input'
--
Waldek Hebisch
--
You received this message because you are subscribed to the Google Groups
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/fricas-devel/aAFYGaOAh63KG5bN%40fricas.org.