Re: [fricas-devel] History broken

2024-04-02 Thread Waldek Hebisch
On Wed, Apr 03, 2024 at 08:36:37AM +0800, Qian Yun wrote: > > > On 4/3/24 02:08, Waldek Hebisch wrote: > > On Tue, Apr 02, 2024 at 07:51:53PM +0800, Qian Yun wrote: > > > It is caused by commit 68a3e8ee in 2023-Feb-9, the removal of > > > "makePathname" in "histInputFileName". > > > > > > So the

Re: [fricas-devel] History broken

2024-04-02 Thread Qian Yun
On 4/3/24 02:08, Waldek Hebisch wrote: On Tue, Apr 02, 2024 at 07:51:53PM +0800, Qian Yun wrote: It is caused by commit 68a3e8ee in 2023-Feb-9, the removal of "makePathname" in "histInputFileName". So the fix is the following. Please review it before I do the commit. AFAICS the PNAME part

Re: [fricas-devel] History broken

2024-04-02 Thread Waldek Hebisch
On Tue, Apr 02, 2024 at 07:51:53PM +0800, Qian Yun wrote: > It is caused by commit 68a3e8ee in 2023-Feb-9, the removal of > "makePathname" in "histInputFileName". > > So the fix is the following. Please review it before I do the > commit. AFAICS the PNAME part is not needed: make_filename0 conve

Re: [fricas-devel] History broken

2024-04-02 Thread Grégory Vanuxem
Hello, Seems to work fine, before: (3) -> )hist )show [1] 1+7 [2] fibonacci % (3) -> )hist )write truc.input debugger invoked on a SIMPLE-CONDITION in thread #: break Type HELP for debugger help, or (SB-EXT:EXIT) to exit from S

Re: [fricas-devel] History broken

2024-04-02 Thread Qian Yun
It is caused by commit 68a3e8ee in 2023-Feb-9, the removal of "makePathname" in "histInputFileName". So the fix is the following. Please review it before I do the commit. - Qian diff --git a/src/interp/i-syscmd.boot b/src/interp/i-syscmd.boot index 8e337d59..37c0e6ea 100644 --- a/src/interp/i-

[fricas-devel] History broken

2024-04-02 Thread Prof. Dr. Johannes Grabmeier
in my recent installed system    FriCAS Computer Algebra System     Version: FriCAS 1.3.10 built with sbcl 2.4.0    Timestamp: Mo 11 Mär 2024 17:56:31 CET -    Issue )copyri