bug-apl
[Top][All Lists]
Advanced

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

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


From: Jin, Xiaoyong
Subject: [Bug-apl] each (¨) error after r740
Date: Tue, 14 Jun 2016 03:37:07 +0000

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]