On Tue, Jan 16, 2024 at 08:07:25PM +0800, Qian Yun wrote:
> Fix up:
>
> diff --git a/src/interp/i-toplev.boot b/src/interp/i-toplev.boot
> index 18f9f3db..bd0ec450 100644
> --- a/src/interp/i-toplev.boot
> +++ b/src/interp/i-toplev.boot
> @@ -131,7 +131,7 @@ processInteractive(form, posnForm) ==
> initializeTimedStack()
> finally(
> object := processInteractive0(form, posnForm),
> - while $timedNameStack repeat stopTimingProcess peekTimedName())
> + while IFCDR $timedNameStack repeat stopTimingProcess
> peekTimedName())
> object
>
> processInteractive0(form, posnForm) ==
Yes, thanks for catching this.
--
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 on the web visit
https://groups.google.com/d/msgid/fricas-devel/ZaZ7g5Pa1p4Q0W7O%40fricas.org.