From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 100684 invoked by alias); 4 May 2018 17:24:01 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 99902 invoked by uid 89); 4 May 2018 17:24:01 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=gdb-8.1-branch, gdb81branch, Hx-languages-length:759 X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 04 May 2018 17:24:00 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id ED6CD117C4B; Fri, 4 May 2018 13:23:58 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id LF8rflub3xJQ; Fri, 4 May 2018 13:23:58 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id B99E5117C44; Fri, 4 May 2018 13:23:58 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 17B1383055; Fri, 4 May 2018 10:23:57 -0700 (PDT) Date: Fri, 04 May 2018 17:24:00 -0000 From: Joel Brobecker To: Pedro Alves Cc: Simon Marchi , gdb-patches@sourceware.org Subject: Re: [PATCH] Define GNULIB_NAMESPACE in unittests/string_view-selftests.c Message-ID: <20180504172357.urjc7bce6ybmqajn@adacore.com> References: <1525382648-30186-1-git-send-email-simon.marchi@ericsson.com> <20180504165552.f4y7zcxzmgvwngel@adacore.com> <38335bd5-7e46-23e2-a45b-da970a1b8680@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <38335bd5-7e46-23e2-a45b-da970a1b8680@redhat.com> User-Agent: NeoMutt/20170113 (1.7.2) X-SW-Source: 2018-05/txt/msg00107.txt.bz2 > I haven't rebased/updated the cxx-gdb-namespace branch since, as > I assumed it prudent to wait some time after a gdb is released > with support for wildmatching. That has happened, so maybe we can > consider going through with wrapping all of gdb in a namespace? > Or is it still too soon? Not sure myself whether it's too soon or not. But if we were to switch sooner rather than later, I would say now is a pretty good time. Or perhaps right after we release 18.2? It gives us a good 3 months of lead time before we create the next release branch, while the delay up to now has probably helped keep the master and gdb-8.1-branch close enough to facilitate backporting... -- Joel