|
Hi Mike, it would help if you could provide the file OUT for which the )IN command fails. Generally speaking, )IN is an very dangerous command because it executes (⍎) the records in the file in order to reconstruct a workspace, and it will do whatever the producer of the file wants to do (with your permissions). For that reason, GNU APL does not use execute (⍎) in order to implement )IN (or 2 ⎕TF), but has a special parser to process the records. That special parser is limited in what APL functions it allows. Unfortunately there exist no specification as to which APL functions can be used in 2 ⎕TF The pattern below ('M←¯12-⎕IO-⍳25') has not occurred before, so the parser didn't know. But once I have the file, I can add and test it. /// Jürgen On 08/31/2015 05:25 AM, Mike Duvos
wrote:
|
- [Bug-apl] Workspace Migration Error Mike Duvos
- Re: [Bug-apl] Workspace Migration Error Juergen Sauermann
- Re: [Bug-apl] Workspace Migration Error Mike Duvos
- Re: [Bug-apl] Workspace Migration Error Mike Duvos
- Re: [Bug-apl] Workspace Migration Error Juergen Sauermann
- Re: [Bug-apl] Workspace Migration Error Mike Duvos
- Re: [Bug-apl] Workspace Migration Error Juergen Sauermann
