From: Philip Kaludercic <philipk@posteo.net>
To: sbaugh@catern.com
Cc: emacs-devel@gnu.org
Subject: Re: Automatically saving package sources
Date: Sun, 04 Feb 2024 10:22:52 +0000 [thread overview]
Message-ID: <87y1c04jgj.fsf@posteo.net> (raw)
In-Reply-To: <87il367vvf.fsf@catern.com> (sbaugh@catern.com's message of "Fri, 02 Feb 2024 15:01:56 +0000")
sbaugh@catern.com writes:
> As an additional benefit, elpa-sources would be useful for reviewing
> changes in the source when upgrading packages. It could be optionally
> maintained as a VCS repository, with packages saved to a constant path
> based on their name (e.g. elpa-sources/xref.el instead of
> elpa-sources/xref-1.2.3/xref.el). Then a VCS could be used to review
> the diff resulting from an upgrade. This would be useful for any user
> who wants to scrutinize package code changes before installing them.
This would partially overlap with the functionality provided by
package-vc. It might be possible to re-use the functionality
wrt. building packages (e.g. building manuals, running extra commands),
that the ELPA build server takes care of when installing a package from
a tarball.
It might be, that all one needs would be to do a package-install-file?
Also, in the specific case of xref, you'd have the issue that xref.el is
maintained in emacs.git, and you cannot just checkout a subtree with
Git, so this would require tracking the entire Emacs repository,
presumably with individual checkouts for each core package you would
want to install, since the revisions one would be using wouldn't be the
same for all of them.
--
Philip Kaludercic
prev parent reply other threads:[~2024-02-04 10:22 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-02 15:01 Automatically saving package sources sbaugh
2024-02-03 22:08 ` Stefan Kangas
2024-02-03 22:28 ` Stefan Monnier
2024-02-04 10:22 ` Philip Kaludercic [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87y1c04jgj.fsf@posteo.net \
--to=philipk@posteo.net \
--cc=emacs-devel@gnu.org \
--cc=sbaugh@catern.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.