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])
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
--
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/Z_3aUt3NaeAimkc7%40fricas.org.