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: AS53758 23.128.96.0/24 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_MED,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by dcvr.yhbt.net (Postfix) with ESMTP id BA4031F8C8 for ; Fri, 24 Sep 2021 15:38:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1347153AbhIXPjs (ORCPT ); Fri, 24 Sep 2021 11:39:48 -0400 Received: from pb-smtp1.pobox.com ([64.147.108.70]:56025 "EHLO pb-smtp1.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1346508AbhIXPjr (ORCPT ); Fri, 24 Sep 2021 11:39:47 -0400 Received: from pb-smtp1.pobox.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id 1DDEDDF036; Fri, 24 Sep 2021 11:38:14 -0400 (EDT) (envelope-from junio@pobox.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type:content-transfer-encoding; s=sasl; bh=w3a170HQkOiQ Xm1EVmdmhYUrRtHZEk/+tfFEVcEKa0k=; b=WlbW2dJqsULdnUBDA8Ci2Ws/rw3t SX3hHWsTQz07VcF8himv7ZY7M0bikojpvww4vOPs9NGtmVvwcje7LJACMbEe2Pav hOXWi8yyuWi4s9f+d0ozgdAWJIe77JlwYa835t1O7j4wtkAylDzjC5ivBwrOcXEx QEA1DNngblE2bXo= Received: from pb-smtp1.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id 16460DF035; Fri, 24 Sep 2021 11:38:14 -0400 (EDT) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [104.133.2.91]) (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 767DDDF033; Fri, 24 Sep 2021 11:38:13 -0400 (EDT) (envelope-from junio@pobox.com) From: Junio C Hamano To: Carlo Marcelo Arenas =?utf-8?Q?Bel=C3=B3n?= Cc: git@vger.kernel.org, Johannes Sixt Subject: Re: js/win-lazyload-buildfix (was Re: What's cooking in git.git (Sep 2021, #07; Thu, 23)) References: Date: Fri, 24 Sep 2021 08:38:12 -0700 In-Reply-To: ("Carlo Marcelo Arenas =?utf-8?Q?Bel=C3=B3n=22's?= message of "Fri, 24 Sep 2021 02:14:03 -0700") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 X-Pobox-Relay-ID: 6DE41716-1D4D-11EC-87E8-62A2C8D8090B-77302942!pb-smtp1.pobox.com Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Carlo Marcelo Arenas Bel=C3=B3n writes: > On Thu, Sep 23, 2021 at 04:22:00PM -0700, Junio C Hamano wrote: >>=20 >> * js/win-lazyload-buildfix (2021-09-23) 2 commits >> - lazyload.h: use an even more generic function pointer than FARPROC >> - lazyload.h: fix warnings about mismatching function pointer types >>=20 >> Compilation fix. >>=20 >> Will merge to 'next'. > > Sorry to hijack this thread with this minor point, but I was hoping[1] > from a reroll of this topic from Hannes. > > Alternatively the patch below the scissors would be nice to squash or > it will be harder to fix later. Your message is *not* hijacking the topic. What's cooking reports are designed to invite a comment like yours to stop me from acting on my faulty understanding of the status of each topic. Thanks. Will hold to see what J6t says.