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,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 5C9E31F45E for ; Thu, 13 Feb 2020 15:04:12 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:references:date:in-reply-to :message-id:mime-version:content-type:content-transfer-encoding; q=dns; s=default; b=vFOEAIRE/G1SrwCJGlEkWmQHWbeErkYT9jKIhRI61FH cwmiQ3UEq3b7mNrp41/DpUM2wMyr0SpTe4m+vpLVyb09bP9pzt4NXMtcbRfbwE2v MIToOxWjqCSw+PCPcvr9AVrRRGpR8PgtRlcbLe/bFtrlb4OhyZ2Ga5Or+1ce9nQU = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:references:date:in-reply-to :message-id:mime-version:content-type:content-transfer-encoding; s=default; bh=t5J81hbERmkWKCBs8PV6+aJoZWU=; b=r3F4ljaDgYcWIABR8 YXzhAgoJK5SCVdKrVvvWqrtUAor95zXgdbYNg8pcwbYE3RuwaQYWzsbYTAnVP1+g ol96Bb2NbVblLfEvSOWlVd7b9VOGkxeOlSOvAgzQEzK0VScXl9xtZGRSat31Qz/z hlkgbhteHwMkbR4ZrjDnjze6aA= Received: (qmail 42106 invoked by alias); 13 Feb 2020 15:04:10 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 42093 invoked by uid 89); 13 Feb 2020 15:04:09 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: us-smtp-delivery-1.mimecast.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1581606247; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=xXeKiCz43lKvkvPjNCcDVAta9NXwbtgi+gsr5Fet0tA=; b=Hrz6NqRRbGYmwlB3m0oiGhRE5q7JTD4vNDnrdEj34NM3EVVQofgCMbGSWz8VBe7XpH2LXv t0/nnmDSWtT8MuKIb6QDgPNjGIpt7F6jsMNknh8hy7CG5EtDjWuKy15PiBOeTqresfcI8M BmKm7PhEezNYvBFeHlR1l+BGtX2Lxlk= From: Florian Weimer To: "Carlos O'Donell" Cc: GNU C Library Subject: Re: Review promise :-) References: Date: Thu, 13 Feb 2020 16:03:58 +0100 In-Reply-To: (Carlos O'Donell's message of "Thu, 13 Feb 2020 09:56:38 -0500") Message-ID: <87imkaa5r5.fsf@oldenburg2.str.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain Content-Transfer-Encoding: quoted-printable * Carlos O'Donell: > If you as a developer keep your patchwork queue clean. I thought that we are going to throw away all that data soon? Or is that not going to happen? Thanks, Florian