unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Alan Mackenzie <acm@muc.de>
To: "Alfred M. Szmidt" <ams@gnu.org>
Cc: rms@gnu.org, eliz@gnu.org, emacs-devel@gnu.org
Subject: Re: Creating a git branch for cond*
Date: Thu, 25 Jan 2024 16:37:44 +0000	[thread overview]
Message-ID: <ZbKOWJ9wMGCg5K0c@ACM> (raw)
In-Reply-To: <E1rT2PD-0006Vm-1y@fencepost.gnu.org>

Hello, Alfred.

On Thu, Jan 25, 2024 at 11:16:43 -0500, Alfred M. Szmidt wrote:

>    Hello, Richard, Eli, and Emacs.

>    Richard posted some embryonic code for cond* a little over a week ago.

>    To move things forward, I propose creating the git branch
>    feature/condstar, and incorporating the new code into it in
>    lisp/emacs-lisp/condstar.el.  This will enable its development to happen
>    more systematically and rapidly.

>    Does anybody have any objections?

> I hope it goes to master directly, it is a single file that doesn't
> affect anything else.  And _if_ existing code is updated to use cond*
> that will get much more milage.

It does affect other things, in particular, other .el files which are
adapted to use cond*.  If that happens on master, then both cond* and
the conversion need to be perfect before the file can be committed.  On
a branch, things can be a lot less constrained.

What I want to do early on in cond* development is convert
lisp/emacs-lisp/macroexp.el from pcase to cond*.  Currently, pcase.el is
dependent upon macroexp.el and macroexp.el is dependent upon pcase.el.
This leads to an unlovely artifice in the bootstrapping file, loadup.el,
and this has caused me grief in another branch I'm working on.

cond* has no dependency on macroexp.el, so could simply be loaded as the
fourth file, after debug-early.el, byte-run.el, backquote.el.  Having
macroexp.el loaded as the fifth file (rather than the 17th, as it
currently is) would simplify the initial loadup appreciably.

No doubt Eli will have something to say about this idea.  ;-)

> Nothing should really stop development if this lives on master, or a
> branch.

There are advantages to the branch, as well as advantages to having it
on master.

-- 
Alan Mackenzie (Nuremberg, Germany).



  reply	other threads:[~2024-01-25 16:37 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-25 15:48 Creating a git branch for cond* Alan Mackenzie
2024-01-25 15:53 ` Eli Zaretskii
2024-01-25 16:08   ` Alan Mackenzie
2024-01-25 16:14     ` Eli Zaretskii
2024-01-29  3:19   ` Richard Stallman
2024-01-29  3:36     ` Eli Zaretskii
2024-01-29  3:51       ` Jim Porter
2024-02-02  3:40       ` Richard Stallman
2024-02-02  7:17         ` Eli Zaretskii
2024-01-25 16:16 ` Alfred M. Szmidt
2024-01-25 16:37   ` Alan Mackenzie [this message]
2024-01-25 16:49     ` Alfred M. Szmidt
2024-01-25 16:56     ` Eli Zaretskii
2024-01-25 17:57       ` Alan Mackenzie
2024-01-25 19:47     ` Stefan Kangas
2024-01-25 20:08       ` Alan Mackenzie

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ZbKOWJ9wMGCg5K0c@ACM \
    --to=acm@muc.de \
    --cc=ams@gnu.org \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=rms@gnu.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 public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).