From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by sourceware.org (Postfix) with ESMTP id 09448385782D for ; Tue, 15 Sep 2020 07:32:42 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 09448385782D Received: from mail-wr1-f70.google.com (mail-wr1-f70.google.com [209.85.221.70]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-371-hhjnxyQeN0yW0HKXxKxhNg-1; Tue, 15 Sep 2020 03:32:40 -0400 X-MC-Unique: hhjnxyQeN0yW0HKXxKxhNg-1 Received: by mail-wr1-f70.google.com with SMTP id g6so884338wrv.3 for ; Tue, 15 Sep 2020 00:32:39 -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=mpG9G32M5X0sjpfBdsmSQ9u52NCPObrPYtJHhEFNxjI=; b=DNJ9BtRFU0Fwm9Jde6AU0nIni+nmB2EmI3AzHy10fLgAsXDqhjoxX8MzRZle9iuSlu qIBS9LLjmbBZXIa8rcj2fx775t1R2+7v3fQsD6o0y7KEw4xQcOruoon55Quh5525OglA fY+NYi5OLT5FBN9JHnzay8tkliBnwkjD4Lh/Y2HusSTMe94G2HeOOH7nQIUXZJ7ucwIT gAGmLasac3aRE8V985LIEH2N7JzpKF2whTntntLFQjeC1fr3ts3+6TRLABekWatxuFNU x5IdTu5JTo37bbzWEbT5SsUz99zBG73d75szCibCv7gKzPRkZdZ7Cu9WS3AQ8Uw/8OoF OKtQ== X-Gm-Message-State: AOAM531BpgCmt3NkExf3TxWeJKVMZ3pQS/nNVWiTqHwQwI/XLdeCVWEq gNti8zI7vYZ6u4DBWJ0kZ7rWj34wQDKT0BnCny8WtQ4Hiq3fZzaUF54kiOtCKSVE2ZNAXJ9Y7yR Z4Y75UBPPDQ3BnqkKx6RP X-Received: by 2002:a5d:61c2:: with SMTP id q2mr21410549wrv.25.1600155158552; Tue, 15 Sep 2020 00:32:38 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwjc5R6JRkjnjMfR394fbQV5TwSIlSr0i+9b8gMVo4wyvqWlBmt37ey/QmeZMKOSuig1gch0g== X-Received: by 2002:a5d:61c2:: with SMTP id q2mr21410520wrv.25.1600155158230; Tue, 15 Sep 2020 00:32:38 -0700 (PDT) Received: from localhost (91-166-131-130.subs.proxad.net. [91.166.131.130]) by smtp.gmail.com with ESMTPSA id z15sm17972950wrt.47.2020.09.15.00.32.37 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 15 Sep 2020 00:32:37 -0700 (PDT) Received: by localhost (Postfix, from userid 1000) id C5C79180095F; Tue, 15 Sep 2020 09:32:35 +0200 (CEST) From: Dodji Seketeli To: Giuliano Procida Cc: libabigail@sourceware.org Subject: Re: [PATCH] Bug 26309 - Wrong leaf reporting of changes to typedef underlying type Organization: Red Hat / France References: <87y2lcr605.fsf@redhat.com> X-Operating-System: Red Hat Enterprise Linux Workstation 7.8 Beta X-URL: http://www.redhat.com Date: Tue, 15 Sep 2020 09:32:35 +0200 In-Reply-To: (Giuliano Procida's message of "Mon, 14 Sep 2020 18:43:33 +0100") Message-ID: <87tuvzqyuk.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.001 X-Mimecast-Originator: redhat.com Content-Type: text/plain X-Spam-Status: No, score=-5.9 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_H5, RCVD_IN_MSPIKE_WL, 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: Tue, 15 Sep 2020 07:32:43 -0000 Hello, Giuliano Procida writes: [...] > Looks good to me. > > Reviewed-by: Giuliano Procida Thanks, applied to master. Cheers, -- Dodji