From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: wip-gobject-introspection Date: Sat, 17 Jan 2015 23:51:03 +0100 Message-ID: <87zj9hdns8.fsf@gnu.org> References: <87mw5l3x39.fsf@gnu.org> <87egqtjosx.fsf@netris.org> <87a91hjdeb.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48862) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YCcD7-0002h7-F2 for guix-devel@gnu.org; Sat, 17 Jan 2015 17:51:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YCcD2-0006Z4-GC for guix-devel@gnu.org; Sat, 17 Jan 2015 17:51:17 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:44127) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YCcD2-0006Yz-9Q for guix-devel@gnu.org; Sat, 17 Jan 2015 17:51:12 -0500 In-Reply-To: <87a91hjdeb.fsf@netris.org> (Mark H. Weaver's message of "Sat, 17 Jan 2015 16:38:52 -0500") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Mark H Weaver Cc: Guix-devel , Federico Beffa Mark H Weaver skribis: > You're right to be wary of rebasing public branches, but I think it's > okay with short-lived experimental branches like this. If it turns out > that someone else has done work on it, the situation is easily remedied. Agreed. There=E2=80=99s the unwritten rule inherited from Guile that a bra= nch prefixed with =E2=80=9Cwip-=E2=80=9D may be rebased. Ludo=E2=80=99.