After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 633635 - Improve implementation of constructors
Improve implementation of constructors
Status: RESOLVED WONTFIX
Product: gparted
Classification: Other
Component: application
0.7.0
Other All
: Normal normal
: ---
Assigned To: gparted maintainers alias
gparted maintainers alias
Depends on:
Blocks:
 
 
Reported: 2010-10-31 13:50 UTC by Markus Elfring
Modified: 2016-10-09 16:57 UTC
See Also:
GNOME target: ---
GNOME version: ---



Comment 1 Curtis Gedak 2010-11-02 19:34:25 UTC
Thank you Markus for the examples and the links to ways to improve the GParted code.

I appreciate your ability to find areas for improvement and providing background information on how such improvement works.

Are you developing a patch to implement your suggested improvements?
Comment 2 Markus Elfring 2010-11-02 21:02:46 UTC
(In reply to comment #1)

I do not develop a patch for this aspect at the moment. We need to clarify a few more software design choices.

The issue "Improve exception safety with smart pointers" (bug #539329) is related and will affect corresponding implementation details. Which ways would you like to go in which order?
Comment 3 Curtis Gedak 2010-11-02 23:22:06 UTC
My response can be found in:
https://bugzilla.gnome.org/show_bug.cgi?id=539329#c1
Comment 4 Curtis Gedak 2016-10-09 16:53:12 UTC
Closing report as WONTFIX.
Comment 5 Markus Elfring 2016-10-09 16:57:24 UTC
(In reply to Curtis Gedak from comment #4)

I wonder about such a feedback again.
Do you really reject a recommended programming approach for better C++ constructors in this software?