bug-apl
[Top][All Lists]
Advanced

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

[Bug-apl] Another )COPY error


From: Elias Mårtenson
Subject: [Bug-apl] Another )COPY error
Date: Tue, 15 Apr 2014 12:30:40 +0800

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

Attachment: foo.apl
Description: Binary data


reply via email to

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