[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #55225] building doc figures in .eps or .pdf f
From: |
Pantxo Diribarne |
Subject: |
[Octave-bug-tracker] [bug #55225] building doc figures in .eps or .pdf format occasionally silently fails |
Date: |
Wed, 27 May 2020 17:27:36 -0400 (EDT) |
User-agent: |
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0 |
Update of bug #55225 (project octave):
Status: Confirmed => Patch Submitted
_______________________________________________________
Follow-up Comment #49:
@jwe: The attached patch adds a comment to explain that we need to use a
blocking connection when creating GUI objects and their proxy.
In order to be able to report errors when we finally fail to execute the
slotPrint, I used the invokeMethod construct rather than signal/slot
connection.
After this change, ObjectProxy::finalize, ObjectProxy::get_pixels,
ObjectProxy::print raise an error if they are called with an invalid GUI
Object or if invokeMethod failed. Is it OK to raise an error? Or should I use
a warning with id?
(file #49181)
_______________________________________________________
Additional Item Attachment:
File name: bug55225-2.patch Size:5 KB
<https://savannah.gnu.org/file/bug55225-2.patch?file_id=49181>
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?55225>
_______________________________________________
Message posté via Savannah
https://savannah.gnu.org/
- [Octave-bug-tracker] [bug #55225] building doc figures in .eps or .pdf format occasionally silently fails, (continued)
- [Octave-bug-tracker] [bug #55225] building doc figures in .eps or .pdf format occasionally silently fails, Markus Mützel, 2020/05/24
- [Octave-bug-tracker] [bug #55225] building doc figures in .eps or .pdf format occasionally silently fails, Dmitri A. Sergatskov, 2020/05/24
- [Octave-bug-tracker] [bug #55225] building doc figures in .eps or .pdf format occasionally silently fails, Hg200, 2020/05/24
- [Octave-bug-tracker] [bug #55225] building doc figures in .eps or .pdf format occasionally silently fails, Pantxo Diribarne, 2020/05/24
- [Octave-bug-tracker] [bug #55225] building doc figures in .eps or .pdf format occasionally silently fails, Hg200, 2020/05/25
- [Octave-bug-tracker] [bug #55225] building doc figures in .eps or .pdf format occasionally silently fails, Pantxo Diribarne, 2020/05/26
- [Octave-bug-tracker] [bug #55225] building doc figures in .eps or .pdf format occasionally silently fails, Dmitri A. Sergatskov, 2020/05/26
- [Octave-bug-tracker] [bug #55225] building doc figures in .eps or .pdf format occasionally silently fails, Hg200, 2020/05/26
- [Octave-bug-tracker] [bug #55225] building doc figures in .eps or .pdf format occasionally silently fails, Pantxo Diribarne, 2020/05/27
- [Octave-bug-tracker] [bug #55225] building doc figures in .eps or .pdf format occasionally silently fails, John W. Eaton, 2020/05/27
- [Octave-bug-tracker] [bug #55225] building doc figures in .eps or .pdf format occasionally silently fails,
Pantxo Diribarne <=