bug-apl
[Top][All Lists]
Advanced

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

Re: [Bug-apl] )IN crashes


From: David B. Lamkins
Subject: Re: [Bug-apl] )IN crashes
Date: Sun, 15 Jun 2014 12:45:34 -0700

Thank you. Confirmed working.

On a related note: would it make sense to also warn about other GNU APL
extensions when writing an )OUT file? I'm thinking in particular of
lambdas and defined-function axis notation; these don't seem to cause
problems with )OUT and )IN, but neither are they standard APL notation.

On Sun, 2014-06-15 at 16:19 +0200, Juergen Sauermann wrote:
> Hi David,
> 
> thanks for isolating the fault. I fixed it in SVN 327.
> 
> The fault was created by native functions being )OUT-ed and )IN-ed.
> They are now handled properly, but the file created by )OUT is no longer
> suitable as workspace exchange file when it contains native functions
> (because native functions are a GNU APL extension that will not be 
> understood
> by other APL interpreters).
> 
> )OUT issues a warning for every native function being written.





reply via email to

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