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

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

[Octave-bug-tracker] [bug #59597] bogus result returned by mexCallMATLAB


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #59597] bogus result returned by mexCallMATLAB
Date: Mon, 7 Dec 2020 13:34:09 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0

Follow-up Comment #15, bug #59597 (project octave):

Rik: Yes, if you already have access to the interpreter object, then it is
best to call feval directly through that instead of using the global
octave::feval function.  The global function will just look up the interpreter
object and then call the member function.  See the feval function definitions
in oct-parse.yy.

I haven't tagged those as deprecated yet because they are widely used and I
don't think we really want to eliminate them (yet).  But their use should be
discouraged.  It might be good if we had a way to distinguish between "this
function is deprecated and will be removed in two releases" and "using this
function is discouraged but it will remain available".

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?59597>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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