[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: New "make benchmark" target
From: |
Stefan Kangas |
Subject: |
Re: New "make benchmark" target |
Date: |
Sat, 14 Dec 2024 12:00:06 +0000 |
Andrea Corallo <acorallo@gnu.org> writes:
> Asking as elisp-benchmark author/maintainer, the way to move an external
> package in core is to copy the files and keep them manually in sync or
> there are other ways?
We can make it into a :core package, which means that you copy the file
to emacs.git, and when you update the "Version" header on Emacs master,
the GNU ELPA scripts make a release based on that commit.
Stefan Monnier (in CC) will know if there are any other adjustments that
are needed, but one thing that needs doing is a change to the GNU ELPA
`elpa-packages` file, something like this:
- (elisp-benchmarks :url nil)
+ (elisp-benchmarks :core ("lisp/emacs-lisp/elisp-benchmarks.el"))
- Re: Improving EQ, (continued)
- Re: Improving EQ, Eli Zaretskii, 2024/12/12
- Re: Improving EQ, Visuwesh, 2024/12/12
- Re: Improving EQ, Andrea Corallo, 2024/12/12
- Re: Improving EQ, Pip Cet, 2024/12/12
- Re: Improving EQ, Eli Zaretskii, 2024/12/12
- New "make benchmark" target, Stefan Kangas, 2024/12/12
- Re: New "make benchmark" target, Andrea Corallo, 2024/12/12
- Re: New "make benchmark" target, Pip Cet, 2024/12/12
- Re: New "make benchmark" target, Stefan Kangas, 2024/12/12
- Re: New "make benchmark" target, Andrea Corallo, 2024/12/13
- Re: New "make benchmark" target,
Stefan Kangas <=
- Re: New "make benchmark" target, Stefan Monnier, 2024/12/14
- Re: New "make benchmark" target, Pip Cet, 2024/12/14
- Re: New "make benchmark" target, Stefan Kangas, 2024/12/14
- Message not available
- Re: New "make benchmark" target, João Távora, 2024/12/14
Re: Improving EQ, Óscar Fuentes, 2024/12/12