[Bug-apl] Stack trace with EQUAL

2018-11-04 Thread Hans-Peter Sorge
Hello Jürgen, This looks rather simple ...   )clear CLEAR WS   ' '=⊂⊂'yy' == Assertion failed: !sub_val->is_simple_scalar() in Function:  PointerCell in file:  PointerCell.cc:30 Call stack: ---

Re: [Bug-apl] Stack trace with EQUAL

2018-11-04 Thread Juergen Sauermann
Hi Hans-Peter, thanks, fixed in SVN 1093. Best Regards, /// Jürgen On 11/04/2018 04:45 PM, Hans-Peter Sorge wrote: Hello Jürgen, This looks rather simple ...   )clear CLEAR WS   ' '=⊂⊂'yy' =

[Bug-apl] Index function returns extra elements.

2018-11-04 Thread Hans-Peter Sorge
Hi Jürgen, it looks like there is some inconsistency.   x←4 4⍴'XX' '' '' '' '' '' '' ''   s←(⍳4)∘.,⍳4   s  1 1  1 2  1 3  1 4  2 1  2 2  2 3  2 4  3 1  3 2  3 3  3 4  4 1  4 2  4 3  4 4   ((∊2=⍴¨x)/,s)⌷x   XX   XX - expected (no leading empty elements)  XX  XX   ⍴((∊2=

[Bug-apl] Has anyone been able to compile on OpenSolaris?

2018-11-04 Thread Patrick Giagnocavo
Just wondering if there is anyone with experience compiling on Solaris 10 or the later open source forks. I think that the mix of gnu and the other utility programs which are not gnu is the cause. I have a vm with OpenSolaris on it and can give an account available via ssh. Cheers Patrick