From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id 957783858D39 for ; Mon, 15 Nov 2021 13:06:07 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 957783858D39 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1636981567; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type:in-reply-to:in-reply-to: references:references; bh=pn41N39KUrz2coJfWq+U3nbBH/Vq23m6G75LSFN1q8s=; b=hjbvopNqV3siDUybig11G4HRXIoXX5lxCQCX1Vq0w5nZEXFakKbiMsWyaUikDbUEAxIlsD oNjN6s8wLT/+YBA8MaDdI3GKtVQmLjBVB7ej0KhFYpww/KkRtxlQv54+3OcYX1teBy+tJ+ OZaigNyL3B1BVxhaBUvq/tTAnJFoyGI= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-478-d0QovVVkMZKu996-sk9Hdg-1; Mon, 15 Nov 2021 08:06:03 -0500 X-MC-Unique: d0QovVVkMZKu996-sk9Hdg-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id E0B28DF8A9 for ; Mon, 15 Nov 2021 13:06:02 +0000 (UTC) Received: from calimero.vinschen.de (ovpn-112-10.ams2.redhat.com [10.36.112.10]) by smtp.corp.redhat.com (Postfix) with ESMTPS id B3064197FC for ; Mon, 15 Nov 2021 13:06:02 +0000 (UTC) Received: by calimero.vinschen.de (Postfix, from userid 500) id 39C5DA80D57; Mon, 15 Nov 2021 14:06:01 +0100 (CET) Date: Mon, 15 Nov 2021 14:06:01 +0100 From: Corinna Vinschen To: newlib@sourceware.org Subject: Re: [PATCH] update to Unicode 14.0 Message-ID: Reply-To: newlib@sourceware.org Mail-Followup-To: newlib@sourceware.org References: <31f46170-d893-6b00-fa0e-e69d5913740b@towo.net> MIME-Version: 1.0 In-Reply-To: <31f46170-d893-6b00-fa0e-e69d5913740b@towo.net> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=vinschen@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Disposition: inline X-Spam-Status: No, score=-6.8 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_NUMSUBJECT, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: newlib@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Newlib mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Nov 2021 13:06:09 -0000 On Nov 11 21:32, Thomas Wolff wrote: > Unicode update patch attached. > Responses to previous comments: > > wouldn't it make sense to remove the temporary downloaded files like > > libc/ctype/UnicodeData.txt, etc? > > Either automatically after creating the generated files > Maybe. I didn't implement it, like in my other projects (mintty, mined), as > it causes redundant multiple downloads during development. > > or in a matching MAINTAINERCLEANFILES variable in Makefile.am? > I had looked into it but there isn't such a variable yet and I'm not > familiar with automake/conv stuff, so feel free to add if suitable. > > Also, maybe it makes sense to add these temporary files to the .gitignore file? > I'm not in favour of the .gitignore idea as its only purpose seems to be to > smooth out effects of `git add *`-like check-ins, which I think shouldn't be > done anyway; I feel the concept encourages sloppy repository management. > But again, this isn't my project so feel free to adjust the build. It's not my project either, it's a collaborative effort. So you don't have any other idea to fix this issue? Corinna