Re: Another slow each (∨/¨)

2020-11-01 Thread Hans-Peter Sorge
Hello Jürgen, amazing, thank you. Best Regards Hans-Peter Am 01.11.20 um 19:59 schrieb Dr. Jürgen Sauermann: Hi Hans-Peter, thanks, fixed in *SVN 1351*. Best Regards, Jürgen On 10/31/20 4:52 PM, Hans-Peter Sorge wrote: Hi, the ∨/¨ on nested logical vectors is running slow.   )WSID I

Two workspaces

2020-11-01 Thread Hans-Peter Sorge
Hello Jürgen, I have a corrupted workspace and the still working backup. Do you want me to send them to you for analysis? It's just some experimental stuff and related to the previous reports I sent. Best Regards Hans-Peter

Re: ⎕FIO Buffer limit is 5000 Bytes

2020-11-01 Thread Dr . Jürgen Sauermann
Hi Hans-Peter, the result of an ⍎'ed command is the output of that command, normally one (nested) APL string for every line of command output. This requires that the command output can be represented as APL strings. This is the case for "normal"

Re: Another slow each (∨/¨)

2020-11-01 Thread Dr . Jürgen Sauermann
Hi Hans-Peter, thanks, fixed in SVN 1351. Best Regards, Jürgen On 10/31/20 4:52 PM, Hans-Peter Sorge wrote: Hi, the ∨/¨ on nested logical vectors is running slow.   )WSID IS CL

Re: For your eyes

2020-11-01 Thread Hans-Peter Sorge
Hi Christian, I'm still learning .. errno -l  or errno NNN helps a lot. I had to install the moreutils package. Never before I got across this helpful stuff. Thank you for the eye opener:-) Best Regards Hans-Peter Am 01.11.20 um 07:46 schrieb Christian Robert: For your eyes,    strerr

stack trace on scan each

2020-11-01 Thread Hans-Peter Sorge
Hi, ⍝ this is OK:   C10←2⍴⊂'AB12EF12IJ'   C10 AB12EF12IJ AB12EF12IJ   P10←(⊂2/⍳5)⊂¨C10   S10←P10∊¨⊂⊂'12'   S10  0 1 0 1 0  0 1 0 1 0   S10/¨P10   12 12    12 12 ⍝ for a one element nested vector it ends in a stack trace: C10←,⊂'AB12EF12IJ'   P10←(⊂