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

2014-05-30 Thread Blake McBride
Looks good. Thanks. On Fri, May 30, 2014 at 11:27 AM, Juergen Sauermann < juergen.sauerm...@t-online.de> wrote: > Hi Blake, > > thanks, I had overseen a small detail. When you )LOAD an .xml file then the > file *has been* parsed and ⎕LX is from the new file. When you )LOAD > an .apl file then

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

2014-05-30 Thread Juergen Sauermann
Hi Blake, thanks, I had overseen a small detail. When you )LOAD an .xml file then the file *has been* parsed and ⎕LX is from the new file. When you )LOAD an .apl file then the file *will be* executed and ⎕LX is from the old workspace. Should be fixed in SVN 302. /// Jürgen On 05/28/2014 06

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

2014-05-28 Thread Blake McBride
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

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

2014-05-27 Thread Juergen Sauermann
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

[Bug-apl] Loading a dumped file doesn't execute the Latent Expression

2014-05-26 Thread Blake McBride
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