[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-apl] Loading dump files
From: |
Juergen Sauermann |
Subject: |
Re: [Bug-apl] Loading dump files |
Date: |
Wed, 28 May 2014 20:23:47 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130330 Thunderbird/17.0.5 |
Hi Blake,
I have fixed the WSID, see SVN 297.
I also aligned some messages.
If both an .xml and a .apl file with the same name, a warning is printed and
the .xml file is loaded (for backward compatbility).
I found the )SAVE message a bit sparse so I took the freedom to be more
verbose on )DUMP
but would like to remain compatible with IBM APL2 on )SAVE.
/// Jürgen
On 05/26/2014 09:49 PM, Blake McBride wrote:
Greetings,
To better integrate dump files (*.apl) files into the system, I
suggest the following:
1. When )LOAD of a .apl file, set the WSID just like a load of .xml file.
2. )LOAD of a .apl file should give the same message as )LOAD of a
.xml file
3. Issue an error message if both a .apl and .xml exist for the same
name.
4. )DUMP should give the same message as )SAVE
Again, I do think keeping the .xml wokspaces is good.
Thanks.
Blake