From: Phillip Lord <phillip.lord@russet.org.uk>
To: Eli Zaretskii <eliz@gnu.org>
Cc: Stephen Leake <stephen_leake@stephe-leake.org>, emacs-devel@gnu.org
Subject: Re: policy discussion on bundling ELPA packages in the emacs tarball
Date: Fri, 29 Jan 2021 17:47:39 +0000 [thread overview]
Message-ID: <87y2gbskhw.fsf@russet.org.uk> (raw)
In-Reply-To: <83sg6mz704.fsf@gnu.org> (Eli Zaretskii's message of "Wed, 27 Jan 2021 18:20:27 +0200")
Eli Zaretskii <eliz@gnu.org> writes:
>> >> I can see some reasons for the current git design; _all_ of the info needed
>> >> to update the code for project foo is in foo/.git. Worktrees stretch
>> >> that; allowing submodules to be worktree-like references to yet another
>> >> repository somewhere else would probably break many things in git.
>> >
>> > I think we should first find a way to have a single worktree with all
>> > the bundled packages that come from ELPA. How to have several
>> > worktrees from that is something we should consider later.
>>
>> I don't think we can leave it until later; if we choose a design that
>> explicitly prohibits worktrees, there is nothing that can be done later.
>
> It will mean that people who use worktrees will have to find some way
> of doing that, or give up worktrees. But IMO the convenience of
> bundling a package and handling such a bundled package trumps the
> convenience of people who use worktrees a lot.
To give you an idea of why I use worktrees, it is because Emacs does not
really do an out of source build. So, on the windows build machine I
currently have:
emacs-build/master
emacs-build/emacs-27
emacs-build/emacs-27.1.91
emacs-build/feature/native-comp
For emacs-27 I only ever do full builds; creating a new worktree means
that I start from clean, but is clearly not the only way to achieve
this.
For emacs-28, though, when I release snapshots, I do not (always) do
clean builds. I use the .elc files from the previous build. The same
will be true for native-comp once I have that working enough to build
snapshots.
It's not a disaster, but I will have to switch the windows packaging
scripts away from this schema if worktrees do not work; I guess I will
use mulitple clones instead. This may mean I run out of disk space on my
windows build machine, though which only has a tiny disc, I don't
know. It depends on how well git works, and how clever Windows file
system compression is.
I do the same on my working machines, so I can keep multiple branches
open. So I can test master, but jump back to a release branch if it
breaks and I am busy. I guess I will use multiple clones here again.
Phil
next prev parent reply other threads:[~2021-01-29 17:47 UTC|newest]
Thread overview: 70+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-21 1:41 policy discussion on bundling ELPA packages in the emacs tarball Stephen Leake
2021-01-21 14:17 ` Eli Zaretskii
2021-01-22 10:56 ` [SPAM UNSURE] " Stephen Leake
2021-01-22 11:50 ` Eli Zaretskii
2021-01-22 14:05 ` Stefan Monnier
2021-01-21 21:54 ` Phillip Lord
2021-01-23 2:50 ` Stephen Leake
2021-01-23 8:17 ` Eli Zaretskii
2021-01-24 16:26 ` [SPAM UNSURE] " Stephen Leake
2021-01-24 21:49 ` Phillip Lord
2021-01-25 19:38 ` [SPAM UNSURE] " Stephen Leake
2021-01-25 19:54 ` Eli Zaretskii
2021-01-25 20:39 ` Stefan Monnier
2021-01-26 1:04 ` Andy Moreton
2021-01-26 2:38 ` Stefan Monnier
2021-01-26 14:44 ` Eli Zaretskii
2021-01-26 15:25 ` Stefan Monnier
2021-01-26 15:34 ` Eli Zaretskii
2021-01-26 16:14 ` Stefan Monnier
2021-01-26 16:30 ` Eli Zaretskii
2021-01-26 17:27 ` Stefan Monnier
2021-01-26 17:42 ` Eli Zaretskii
2021-01-26 17:57 ` Stefan Monnier
2021-01-26 19:12 ` Eli Zaretskii
2021-01-28 0:15 ` Stephen Leake
2021-01-28 2:05 ` Stefan Monnier
2021-01-28 13:47 ` Eli Zaretskii
2021-01-28 13:43 ` Eli Zaretskii
2021-01-27 14:52 ` Dmitry Gutov
2021-01-27 14:57 ` Stefan Monnier
2021-01-26 18:02 ` Stefan Monnier
2021-01-26 18:12 ` Stefan Monnier
2021-01-27 14:21 ` Stephen Leake
2021-01-27 14:35 ` Stefan Monnier
2021-01-27 14:48 ` Stephen Leake
2021-01-27 14:42 ` Stephen Leake
2021-01-27 16:22 ` Eli Zaretskii
2021-01-23 9:27 ` Stephen Leake
2021-01-23 9:57 ` Eli Zaretskii
2021-01-24 2:28 ` Dmitry Gutov
2021-01-24 16:27 ` Stephen Leake
2021-01-24 17:30 ` Stephen Leake
2021-01-24 18:10 ` Eli Zaretskii
2021-01-24 20:10 ` Stephen Leake
2021-01-24 20:15 ` Eli Zaretskii
2021-01-24 20:42 ` Dmitry Gutov
2021-01-25 22:00 ` Stephen Leake
2021-01-26 1:57 ` Dmitry Gutov
2021-01-26 14:48 ` Eli Zaretskii
2021-01-26 15:24 ` Andreas Schwab
2021-01-27 14:37 ` Stephen Leake
2021-01-27 16:22 ` Eli Zaretskii
2021-01-28 0:10 ` Stephen Leake
2021-01-28 13:38 ` Eli Zaretskii
2021-01-25 19:30 ` Stephen Leake
2021-01-25 19:53 ` Eli Zaretskii
2021-01-27 14:31 ` Stephen Leake
2021-01-27 14:44 ` Stefan Monnier
2021-01-28 3:34 ` Andy Moreton
2021-01-27 16:20 ` Eli Zaretskii
2021-01-29 17:47 ` Phillip Lord [this message]
2021-02-01 8:45 ` Robert Pluim
2021-02-01 15:09 ` Eli Zaretskii
2021-01-24 22:09 ` Phillip Lord
2021-01-25 19:14 ` Stephen Leake
2021-01-27 11:10 ` Phillip Lord
2021-01-27 14:31 ` Stefan Monnier
2021-01-28 0:05 ` Stephen Leake
2021-01-24 20:19 ` Stephen Leake
2021-01-24 2:59 ` Dmitry Gutov
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=87y2gbskhw.fsf@russet.org.uk \
--to=phillip.lord@russet.org.uk \
--cc=eliz@gnu.org \
--cc=emacs-devel@gnu.org \
--cc=stephen_leake@stephe-leake.org \
/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.