Warning messages, MacOS M3 clang, SVN 1832 and 1833.

2025-02-10 Thread M.Hall
Warning messages, MacOS M3 clang, SVN 1832 and 1833. It might be because things are changing right now. === ... g++ -DHAVE_CONFIG_H -I. -I..-Wall -I sql -I /Volumes/ARCHIVE/Language/APL/gnu-apl/SVN -g -O2 -I /Volumes/ARCHIVE/Language/APL/gnu-apl/SVN -MT apl-TabExpansion.o -MD -MP -MF

Re: Syntax error on function )COPY'd from another workspace

2025-02-10 Thread M.Hall
$ apl )clear CLEAR WS →(0=⍴0)/0 SYNTAX ERROR+ →(0=⍴0)/0 ^ )more branch back into function (→N) without suspended function Running SVN 1833. On Mon, Feb 10, 2025 at 10:01 AM Hans-Peter Sorge < hanspeterso...@netscape.net> wrote: > Sorry - > > an even shorter way . >

Re: Syntax error on function )COPY'd from another workspace

2025-02-10 Thread Hans-Peter Sorge
Sorry - an even shorter way . )clear CLEAR WS  →(0=⍴,0)/0 SYNTAX ERROR+  →(0=⍴0)/0  ^ Best Regards Hans-Peter Am 10.02.25 um 16:41 schrieb Hans-Peter Sorge: Hi, A simple path to reproduce the reported ")Copy bug" : )clear CLEAR WS  )copy Editor SAVED 2025-02-10 0

Re: Syntax error on function )COPY'd from another workspace

2025-02-10 Thread Hans-Peter Sorge
Hi, A simple path to reproduce the reported ")Copy bug" : )clear CLEAR WS  )copy Editor SAVED 2025-02-10 09:15:01 (GMT-6)  E∆Edit 'E∆Edit' At all prompts you can type 'end' to exit or backup to the previous question. You can often type 'help' to get help. Enter your edit comman

Re: Syntax error on function )COPY'd from another workspace

2025-02-10 Thread Blake McBride
I just checked. None of the problems I reported were corrected with this change. Thanks. Blake On Mon, Feb 10, 2025 at 7:53 AM Dr. Jürgen Sauermann < mail@jürgen-sauermann.de> wrote: > Hi, > > latest news: I have corrected an error in the ∇-editor. *SVN 1833*. > > I am currently working on fi

Re: Syntax error on function )COPY'd from another workspace

2025-02-10 Thread Dr . Jürgen Sauermann
Hi, latest news: I have corrected an error in the ∇-editor. *SVN 1833*. I am currently working on fixing a border case for function headers. Not entirely stable yet. Your problem might be related to specific function header cases. Best Regards, Jürgen On 2/10/25 13:55, Dr. Jürgen Sauermann wr

Re: Syntax error on function )COPY'd from another workspace

2025-02-10 Thread Dr . Jürgen Sauermann
Hi, I am definitely not arguing that the problem is outside GNU APL. However, it is very difficult for me to troubleshoot a problem that only occurs in the context of a workspace that I am not familiar with. So please help to simplify the issue to a smaller size. Thanks, Jürgen On 2/9/25 20