From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io1-xd30.google.com (mail-io1-xd30.google.com [IPv6:2607:f8b0:4864:20::d30]) by sourceware.org (Postfix) with ESMTPS id E0B853857BBD for ; Fri, 15 Jul 2022 13:56:38 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org E0B853857BBD Received: by mail-io1-xd30.google.com with SMTP id 125so3910169iou.6 for ; Fri, 15 Jul 2022 06:56:38 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=OKcDfycVe3xMbQYAQnm+Q8QoiO7cuNBruPlfmokP6gU=; b=8Phk8yBJZu2OGeKbmcMrxRK9Rh1yztjUkT85SbVHCPhbXAFeRV+22OTYHKum7wije+ rowT0SexNfsZPS9Mi7jAgG88qVqR+VIN2mL41/+XqxXChhdwu1EYCWlwcgGASnQ/L11F 42IENiv4HBhsKStIMuOnML6cq9e+MaefLEwvgcMda1HuKLO2OefU6OupSdAOvZD6havF WU9wy1dAy7TP8LGakZjfefezl48wXfC+3/BNIJmWJrw0w0I77i7vz+MiIcV0BV6y4HQK nCovo0pEglWJX1AYP58VURBPegFONaKndiu6x7Sh7fWV335dwQNKw4SDj8nZT5hcIxxf YqXg== X-Gm-Message-State: AJIora+HcyvNUXrgXhQyUCNjMSoPJgdcGb8jVjN4b4V920Z+YjnKhXoy fEr+LmZ7AvcPcYYqToTr7Chg2Q== X-Google-Smtp-Source: AGRyM1sbKJlECQTBG+vgba1oUe3Q9gv3HyEhbQkcnD0BfCTApDq5HHbVkm99vQETXQzbFSiaX8EEnQ== X-Received: by 2002:a05:6638:2056:b0:33f:65bb:3bde with SMTP id t22-20020a056638205600b0033f65bb3bdemr7618956jaj.285.1657893398098; Fri, 15 Jul 2022 06:56:38 -0700 (PDT) Received: from murgatroyd (71-211-185-228.hlrn.qwest.net. [71.211.185.228]) by smtp.gmail.com with ESMTPSA id e12-20020a02860c000000b0032e21876ea8sm1943468jai.72.2022.07.15.06.56.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 15 Jul 2022 06:56:37 -0700 (PDT) From: Tom Tromey To: Simon Marchi Cc: Tom Tromey , gdb-patches@sourceware.org Subject: Re: [PATCH] Update gdb to black 22.6.0 References: <20220714184121.1467159-1-tromey@adacore.com> X-Attribution: Tom Date: Fri, 15 Jul 2022 07:56:37 -0600 In-Reply-To: (Simon Marchi's message of "Thu, 14 Jul 2022 21:13:57 -0400") Message-ID: <875yjyscmi.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-5.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jul 2022 13:56:40 -0000 Simon> FWIW, these changes are not related to using a new black version, they Simon> are cases of people not running black in previous patches. I am able to Simon> run black 21.12.b0, and it yields the exact same changes. Alright, thanks. I couldn't be sure. I've updated the commit message & I'm going to check it in. Tom