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

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

[Octave-bug-tracker] [bug #50423] doc command fails to return an output


From: Rik
Subject: [Octave-bug-tracker] [bug #50423] doc command fails to return an output value when run in the GUI
Date: Tue, 28 Feb 2017 19:28:27 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

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

                 Summary: doc command fails to return an output value when run
in the GUI
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Tue 28 Feb 2017 04:28:26 PM PST
                Category: GUI
                Severity: 2 - Minor
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

When the GUI is disabled, running


r = doc ("help")


returns a status value in r (usually 0).

When the GUI is running the same command produces a warning


r = doc ("help")
warning: doc: some elements in list of return values are undefined
warning: called from
    doc at line 121 column 1
r = [](0x0)


The fix will be probably be in octave-link.cc





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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