bug-apl
[Top][All Lists]
Advanced

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

[Bug-apl] APL error also prints the c++ error?


From: alexweiner
Subject: [Bug-apl] APL error also prints the c++ error?
Date: Sat, 31 Oct 2015 09:44:39 -0700
User-agent: Workspace Webmail 5.15.9

Hi Bug-apl,

Usually I only see C++ errors in the interpreter when there is a stack trace. I'm not sure why this one is printed on a simple domain error:
      cccc←2⍴⊂5 5 ⍴'alexcweiner'
      ⎕ucs,¨cccc
cell_B.get_cell_type(): '4' at QuadFunction.cc:1585
DOMAIN ERROR
      ⎕UCS,¨cccc
      ^   ^

I was going for ⎕ucs¨,¨cccc , which works. 

SVN 689
-Alex

reply via email to

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