mbox series

[bug#33907,0/7] Prepare for release of emacs-forge

Message ID 20181229150301.30567-1-jlicht@fsfe.org
Headers show
Series Prepare for release of emacs-forge | expand

Message

Jelle Licht Dec. 29, 2018, 3:02 p.m. UTC
Jonas Bernoulli from magit fame has recently released forge, an emacs
package that facilitates interaction with so-called forges. This patch
series packages and updates some of the required dependencies of
forge, so it will be easy to add forge once a stable version is
released.

Jelle Licht (7):
  gnu: emacs-closql: Update to 1.0.0.
  gnu: emacs-emacsql: Update to 3.0.0.
  gnu: Add emacs-treepy.
  gnu: Add emacs-graphql.
  gnu: emacs-with-editor: Update to 2.8.0.
  gnu: emacs-magit-popup: Update to 2.12.5.
  gnu: emacs-ghub: Update to 3.2.0.

 gnu/packages/emacs.scm | 122 +++++++++++++++++++++++++++++------------
 1 file changed, 88 insertions(+), 34 deletions(-)

Comments

Ludovic Courtès Jan. 9, 2019, 3:43 p.m. UTC | #1
Hi Jelle,

Jelle Licht <jlicht@fsfe.org> skribis:

> Jonas Bernoulli from magit fame has recently released forge, an emacs
> package that facilitates interaction with so-called forges. This patch
> series packages and updates some of the required dependencies of
> forge, so it will be easy to add forge once a stable version is
> released.

Sounds cool!

Note that for patch series we usually arrange to open only one issue for
the whole series.  To do that you need to send the cover letter first;
you then get a reply with a bug number, to which you can send the
patches.

Ludo’.