bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-apl] each (¨) error after r740


From: Christian Robert
Subject: Re: [Bug-apl] each (¨) error after r740
Date: Mon, 13 Jun 2016 23:49:33 -0400
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1

I agree that the new behavior after 740 is not right.


still newbie and will be for a long time,
Xtian.


On 2016-06-13 23:39, Xiao-Yong Jin wrote:
Hello,

I guess the c++ code is calling the wrong macro.

Before r740:
     (⊂'abc'){⍺ ⍵}¨3⍴1
 abc 1    abc 1    abc 1
     (⊂'abc'){⍺ ⍵}¨4⍴1
 abc 1    abc 1    abc 1    abc 1

After r740:
     (⊂'abc'){⍺ ⍵}¨3⍴1
a 1  b 1  c 1
     (⊂'abc'){⍺ ⍵}¨4⍴1
INDEX ERROR+
μ-Z__vA_LO_EACH_vB[2]  μ-Z[μ-N]←⊂(⊃μ-A[μ-N])μ-LO⊃μ-B[μ-N]
                                  ^            ^
     )more
⎕IO=1 offending index=3 max index=3

Best,
Xiao-Yong


reply via email to

[Prev in Thread] Current Thread [Next in Thread]