Re: [fricas-devel] )fin, restart, (|spad|) with Clozure CL based FriCAS

2024-05-22 Thread Grégory Vanuxem
CTRL-C is not affected in fact. This is the usual behavior of FriCAS with Clozure CL. Sorry for the noise. Le mer. 22 mai 2024 à 22:08, Grégory Vanuxem a écrit : > > Oh, zut! (responding to myself) > > > (there are several use of 'CATCH' and there is 'handler-bind'). > > Badly handled. CTRL-C

Re: [fricas-devel] )fin, restart, (|spad|) with Clozure CL based FriCAS

2024-05-22 Thread Grégory Vanuxem
Oh, zut! (responding to myself) > (there are several use of 'CATCH' and there is 'handler-bind'). Badly handled. CTRL-C for example. More work needed in this regard. Le mer. 22 mai 2024 à 22:03, Grégory Vanuxem a écrit : > > Hello Waldek, hello all, > > First, thanks for your response, it was

Re: [fricas-devel] )fin, restart, (|spad|) with Clozure CL based FriCAS

2024-05-22 Thread Grégory Vanuxem
Hello Waldek, hello all, First, thanks for your response, it was very instructive it leads me to solve this long outstanding issue with my FriCAS copy. Le mar. 21 mai 2024 à 20:32, Waldek Hebisch a écrit : > > On Tue, May 21, 2024 at 01:57:45PM +0200, Grégory Vanuxem wrote: > > Hello, > > > > I

[fricas-devel] Serial part of build

2024-05-22 Thread Waldek Hebisch
I looked a what takes time during serial part of build. More precisly, during database bootstrap step (that is 'boo_db.input'). >From top-level point of view most time goes into compilation of Spad files (about 90%) and about 10% of time is spent in 'make-databases'. At lower level time usage of

[fricas-devel] [PATCH] fix title related memory issues

2024-05-22 Thread Qian Yun
This patch fixes many memory issues related with title -- especially with long titles in graphs. The fix includes: 1. memory overwrite in 'spadAction' (1) -> vp := draw(x,x=1..2); title(vp, new(100, "a".1)$String) Compiling function %C with type DoubleFloat -> DoubleFloat Graph data