Re: Signature for a released source code package

2017-12-08 Thread Federico Mena Quintero
On Sat, 2017-10-14 at 22:08 +0200, Uwe Scholz wrote: > Now after I thought about it I was wondering how a user can be sure > that he gets the same source code which I uploaded to the Gnome > servers. The thing is, when I do a release with "make distcheck" as > described in the gnome wiki(*), a

Re: GitLab update: Moving to the next step

2017-12-08 Thread Hashem Nasarat
On Thu, Dec 7, 2017 at 12:01 PM, Milan Crha wrote: > > > a) See the second comment of >https://gitlab-test.gnome.org/mcrha/test/issues/2 >It shows like three lines of text (one line, then empty line, then >third line). When you edit that comment you'll see I made it

Re: GitLab update: Moving to the next step

2017-12-08 Thread philip . chimento
On Thu, Dec 7, 2017 at 2:36 PM Carlos Soriano wrote: > Hey Michael, > > On Thu, Dec 7, 2017 at 9:04 PM, Michael Catanzaro > wrote: > >> I've been rewriting this email again and again to try not to be too >> impolitic... and I don't think I've succeeded,

Re: GitLab update: Moving to the next step

2017-12-08 Thread mcatanzaro
On Fri, Dec 8, 2017 at 3:40 AM, Emilio Pozuelo Monfort wrote: Can't you write a simple greasemonkey script to add canned replies to gitlab, until they are implemented upstream? No, because our web browser does not support Greasemonkey yet. (Should be possible to do using

Re: g_object_ref() now propagates types

2017-12-08 Thread Emmanuele Bassi
On 8 December 2017 at 11:26, Philip Withnall wrote: > If anybody encounters any problems with this, please comment on the bug > report: > > https://bugzilla.gnome.org/show_bug.cgi?id=790697 As a side note: I've started a full Continuous rebuild, so if there are projects

Re: g_object_ref() now propagates types

2017-12-08 Thread Christian Hergert
On 12/08/2017 03:26 AM, Philip Withnall wrote: child_type = CHILD_TYPE (g_object_ref (parent_type)); Or my personal preference: g_object_ref (CHILD_TYPE (parent_type)) I was skeptical that this would catch many issues, but it actually caught a copy pasta for me a couple of days ago with

g_object_ref() now propagates types

2017-12-08 Thread Philip Withnall
Hi all, We just landed a patch in GLib which propagates the type from the argument of g_object_ref() to its return type: https://git.gnome.org/browse/glib/commit/?id=3fae39a5d https://bugzilla.gnome.org/show_bug.cgi?id=790697 The idea here is that it will catch invalid implicit casts which the

Re: GitLab update: Moving to the next step

2017-12-08 Thread Emilio Pozuelo Monfort
On 07/12/17 21:04, Michael Catanzaro wrote: > I use a long canned reply to close probably half the bugs I receive ("here is > how you report a WebKit bug..."), and bug management would be extremely > frustrating without it. I could keep it in a text file and copy/paste for a > couple months, as