From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-4.0 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_NONE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by dcvr.yhbt.net (Postfix) with ESMTP id E1E231F45E for ; Fri, 14 Feb 2020 04:17:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728486AbgBNERm (ORCPT ); Thu, 13 Feb 2020 23:17:42 -0500 Received: from pb-smtp1.pobox.com ([64.147.108.70]:54580 "EHLO pb-smtp1.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728336AbgBNERm (ORCPT ); Thu, 13 Feb 2020 23:17:42 -0500 Received: from pb-smtp1.pobox.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id 390EC426B9; Thu, 13 Feb 2020 23:17:41 -0500 (EST) (envelope-from junio@pobox.com) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=oyD6uY2uU8xo+kY/zxDOu2ZFCA8=; b=x5G18U x6FUv7ABd2fBBve7b7yJIMwe4Kj8HyxOFkziOvUPU93TKLYDn2ZoMXLMMoBeBIxd 8HiI2QuwDTyft/uGdtwTAD/WQIbI45jl6s9KSOmTswRc0Ks7zV9c1TbFwolQDD1I PwLmwIkiiqr+N1pqfGH/uqaMYG9+9jot7J6yw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=m+4K/lTBti/Y8Nn87/7OP51ukIHC3QJy fwKxn6p74j6ml6tTKJ65kTG6LwCyIdLDqeyg5qp2b948fCTZeXALi7b7+PjFwPy+ uJM3hWPsQ+oqC5FhTGIOJhB+J6CfbfIDFMzrP1VbDvKej2YPJ3bePqFKF2pcdLjw 7zFEHrakS6c= Received: from pb-smtp1.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id 2FE92426B8; Thu, 13 Feb 2020 23:17:41 -0500 (EST) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [34.76.80.147]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp1.pobox.com (Postfix) with ESMTPSA id 9A656426B7; Thu, 13 Feb 2020 23:17:40 -0500 (EST) (envelope-from junio@pobox.com) From: Junio C Hamano To: Yang Zhao Cc: git@vger.kernel.org, SZEDER =?utf-8?Q?G=C3=A1bor?= , Johannes Schindelin , Emily Shaffer , Han-Wen Nienhuys Subject: Re: yz/p4-py3, was Re: What's cooking in git.git (Feb 2020, #03; Wed, 12) References: Date: Thu, 13 Feb 2020 20:17:39 -0800 In-Reply-To: (Junio C. Hamano's message of "Thu, 13 Feb 2020 13:18:52 -0800") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Pobox-Relay-ID: F0B8D9FC-4EE0-11EA-B018-C28CBED8090B-77302942!pb-smtp1.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Junio C Hamano writes: > So the diff was taken from <20200123175645.GF6837@szeder.dev>; with > Szeder's SoB (and possibly wordsmithing the log message) let's tie > this loose end. Now we are running some tests under py3, we seem to be failing the tip of 'pu' https://travis-ci.org/git/git/jobs/650160479 that is getting a SyntaxError. if message.find(separatorLine) <> -1: There are other breakages whose causes are already identified in the recent list messages, e.g. https://travis-ci.org/git/git/jobs/650160481 is due to a non-portable sed invocation in the bugreport topic, https://travis-ci.org/git/git/jobs/650160486 is also due to the same topic, and https://travis-ci.org/git/git/jobs/650160483 is due to the forbidden "for (type var = init; ...)" construct in new C code.