From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out2.suse.de (smtp-out2.suse.de [IPv6:2001:67c:2178:6::1d]) by sourceware.org (Postfix) with ESMTPS id 811643858C2D for ; Thu, 2 Feb 2023 09:51:53 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 811643858C2D Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=suse.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=suse.de Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out2.suse.de (Postfix) with ESMTP id BD47B200AA; Thu, 2 Feb 2023 09:51:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1675331512; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Zs/UPRTrHU0BR1XYsm+jNK8/8TjidQHmUJJuXkw7Yh4=; b=X4x5u4OjTpWyRDYiDciYvGg0G0PIbDoQjNPHu3nOC6d74Zwo/2VyhJPaaA9XhSmv0Pn0Zq 9Tc1jp6q1rPq1+3otxlhbO9qbWQM9G3DTCfKuaqSPwZOyr2Jz9CmMK0JSDltiaUoQIy+2f /vEEhqBZwXOSpMrCsOmM27jjrRr4dng= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1675331512; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Zs/UPRTrHU0BR1XYsm+jNK8/8TjidQHmUJJuXkw7Yh4=; b=mCWrrXPX5+3MPrWhzSoUCajeA6DhzozSEn1NsGQapQm4WZqTqqZLnQUuiSk96ftVUXwvFN HCewak1A4F4oOmBg== Received: from hawking.suse.de (unknown [10.168.4.11]) by relay2.suse.de (Postfix) with ESMTP id AD0202C141; Thu, 2 Feb 2023 09:51:52 +0000 (UTC) Received: by hawking.suse.de (Postfix, from userid 17005) id 636F6442F1E; Thu, 2 Feb 2023 10:51:52 +0100 (CET) From: Andreas Schwab To: Carlos O'Donell via Libc-alpha Cc: Florian Weimer , Carlos O'Donell Subject: Re: [PATCH] Account for grouping in printf width (bug 23432) References: <87pmb8ktdo.fsf@mid.deneb.enyo.de> <9531aa0c-bb05-ab2f-fd48-0751fb6f4393@redhat.com> X-Yow: YOW!! The land of the rising SONY!! Date: Thu, 02 Feb 2023 10:51:52 +0100 In-Reply-To: <9531aa0c-bb05-ab2f-fd48-0751fb6f4393@redhat.com> (Carlos O'Donell via Libc-alpha's message of "Sun, 22 Jan 2023 18:20:52 -0500") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-9.1 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,GIT_PATCH_0,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Jan 22 2023, Carlos O'Donell via Libc-alpha wrote: > On 1/21/23 06:40, Florian Weimer wrote: >> * Andreas Schwab via Libc-alpha: >> >>> diff --git a/stdio-common/Makefile b/stdio-common/Makefile >>> index 6e9d104524..b46d932a20 100644 >>> --- a/stdio-common/Makefile >>> +++ b/stdio-common/Makefile >>> @@ -195,6 +195,7 @@ tests := \ >>> tst-gets \ >>> tst-grouping \ >>> tst-grouping2 \ >>> + tst-grouping3 \ >>> tst-long-dbl-fphex \ >>> tst-memstream-string \ >>> tst-obprintf \ >> >> Missing $(gen-locales) dependency. The change itself seems okay, it >> seems to align with POSIX. Not sure if this is still possibly to >> apply during the freeze. > > I'd like to avoid a partial fix like this just before we release 2.27. This is now bug 30068. -- Andreas Schwab, SUSE Labs, schwab@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different."