On 01/03/2025 14:31, 'Ralf Hemmecke' via FriCAS - computer algebra
system wrote:
Hi Martin,

without looking into topology.spad I guess the reason for you problem
comes from the line

h : Homset(source,target) := homset()

Thanks Ralf,

I have just tried what you suggested and I think you are correct.

As you suspected, this cleared the problem once it happened:
)clear prop h

and calling it this way:
h := homset() $ Homset(source,target)
does not create the problem.

I would never have worked this out without your help. Are there any
resources that would help SPAD programmers solve issues like this? It
would be good if there was information to help with debugging on
fricas.github.io
Many years ago, I tried to collect information that would help me with
debugging and put it here as I found it:
https://www.euclideanspace.com/prog/scratchpad/spad/debug/index.htm
But that is just my random notes which may be incorrect and out-of-date,
if there is anything useful to others it would be good if you could put
it on fricas.github.io

Thanks again,

Martin

--
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 fricas-devel+unsubscr...@googlegroups.com.
To view this discussion visit 
https://groups.google.com/d/msgid/fricas-devel/afddfebd-aab0-4feb-906a-ec0346d8b27e%40martinb.com.

Reply via email to