octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #36861] undefined function error without id


From: Juan Pablo Carbajal
Subject: [Octave-bug-tracker] [bug #36861] undefined function error without id
Date: Tue, 17 Jul 2012 13:15:08 +0000
User-agent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.46 Safari/536.5

URL:
  <http://savannah.gnu.org/bugs/?36861>

                 Summary: undefined function error without id
                 Project: GNU Octave
            Submitted by: juanpi
            Submitted on: Tue 17 Jul 2012 01:15:07 PM GMT
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: juanpi
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

Define the function:

function ret = foobar () 
  try 
    fubar (); 
  catch 
    ret = lasterror; 
  end 
endfunction 

Call:
> foobar()
ans = 

  scalar structure containing the fields: 

    message = `fubar' undefined near line 24 column 5 
    identifier = 
    stack = 

The error doesn't have an indetifier. The patch below should fix it. However I
couldn't fill in the "stack" field.



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Tue 17 Jul 2012 01:15:07 PM GMT  Name: changeset.patch  Size: 876B   By:
juanpi

<http://savannah.gnu.org/bugs/download.php?file_id=26215>

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?36861>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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