From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <9front-bounces@9front.inri.net> X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.6 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: from 9front.inri.net (9front.inri.net [168.235.81.73]) by inbox.vuxu.org (Postfix) with ESMTP id 6DF10241B8 for ; Mon, 22 Jan 2024 16:03:58 +0100 (CET) Received: from mail.posixcafe.org ([45.76.19.58]) by 9front; Mon Jan 22 10:02:29 -0500 2024 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=posixcafe.org; s=20200506; t=1705935768; 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=4qLd3FMHoLXOBzhuwXv7rc7mE0jLraP1vjrp2xG0vM4=; b=We8vAvkCQm4i74qRI+9Gw0CdIbi20w/3Hxb5FUkOp1ezEwZ5msnbCXaVCs9e0ib4GCdTRz ejlqBxNK6k/NCdcKzLqv/UrPwD5LMo2peESl+bC+8kIU4MnZdkI5UHMjvhFVQFfQlrvkDV VOV3++JvNWIOm0aaq1HZDI1m4+8aW+w= Received: from [192.168.168.200] ( [207.45.82.38]) by mail.posixcafe.org (OpenSMTPD) with ESMTPSA id ce711161 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for <9front@9front.org>; Mon, 22 Jan 2024 09:02:48 -0600 (CST) Message-ID: <24acb0f4-0c7b-4d10-806d-6a60631b0826@posixcafe.org> Date: Mon, 22 Jan 2024 09:02:25 -0600 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Content-Language: en-US To: 9front@9front.org References: <83D5720B7674D9BDA3CFE64D9CB77A88@eigenstate.org> From: Jacob Moody In-Reply-To: <83D5720B7674D9BDA3CFE64D9CB77A88@eigenstate.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: flexible information firewall configuration event Subject: Re: [9front] deleting ape/diff3, ape/diff, and ape/patch? Reply-To: 9front@9front.org Precedence: bulk I am very much in favor of killing these ape programs, the less ape the better. Thanks for your work in making that possible. As a side note it would be nice to have some inventory of what we still rely on that is using ape. My initial guess would be just gs but I think there is some more. On 1/20/24 21:16, ori@eigenstate.org wrote: > As of the last commit to cmd/diff/merge3, we should have > a usable native 3-way merge in tree. Barring bugs, it > should be able to do all that our in-tree scripts need. > > As a result, I'd like to remove the buggy, crashy, and > obsolte ape/patch, ape/diff, and ape/diff3 utilities > from our tree by default, and move it into an extrenal > repository, where it will be just as well maintaned as > it was in-tree. > > Are there any people currently using them in scripts? > Are there any missing features that would prevent a > transition of them to the native tools? > > We will be losing the ability to apply non-unified > patches. > > Are there any other objections? >