From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mail.toke.dk; spf=pass (mailfrom) smtp.mailfrom=irif.fr (client-ip=2001:660:3301:8000::1:2; helo=korolev.univ-paris7.fr; envelope-from=jch@irif.fr; receiver=) Received: from korolev.univ-paris7.fr (korolev.univ-paris7.fr [IPv6:2001:660:3301:8000::1:2]) by mail.toke.dk (Postfix) with ESMTPS id 2EB3E95E3E2 for ; Wed, 27 Apr 2022 14:41:49 +0200 (CEST) Received: from mailhub.math.univ-paris-diderot.fr (mailhub.math.univ-paris-diderot.fr [81.194.30.253]) by korolev.univ-paris7.fr (8.14.4/8.14.4/relay1/82085) with ESMTP id 23RCfmGX019672 for ; Wed, 27 Apr 2022 14:41:48 +0200 Received: from mailhub.math.univ-paris-diderot.fr (localhost [127.0.0.1]) by mailhub.math.univ-paris-diderot.fr (Postfix) with ESMTP id B2C94C13CE for ; Wed, 27 Apr 2022 14:41:48 +0200 (CEST) X-Virus-Scanned: amavisd-new at math.univ-paris-diderot.fr Received: from mailhub.math.univ-paris-diderot.fr ([127.0.0.1]) by mailhub.math.univ-paris-diderot.fr (mailhub.math.univ-paris-diderot.fr [127.0.0.1]) (amavisd-new, port 10023) with ESMTP id eU6xUAXdzhPA for ; Wed, 27 Apr 2022 14:41:47 +0200 (CEST) Received: from pirx.irif.fr (unknown [78.194.40.74]) (Authenticated sender: jch) by mailhub.math.univ-paris-diderot.fr (Postfix) with ESMTPSA id 102B9C13CA for ; Wed, 27 Apr 2022 14:41:47 +0200 (CEST) Date: Wed, 27 Apr 2022 14:41:47 +0200 Message-ID: <87pml2k8ac.wl-jch@irif.fr> From: Juliusz Chroboczek To: galene@lists.galene.org In-Reply-To: <87tuaekahk.wl-jch@irif.fr> References: <878rrzfxc9.wl-jch@irif.fr> <10CC81BD-7927-4F42-8A8A-263835D762FE@rouillier.fr> <878rrtbevo.wl-jch@irif.fr> <87tuaekahk.wl-jch@irif.fr> User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/27.1 Mule/6.0 MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (korolev.univ-paris7.fr [194.254.61.138]); Wed, 27 Apr 2022 14:41:48 +0200 (CEST) X-Miltered: at korolev with ID 62693A0C.001 by Joe's j-chkmail (http : // j-chkmail dot ensmp dot fr)! X-j-chkmail-Enveloppe: 62693A0C.001 from mailhub.math.univ-paris-diderot.fr/mailhub.math.univ-paris-diderot.fr/null/mailhub.math.univ-paris-diderot.fr/ X-j-chkmail-Score: MSGID : 62693A0C.001 on korolev.univ-paris7.fr : j-chkmail score : . : R=. U=. O=. B=0.000 -> S=0.000 X-j-chkmail-Status: Ham Message-ID-Hash: L64SKWSMW6CIFOGTYD5MAWBQH6RHNXJN X-Message-ID-Hash: L64SKWSMW6CIFOGTYD5MAWBQH6RHNXJN X-MailFrom: jch@irif.fr X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.5 Precedence: list Subject: [Galene] Re: ANNOUNCE: galene-0.5.2 List-Id: =?utf-8?q?Gal=C3=A8ne_videoconferencing_server_discussion_list?= Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: >> Also FWIW: with Go 1.18 you can theoretically use a `go.work` file in a >> parent directory > Either that, or a post-commit hook that checks I'm not committing any > replace directives. (If you're good at scripting git, I'd be grateful for > help.) I've just added the following to my pre-commit hook: if (git diff-index -U0 "$against" go.mod | grep -q 'replace'); then echo 'Replace directive found' exit 1 fi -- Juliusz