|
From: David S. <tom...@us...> - 2026-07-12 04:59:06
|
Minimal example: ~~~ (%i1) load(decfp)$ (%i2) rat(1.11b1); /* never returns */ ~~~ --- **[bugs:#4170] Loading decfp breaks raddenest** **Status:** open **Group:** None **Labels:** testsuite decfp raddenest **Created:** Mon Aug 07, 2023 10:42 PM UTC by Raymond Toy **Last Updated:** Fri Sep 15, 2023 02:40 PM UTC **Owner:** nobody As mentioned by David Billinghurst on the [mailing list](https://sourceforge.net/p/maxima/mailman/maxima-discuss/thread/72a43bab-ba4f-6132-ca1c-5c7681775d65%40gmail.com/#msg37880399), loading decfp causes raddenest to misbehave. This can also be seen when running the share test suite. Running the rtest_raddenest testsuite by itself doesn't have this problem. We need to figure out how and why loading decfp breaks raddenest. Until then, we can workaround this issue by moving the decfp test to the end of the share tests. --- Sent from sourceforge.net because max...@li... is subscribed to https://sourceforge.net/p/maxima/bugs/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/maxima/admin/bugs/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |