Hi Chris,
fixed in SVN 1400.
However, please note the following:
In GNU APL, you may, in principle, execute commands with ⍎ which
is a non-standard
APL extension. I have tested your case with both ⍎')LOAD
wsname' and
with
Many thanks for the quick fix.
As to the *⍎* issue, I'm using libapl in a limited context as an
embedded expression evaluator and not as a full-fledged APL environment,
so maybe the issue won't bite me. I expect I'll find out later today.
Thanks again,
Chris
On 1/1/21 7:24 AM, Dr. Jürgen Sa
Hi, Jürgen,
It may be just a weirdness in my compiler (g++ 10.2.1 20201125 (Red Hat
10.2.1-9)) but when I built your latest libapl it gave half a dozen
instances of things similar to:
libapl.cc: In function ‘Function* get_function_ucs(const unsigned int*,
Function**, Function**)’:
libapl.cc:
Hi Chris,
thanks, fixed in SVN 1401.
Best Regards,
Jürgen
On 1/1/21 5:03 PM, Chris Moller wrote:
Hi, Jürgen,
It may be just a weirdness in my compiler (g++ 10.2.1 20201125
(Red Hat 10.2.1-9)) but when I bui