Send Gtkmm-forge mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/gtkmm-forge
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Gtkmm-forge digest..."
gtkmm-forge is the mailing list that receives gtkmm bug reports from bugzilla.
A daily digest is sent to gtkmm-main, to encourage people to help fixing the
bugs. Do not try to unsubscribe gtkmm-forge from gtkmm-list.
Today's Topics:
1. [Bug 588990] New: no way to know if the option as been passed
when argument is optionnal (glibmm (bugzilla.gnome.org))
2. [Bug 588989] optional flag in Glib::OptionEntry cause crash
is the arg is omitted (glibmm (bugzilla.gnome.org))
3. [Bug 588990] no way to know if the option as been passed when
argument is optionnal (glibmm (bugzilla.gnome.org))
4. [Bug 588989] optional flag in Glib::OptionEntry cause crash
is the arg is omitted (glibmm (bugzilla.gnome.org))
5. [Bug 588930] make install fails (gnomemm (bugzilla.gnome.org))
6. [Bug 588988] Glib::OptionGroup::on_post_parse() require
calling inherited (glibmm (bugzilla.gnome.org))
7. [Bug 588988] OptionGroup::on_post_parse() overrides must call
the base class's implementation (glibmm (bugzilla.gnome.org))
8. [Bug 588989] optional flag in Glib::OptionEntry cause crash
is the arg is omitted (glibmm (bugzilla.gnome.org))
----------------------------------------------------------------------
Message: 1
Date: Sun, 19 Jul 2009 00:18:17 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
<[email protected]>
Subject: [gtkmm bugzilla] [Bug 588990] New: no way to know if the
option as been passed when argument is optionnal
To: [email protected]
Message-ID: <[email protected]/>
Content-Type: text/plain; charset=utf-8
If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
http://bugzilla.gnome.org/show_bug.cgi?id=588990
glibmm | general | Ver: 2.20.x
Summary: no way to know if the option as been passed when
argument is optionnal
Product: glibmm
Version: 2.20.x
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: general
AssignedTo: [email protected]
ReportedBy: [email protected]
QAContact: [email protected]
GNOME version: Unspecified
GNOME milestone: Unspecified
There is no way to know if the option as been passed when argument is
optionnal.
Pending having bug 588989 not crash, I don't find any way to check of said
option has been set.
Glib::ustring search;
Glib::OptionEntry entry;
entry.set_long_name("search");
entry.set_flags(Glib::OptionEntry::FLAG_OPTIONAL_ARG);
entry.set_description("Open the search all notes window with the search
text.");
options.add_entry(entry, search);
In the above case, if --search is passed, "search" will be empty, like if
--search was NOT passed.
--
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why
you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.
You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=588990.
------------------------------
Message: 2
Date: Sun, 19 Jul 2009 03:07:33 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
<[email protected]>
Subject: [gtkmm bugzilla] [Bug 588989] optional flag in
Glib::OptionEntry cause crash is the arg is omitted
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8
If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
http://bugzilla.gnome.org/show_bug.cgi?id=588989
glibmm | general | Ver: 2.20.x
Hubert Figuiere changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |NOTABUG
------- Comment #2 from Hubert Figuiere 2009-07-19 03:07 UTC -------
Sorry, that's actually a glib crash. It seems that this flag only applies to
G_OPTION_ARG_CALLBACK arg types.
The fact that Glibmm does not seem to allow these is a different story. Not a
Glibmm bug.
--
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why
you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.
You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=588989.
------------------------------
Message: 3
Date: Sun, 19 Jul 2009 03:08:24 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
<[email protected]>
Subject: [gtkmm bugzilla] [Bug 588990] no way to know if the option as
been passed when argument is optionnal
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8
If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
http://bugzilla.gnome.org/show_bug.cgi?id=588990
glibmm | general | Ver: 2.20.x
Hubert Figuiere changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Comment #1 from Hubert Figuiere 2009-07-19 03:08 UTC -------
Actually a dupe of the other
*** This bug has been marked as a duplicate of 588989 ***
--
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why
you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.
You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=588990.
------------------------------
Message: 4
Date: Sun, 19 Jul 2009 03:08:25 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
<[email protected]>
Subject: [gtkmm bugzilla] [Bug 588989] optional flag in
Glib::OptionEntry cause crash is the arg is omitted
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8
If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
http://bugzilla.gnome.org/show_bug.cgi?id=588989
glibmm | general | Ver: 2.20.x
------- Comment #3 from Hubert Figuiere 2009-07-19 03:08 UTC -------
*** Bug 588990 has been marked as a duplicate of this bug. ***
--
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why
you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.
You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=588989.
------------------------------
Message: 5
Date: Sun, 19 Jul 2009 03:57:42 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
<[email protected]>
Subject: [gtkmm bugzilla] [Bug 588930] make install fails
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8
If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
http://bugzilla.gnome.org/show_bug.cgi?id=588930
gnomemm | geglmm | Ver: unspecified
------- Comment #1 from Hubert Figuiere 2009-07-19 03:57 UTC -------
can't reproduce here...
--
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why
you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.
You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=588930.
------------------------------
Message: 6
Date: Sun, 19 Jul 2009 08:20:15 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
<[email protected]>
Subject: [gtkmm bugzilla] [Bug 588988]
Glib::OptionGroup::on_post_parse() require calling inherited
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8
If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
http://bugzilla.gnome.org/show_bug.cgi?id=588988
glibmm | general | Ver: 2.20.x
Murray Cumming changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[email protected]
------- Comment #1 from Murray Cumming 2009-07-19 08:20 UTC -------
I think this is fairly normal when overriding methods, as long as it's
documented.
But I'm open to other opinions. If we want to change it, I guess we need to
wait for an ABI break.
--
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why
you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.
You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=588988.
------------------------------
Message: 7
Date: Sun, 19 Jul 2009 08:21:11 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
<[email protected]>
Subject: [gtkmm bugzilla] [Bug 588988] OptionGroup::on_post_parse()
overrides must call the base class's implementation
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8
If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
http://bugzilla.gnome.org/show_bug.cgi?id=588988
glibmm | general | Ver: 2.20.x
Murray Cumming changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Glib::OptionGroup::on_post_p|OptionGroup::on_post_parse()
|arse() require calling |overrides must call the base
|inherited |class's implementation
--
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why
you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.
You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=588988.
------------------------------
Message: 8
Date: Sun, 19 Jul 2009 08:24:43 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
<[email protected]>
Subject: [gtkmm bugzilla] [Bug 588989] optional flag in
Glib::OptionEntry cause crash is the arg is omitted
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8
If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
http://bugzilla.gnome.org/show_bug.cgi?id=588989
glibmm | general | Ver: 2.20.x
Murray Cumming changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[email protected]
------- Comment #4 from Murray Cumming 2009-07-19 08:24 UTC -------
I guess that glib should at least show a critical warning before crashing. If
it doesn't, please file a glib bug.
Should we prevent the use of the wrong flags with the wrong type of arguments
in glibmm?
http://library.gnome.org/devel/glib/unstable/glib-Commandline-option-parser.html#GOptionFlags
--
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why
you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.
You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=588989.
------------------------------
------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize
details at: http://p.sf.net/sfu/Challenge
------------------------------
_______________________________________________
Gtkmm-forge mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkmm-forge
End of Gtkmm-forge Digest, Vol 38, Issue 6
******************************************
_______________________________________________
gtkmm-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtkmm-list