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.0 required=5.0 tests=DKIM_SIGNED,DKIM_VALID autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 13923 invoked from network); 14 Aug 2021 21:06:15 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 14 Aug 2021 21:06:15 -0000 Received: from pb-smtp20.pobox.com ([173.228.157.52]) by 1ess; Sat Aug 14 16:58:59 -0400 2021 Received: from pb-smtp20.pobox.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id DAC5214E829 for <9front@9front.org>; Sat, 14 Aug 2021 16:57:07 -0400 (EDT) (envelope-from unobe@cpan.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=pobox.com; h=message-id :to:subject:date:from:in-reply-to:mime-version:content-type :content-transfer-encoding; s=sasl; bh=IxNnWGuc8HzGVN7yfD9duitdm ty6uYKASBroIBvqTDM=; b=vzgv8S+16ABml9Coq7tHg1tukZou9ZH7rBqPlKnrq LMOaACrtBlFrCjM1bfY125bwIpKAUxjXGUN60xCp+kJR7g0uHfpLvWPJso9V0e81 cc35x2Hy3NJiQO69NlWvjpFGA1pf4Lj3fuqqO4At31HQh+BzhdJhTQiI9mJeot0c 1Y= Received: from pb-smtp20.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id C7E9814E828 for <9front@9front.org>; Sat, 14 Aug 2021 16:57:07 -0400 (EDT) (envelope-from unobe@cpan.org) Received: from strider (unknown [47.34.135.186]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pb-smtp20.pobox.com (Postfix) with ESMTPSA id F3CE014E827 for <9front@9front.org>; Sat, 14 Aug 2021 16:57:04 -0400 (EDT) (envelope-from unobe@cpan.org) Message-ID: To: 9front@9front.org Date: Sat, 14 Aug 2021 13:57:03 -0700 From: unobe@cpan.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Pobox-Relay-ID: 2E3FF36C-FD42-11EB-B390-D5C30F5B5667-09620299!pb-smtp20.pobox.com Content-Transfer-Encoding: quoted-printable List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: YAML over YAML STM event Subject: Patch-keeping (Was Re: [9front] PATCH: click-to-focus in fgui) Reply-To: 9front@9front.org Precedence: bulk Quoth Jos=C3=A9 Miguel S=C3=A1nchez Garc=C3=ADa : > Wanting focus-follows-mouse is reasonable. Wanting in-tree support for > that in 9, not so much. #ifdefs are pointless, as they are a kind of > sloppy, inline patch that makes the code harder to understand. I think > patching is the way to go. And I'm personally one of those who keep a > collection of patches I apply automatically after each 9front > installation because I love customizing my system (currently I'm > changing colors, menus, keybinds...). Just curious about your patch-keeping procedure: by keeping around a collection of patches, do you just have a separate branch that you merge master changes to, or is it really a collection of patches outside of a repo?