Hi! On 2014-05-13, [email protected] <[email protected]> wrote: > 1. Does sage provide a concept for user-configurable (separately for each > package or other context) optional (parameter) testing like in GAP > or Singular? Purpose: debugging/bug hunting.
If a package (spkg) is installed while the environment variable SAGE_CHECK=yes is set, then the test suite of the spkg is run. This is what *should* be the case. Note, however, that not all spkg have a test suite. Also, it is possible to create a Debug version --- by which we found a couple of memory corruptions in (lib)Singular that have not been noticed upstream before. I don't recall what environment variable needs to be set, though. SAGE_DEBUG=yes, perhaps. Or DEBUG=yes. By the way, I do feel the need to know more about software engineering. Learning by doing sometimes is not good enough. Best regards, Simon -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.
