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

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

[Octave-patch-tracker] [patch #8016] Prototype octave_value_list transfe


From: Dan Sebald
Subject: [Octave-patch-tracker] [patch #8016] Prototype octave_value_list transfer
Date: Thu, 18 Apr 2013 08:23:29 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 SeaMonkey/2.15

Follow-up Comment #5, patch #8016 (project octave):

Yes, discussion on maintainers list is fine.

I remember something I thought about earlier in the day so I'm going to write
a note here to not forget.  Once a file is opened there really isn't a need
for the connection between the background command result signal and the
add_all_breakpoints() slot.  I just tested that 


  disconnect (sender (),
              0,
              this,
              SLOT (add_all_breakpoints (const QObject *,
                                         const QString&,
                                         const int,
                                         const octave_value_list&)));


at the end of add_all_breakpoints will break the connection.  I think it's
better left as is though for the moment because it might help uncover some
other things with the debugger when that comes up.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?8016>

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




reply via email to

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