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

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

[Octave-bug-tracker] [bug #49686] Function octave_restore_signal_mask is


From: Renaud
Subject: [Octave-bug-tracker] [bug #49686] Function octave_restore_signal_mask is not part of the public API anymore
Date: Thu, 24 Nov 2016 06:07:00 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0

Follow-up Comment #2, bug #49686 (project octave):

Thank you for pointing this.
I was not aware of it being in the API, and started form code from other
projects which were defining this function. It worked fine until now, though I
always found it looked a complicated sequence of calls to Octave low-level
functions just to get code executed. 
I must have missed new developments in the embedded interpreter API because I
see that there is also a function interpreter::execute_eval_option_code.
Can I safely call this function, and get rid of all the low-level signal
handling calls? This seems to work with code. How about function calls, i.e. a
similar wrapper around feval?
The objective is to have a persistent embedded Octave instance to which I can
send both code or function evaluation from R.
Thank you

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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