You do not need to create a new domain. It also fails to work with XDP in the
latest master.
I was aware about that, however, the strange thing is that this failed already
in version 1.3.5.
Something I don't understand... you claim that retract$TestXDP works in
1.3.5 although retract in XDP is claimed to be not implemented as you
show below. How can that be?
Anyway, for git-bisect it would be good to know FriCAS commit where
retract$XDP **is** actually working as expected. I guess that fixing XDP
will also fix TestXDP.
Ralf
(2) -> [x,y]:=[s::XDistributedPolynomial(Symbol,EXPR INT) for s in [x,y]]
(2) [x, y]
Type: List(XDistributedPolynomial(Symbol,Expression(Integer)))
(3) -> x*y^3
3
(3) x y
Type: XDistributedPolynomial(Symbol,Expression(Integer))
(4) -> retract %
>> Error detected within library code:
FM1.retract impossible
(4) -> )version
Value = "FriCAS 1.3.5 compiled at Mi, 17. Apr 2019 03:15:11"
(4) ->
(4) -> retractIfCan(x*y^5);
Type: Union("failed",...)
(5) -> retractIfCan(x);
Type: Union("failed",...)
--
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 on the web visit
https://groups.google.com/d/msgid/fricas-devel/4144b032-e509-3f38-b1b3-6f5864af6cea%40hemmecke.org.