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: Juergen Sauermann
Subject: Re: [Bug-apl] each (¨) error after r740
Date: Tue, 14 Jun 2016 14:23:10 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

Hi,

thanks, fixed in *SVN 744*.

/// Jürgen


On 06/14/2016 05:37 AM, Jin, Xiaoyong 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]