unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Philip Kaludercic <philipk@posteo.net>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: emacs-devel@gnu.org
Subject: Re: [ELPA] A Setup package
Date: Sun, 14 Mar 2021 17:21:12 +0100	[thread overview]
Message-ID: <87zgz5hfk7.fsf@posteo.net> (raw)
In-Reply-To: <jwvpn01235r.fsf-monnier+emacs@gnu.org> (Stefan Monnier's message of "Sun, 14 Mar 2021 11:07:04 -0400")

Stefan Monnier <monnier@iro.umontreal.ca> writes:

> OK, we now have:
>
>     http://elpa.gnu.org/devel/setup.html

Thank you!

> We don't yet have http://elpa.gnu.org/packages/setup.html OTOH because
> the 0.1.0 version of the code is missing the copyright changes (the
> release is made from the commit in which you bump the version number).
> So if you want to make a release based on this code, you'll want to bump
> up the version number.

What exactly is missing?  My understanding was that I had to update the
header and the COPYING file.

> Here's some other suggestions.

I like most of the suggestions, would you mind me committing them with
you as the author?

> Obviously the use of `help--make-usage` is problematic since the `--`
> indicates it's not supposed to be used by "outsiders", so we should
> change help.el or help-fns.el to provide a proper function for that
> (pcase uses `help-fns--signature` instead, which suffers from the same
> problem).

Why use help--make-usage at all?  Something along the same lines could
be simplified (eg. without default values and unused variables) and
directly implemented in setup.

>         (let (specs)
>           (dolist (name (mapcar #'car setup-macros))
>             (let ((body (cond ((eq (get name 'setup-debug) 'none) nil)
>                               ((get name 'setup-debug) nil)
>                               ('(sexp)))))
> -             (push (if (get name 'setup-repeatable)
> +             (push (if (plist-get opts :repeatable)

This doesn't work! The specification is regenerated for every
setup-define call, and if the implicit rest uses opts, all macros will
be treated the same way.

It might be better to save the specification in a separate variable and
modify this destructively for every setup-define call, so as to avoid
the overhead of redefining the entire specification all the time.

-- 
	Philip K.



  reply	other threads:[~2021-03-14 16:21 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-04 11:43 [ELPA] A Setup package Philip K.
2021-02-04 11:47 ` Philip K.
2021-02-09 21:56 ` Stefan Monnier
2021-02-09 23:42   ` Philip K.
2021-03-11 16:17     ` Philip Kaludercic
2021-03-13 19:14       ` Stefan Monnier
2021-03-13 19:44         ` Philip Kaludercic
2021-03-14 15:07           ` Stefan Monnier
2021-03-14 16:21             ` Philip Kaludercic [this message]
2021-03-14 20:19               ` Stefan Monnier
2021-03-14 23:39                 ` Philip Kaludercic
2021-03-15  4:15                   ` Stefan Monnier
2021-03-15 10:09                     ` Philip Kaludercic

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=87zgz5hfk7.fsf@posteo.net \
    --to=philipk@posteo.net \
    --cc=emacs-devel@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /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).