From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.120]) by sourceware.org (Postfix) with ESMTP id 350E5386F44A for ; Thu, 10 Sep 2020 14:25:41 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 350E5386F44A Received: from mail-wm1-f71.google.com (mail-wm1-f71.google.com [209.85.128.71]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-331-OMDsG1fzPl2rFIlV6UlBOw-1; Thu, 10 Sep 2020 10:25:34 -0400 X-MC-Unique: OMDsG1fzPl2rFIlV6UlBOw-1 Received: by mail-wm1-f71.google.com with SMTP id c72so67532wme.4 for ; Thu, 10 Sep 2020 07:25:34 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:organization:references:date :in-reply-to:message-id:user-agent:mime-version; bh=8afv9FC+lyF23oEC1qJfggNsMDQnmc/5T4rZ4kotfo8=; b=kaaNbVT2EUNP9jAzSYjK/a/wSt+junoxleDTYbEVIyL/ixkPswJ+MTvEIJJ9lHMTW/ cI+GM+JqL0wINC/6vqBazMdOKcc/EMsAyxMYPQFBRx5v1qMjCfk/sPRb0JvShkpPBtD/ VUwYMftMLaF4QrgFNd4Q+iI8xnoT6DOsfcxaz0PvZmGkTIrTNYwM5hF1qMnVvFPRYKuL lrQD9goBEwzjqa81ilWKoVR0Eii6Eb4VoMVMeOSj1SWDRNzFP5dy5KzEf6jSugJWbJnl 13Gg9q/SFOnVeE0ZPTRcbznOWw5m8VH44Y3kFl7oPUa8UqVDOYpMjJ3IHxbIr691Weui VPqQ== X-Gm-Message-State: AOAM530t+Qe0EVPqww8Dc2zBWiTye4v2FRIwEEn+aLrtfmuSsVoV5xKC 5bSO+fVeW/AqRcEq52FahPZ87jScMFaaxKFqXbwcC0fvKaMNqwOv5sTxb+NurhRuagvVCq80qZ4 kmqbPdzAz9RmPu7N+i/hg X-Received: by 2002:adf:ef45:: with SMTP id c5mr8953152wrp.37.1599747933050; Thu, 10 Sep 2020 07:25:33 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzPaNuz0dsPjonEreRnht0S4KwBzUTeSu0yOi520zqCqxy0l8Lp3t4cXv4wUVDTMCxv3hGWNQ== X-Received: by 2002:adf:ef45:: with SMTP id c5mr8953134wrp.37.1599747932792; Thu, 10 Sep 2020 07:25:32 -0700 (PDT) Received: from localhost (91-166-131-130.subs.proxad.net. [91.166.131.130]) by smtp.gmail.com with ESMTPSA id h204sm3884879wmf.35.2020.09.10.07.25.32 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 10 Sep 2020 07:25:32 -0700 (PDT) Received: by localhost (Postfix, from userid 1000) id 76C6B180090F; Thu, 10 Sep 2020 16:25:30 +0200 (CEST) From: Dodji Seketeli To: Giuliano Procida Cc: libabigail@sourceware.org, Matthias Maennich Subject: Re: [PATCH 1/2] Use flat representation to canonicalize anonymous classes and unions Organization: Red Hat / France References: <87bliftjxy.fsf@redhat.com> X-Operating-System: Red Hat Enterprise Linux Workstation 7.8 Beta X-URL: http://www.redhat.com Date: Thu, 10 Sep 2020 16:25:30 +0200 In-Reply-To: (Giuliano Procida's message of "Wed, 9 Sep 2020 11:23:51 +0100") Message-ID: <87imclso85.fsf@redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 X-Mimecast-Spam-Score: 0.002 X-Mimecast-Originator: redhat.com Content-Type: text/plain X-Spam-Status: No, score=-4.3 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libabigail@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Mailing list of the Libabigail project List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Sep 2020 14:25:42 -0000 Hello, Giuliano Procida writes: [...] > It's not totally clear from the commit message whether the external or > internal pretty name is being discussed in places. It's the internal pretty > name that has changed to match the external one. Right, thanks. I have updated the commit message to make this clearer. [...] > Signed-off-by: Giuliano Procida Thanks. Applied to master at https://sourceware.org/git/?p=libabigail.git;a=commit;h=005ab5c9bd21e3d755fb3830cedd431189841fc2. Cheers, -- Dodji