bug-apl
[Top][All Lists]
Advanced

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

Re: [Bug-apl] Loading a dumped file doesn't execute the Latent Expressio


From: Blake McBride
Subject: Re: [Bug-apl] Loading a dumped file doesn't execute the Latent Expression
Date: Wed, 28 May 2014 11:30:29 -0500

This issue is working very strange now.  When I first tried it it still didn't execute ⎕LX.  Then I found this while trying to create a test for you:

      )CLEAR
CLEAR WS
      ∇test
[1] 'Hello World'
[2] ∇
      ⎕LX←'test'
      )dump test
DUMPED WORKSPACE 'test'
 TO FILE '/home/blake/workspaces/test.apl'
 (1 FUNCTIONS, 18 VARIABLES)
      )load test
loading )DUMP file /home/blake/workspaces/test.apl...
DOMAIN ERROR
      ⎕PS←65536
      ^  ^



On Tue, May 27, 2014 at 11:08 AM, Juergen Sauermann <address@hidden> wrote:
Hi Blake,

thanks, fixed in SVN 294.

/// Jürgen



On 05/26/2014 11:04 PM, Blake McBride wrote:
The title says it all.

I understand why a dumped file would not keep the SI.  That makes sense.  But it doesn't make sense for it not to execute ⎕LX.

Blake




reply via email to

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