[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bug#68660: 29.2; ELPA: Wrong type argument w. multiple maintainers i
From: |
Stefan Monnier |
Subject: |
Re: bug#68660: 29.2; ELPA: Wrong type argument w. multiple maintainers in package-menu-mode |
Date: |
Tue, 23 Jan 2024 14:48:41 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
> Hm, I'm starting to suspect this perceived "breakage" may in fact be
> intentional (i.e., a "schema evolution"), at least on the /devel
> endpoint, given it seems to be reflected in the disparity between
>
> ;; /devel/archive-contents
> (:maintainer ("Bob Weiner" . "rsw@gnu.org")
> ("Mats Lidell" . "matsl@gnu.org"))
>
> and
>
> ;; /packages/archive-contents
> (:maintainer "Bob Weiner <rsw@gnu.org>, Mats Lidell"
> . "matsl@gnu.org")
That just depends on when the package was built (i.e. before or after
`elpa.gnu.org`s Emacs was upgraded from Emacs-27 to Emacs-28).
> And likewise for ./foo-pkg.el in
>
> ;; /devel/foo-42.0.tar
> (define-package ... :maintainer
> '(("Bob Weiner" . "rsw@gnu.org") ("Mats Lidell" . "matsl@gnu.org")))
>
> vs.
>
> ;; /packages/foo-42.0.tar
> (define-package ... :maintainer
> '("Bob Weiner <rsw@gnu.org>, Mats Lidell" . "matsl@gnu.org"))
Same thing.
> Assuming this isn't a red herring, will this perceived dichotomy hold
> going forward? That is, can we count on releases at the /packages
> endpoint being of the improper-list variety and not the alist variety
> for the foreseeable future?
No.
> If so, then I guess this bug is much ado about nothing and can be
> closed, since ERC 5.6+ will be installable on 27+ in the manner
> recommended in our docs.
Its installable via `package-install`, but not from the
`package-menu-describe-package` because of this bug in that command.
Stefan
- bug#68660: 29.2; ELPA: Wrong type argument w. multiple maintainers in package-menu-mode, J.P., 2024/01/22
- Re: bug#68660: 29.2; ELPA: Wrong type argument w. multiple maintainers in package-menu-mode, Stefan Monnier, 2024/01/22
- Re: bug#68660: 29.2; ELPA: Wrong type argument w. multiple maintainers in package-menu-mode, J.P., 2024/01/23
- Re: bug#68660: 29.2; ELPA: Wrong type argument w. multiple maintainers in package-menu-mode,
Stefan Monnier <=
- Re: bug#68660: 29.2; ELPA: Wrong type argument w. multiple maintainers in package-menu-mode, J.P., 2024/01/23
- Re: bug#68660: 29.2; ELPA: Wrong type argument w. multiple maintainers in package-menu-mode, Stefan Monnier, 2024/01/23
- Re: bug#68660: 29.2; ELPA: Wrong type argument w. multiple maintainers in package-menu-mode, J.P., 2024/01/23
- Re: bug#68660: 29.2; ELPA: Wrong type argument w. multiple maintainers in package-menu-mode, J.P., 2024/01/24
- Re: bug#68660: 29.2; ELPA: Wrong type argument w. multiple maintainers in package-menu-mode, Stefan Monnier, 2024/01/24
- Re: bug#68660: 29.2; ELPA: Wrong type argument w. multiple maintainers in package-menu-mode, J.P., 2024/01/24
- Re: bug#68660: 29.2; ELPA: Wrong type argument w. multiple maintainers in package-menu-mode, Amin Bandali, 2024/01/27
- Re: bug#68660: 29.2; ELPA: Wrong type argument w. multiple maintainers in package-menu-mode, Stefan Monnier, 2024/01/31
- Re: bug#68660: 29.2; ELPA: Wrong type argument w. multiple maintainers in package-menu-mode, J.P., 2024/01/31