From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.1 required=5.0 tests=DATE_IN_PAST_24_48, DKIM_INVALID,DKIM_SIGNED,NICE_REPLY_A autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 26736 invoked from network); 10 Jun 2021 12:09:48 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 10 Jun 2021 12:09:48 -0000 Received: from mail.posixcafe.org ([45.76.19.58]) by 1ess; Wed Jun 9 07:58:38 -0400 2021 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=posixcafe.org; s=20200506; t=1623239908; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=oQ0GeuMS1s4x9a5H6Xe2V8kpuKXxGR9NVcm9s4cfvHM=; b=ULxwcsdmiNegTNWfeZBQS6RIRfHJSenBi8HIbWGS+L5mkHK6X7YPIre0OCDG4dRhAjkqn4 ityjJdODdAQ3y9LHTuIk1HXnow5S6qXMtWODBV1Ly/VTlSX+xTA8JWNxFq3owvEZy4d2wF Vn8zBBJqMpvy1JSPtmjgJAtWhvES1m0= Received: from [192.168.0.16] ( [208.38.228.1]) by mail.posixcafe.org (OpenSMTPD) with ESMTPSA id b179609e (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for <9front@9front.org>; Wed, 9 Jun 2021 06:58:27 -0500 (CDT) To: 9front@9front.org References: <10D646570C35FCC52B90D1F9ABD04AE3@eigenstate.org> From: Jacob Moody Message-ID: <317a0b1f-c18a-598b-73ae-bd91d0f580dc@posixcafe.org> Date: Wed, 9 Jun 2021 06:58:27 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: NoSQL persistence callback locator Subject: Re: [9front] Patch cc to create .$O files with DMTMP Reply-To: 9front@9front.org Precedence: bulk On 6/8/21 6:55 PM, Anthony Martin wrote: > I don't think this is a good idea as a default. > Why do intermediate object files deserve special > treatment? Are there any other programs that > create +t files automatically? Most programs that need intermediary/temporary files stuff it in /tmp, which is +t by default. I find that enough of a precedent that "temporary" files should not be dumped. Thanks, moody