emacs-devel
[Top][All Lists]
Advanced

[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"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]