bug-apl
[Top][All Lists]
Advanced

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

Re: [Bug-apl] Another )COPY error


From: Elias Mårtenson
Subject: Re: [Bug-apl] Another )COPY error
Date: Wed, 16 Apr 2014 18:30:55 +0800

I had a colon initially, but I changed it to exclamation mark after realising colon is often (well, at least occasionally) used in file names while I can't think of the exclamation mark ever being used in a file name.

That said, one can always search for the divider from the right, and there will never be any problem.

Regards,
Elias


On 16 April 2014 18:18, Juergen Sauermann <address@hidden> wrote:
Hi Elias,

I am working on that. The line number is not yet tracked everywhere.
I would use a colon instead of exclamation mark to make it compatible
with other printouts referring to lines in files.

/// Jürgen



On 04/16/2014 06:05 AM, Elias Mårtenson wrote:
Do you think it would be possible to add the function tag to reflect the location where the function was defined? (the tag being the pathnamename and line number separated by an exclamation mark)

Regards,
Elias


On 16 April 2014 00:26, Juergen Sauermann <address@hidden> wrote:
Hi Elias,

thanks, fixed in SVN 208.

Forgot to mention that .apl files should start with #!.
Now a check is made for that.

/// Jürgen



On 04/15/2014 06:30 AM, Elias Mårtenson wrote:
This is probably related to the previous bug report.

After failing to load the previously attached file (the one that caused a crash), I loaded the functions from the file using the Emacs-mode command that does the same thing. I then )DUMP'ed the workspace. I've attached the file that ended up in the $HOME/workspaces directory.

Trying to )COPY the resulting file did not cause a crash, but instead the following error:

      )copy foo.apl
loading )DUMP file /home/emartenson/workspaces/foo.apl...
bad editor command '∇Z←X bar Y' : problem detected at 'Bad function header at Nabla.cc:502'
DEFN ERROR+
      ∇Z←X bar Y
               ^
VALUE ERROR
      Z←X+Y
          ^
VALUE ERROR
      'adding' X 'plus' Y '→' Z
                              ^
bad editor command '∇' : problem detected at 'Nabla.cc:169'
DEFN ERROR+
      ∇
      ^
bad editor command '∇Z←foo X' : problem detected at 'Bad function header at Nabla.cc:502'
DEFN ERROR+
      ∇Z←foo X
             ^
VALUE ERROR
      Z←X+1
        ^
bad editor command '∇' : problem detected at 'Nabla.cc:169'
DEFN ERROR+
      ∇
      ^

)SI not cleared at the end of /home/emartenson/workspaces/foo.apl:
⋆  Z←X+1
   ^
⋆  'adding' X 'plus' Y '→' Z
   ^
⋆  Z←X+Y
   ^

Regards,
Elias





reply via email to

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