From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-21.smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature ECDSA (prime256v1) server-digest SHA256) (No client certificate requested) by bl2.djc.id.au (Postfix) with ESMTPS id AF62D197BE6 for ; Sat, 28 Mar 2026 14:51:50 +1100 (AEDT) Received: from github.com (hubbernetes-node-68ce075.ac4-iad.github.net [10.52.206.92]) by smtp.github.com (Postfix) with ESMTPA id E5A30400789; Fri, 27 Mar 2026 20:51:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1774669908; bh=E15XwxTJlFoTRMM4SgtnuTzN+5gFZwK9Z4kM6aM1MAU=; h=Date:From:To:Subject:List-Unsubscribe:From; b=mRVnIsJ/s5fjViOyxs/nkYf9MHg2tRC/elkTNX31Stf6tx/rwx1MGJ3TODigZx2zD hEuCJ1DzepPYvj0jVxYBgB9MrQL/HyrXjjX1TslP8pgTKcM3NarrGX10ilA7fjm42c vvxcGb+xLxUWhDj2GruGSQID58bJOiYGle4TGknI= Date: Fri, 27 Mar 2026 20:51:48 -0700 From: Dan Callaghan To: djc@djc.id.au, sup-commits@supmua.dev Message-ID: Subject: [sup-heliotrope/sup] e80ea6: delete top-level shell.nix symlink Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-Unsubscribe: X-GitHub-Recipient-Address: djc@djc.id.au,sup-commits@supmua.dev X-Auto-Response-Suppress: All X-Rspamd-Queue-Id: AF62D197BE6 List-Id: Branch: refs/heads/develop Home: https://github.com/sup-heliotrope/sup Commit: e80ea65987671aeedc0e493ba42f7c832e96870b https://github.com/sup-heliotrope/sup/commit/e80ea65987671aeedc0e493ba42f7c832e96870b Author: Dan Callaghan Date: 2026-03-21 (Sat, 21 Mar 2026) Changed paths: M Manifest.txt R shell.nix Log Message: ----------- delete top-level shell.nix symlink I keep forgetting that it doesn't actually work, because nowadays nix tries to resolve the reference to gemset.nix relative to the symlink not its real path. Commit: 7580318c9d58be5a24b320c0d69a87a319292d2d https://github.com/sup-heliotrope/sup/commit/7580318c9d58be5a24b320c0d69a87a319292d2d Author: Dan Callaghan Date: 2026-03-28 (Sat, 28 Mar 2026) Changed paths: M lib/sup.rb M test/integration/test_sup-add.rb Log Message: ----------- adjust regex for fixing old YAML tag URIs to handle SentLoader Apparently some old sources.yaml files would have a source like this: - !supmua.org,2006-10-01/Redwood/SentLoader {} The regex previously added in commit 1aac9d4388 would fail to fix up an invalid tag URI like this because of the trailing empty map. Fixes #516. Commit: beff97f84382cbcf3494ab1fd87b7b076ee0a2ca https://github.com/sup-heliotrope/sup/commit/beff97f84382cbcf3494ab1fd87b7b076ee0a2ca Author: Dan Callaghan Date: 2026-03-28 (Sat, 28 Mar 2026) Changed paths: M doc/wiki Log Message: ----------- update wiki submodule Deletes the obsolete sup-psych-ify-config-files(1) man page. Compare: https://github.com/sup-heliotrope/sup/compare/c39852484ff5...beff97f84382 To unsubscribe from these emails, change your notification settings at https://github.com/sup-heliotrope/sup/settings/notifications