all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andrew Tropin <andrew@trop.in>
To: Liliana Marie Prikler <liliana.prikler@gmail.com>, 63568@debbugs.gnu.org
Subject: [bug#63568] [PATCH 2/2] gnu: emacs-next-tree-sitter: "Downgrade" to 29.0.91.
Date: Sat, 20 May 2023 11:44:50 +0400	[thread overview]
Message-ID: <87a5xzzbt9.fsf@trop.in> (raw)
In-Reply-To: <0a4c2da5d3755521710031f094936794a584dc9d.1684406365.git.liliana.prikler@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 2228 bytes --]

On 2023-05-18 12:37, Liliana Marie Prikler wrote:

> * gnu/packages/emacs.scm (emacs-next-tree-sitter)[version, source]: Inherit
> fields from emacs-next.
> ---
>  gnu/packages/emacs.scm | 30 ++++++++----------------------
>  1 file changed, 8 insertions(+), 22 deletions(-)
>
> diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
> index 31009ac4d9..7831a24922 100644
> --- a/gnu/packages/emacs.scm
> +++ b/gnu/packages/emacs.scm
> @@ -418,28 +418,14 @@ (define-public emacs-next
>         (prepend autoconf)))))
>  
>  (define-public emacs-next-tree-sitter
> -  (let ((commit "ac7ec87a7a0db887e4ae7fe9005aea517958b778")
> -        (revision "0"))
> -    (package
> -      (inherit emacs-next)
> -      (name "emacs-next-tree-sitter")
> -      (version (git-version "30.0.50" revision commit))
> -      (source
> -       (origin
> -         (inherit (package-source emacs-next))
> -         (method git-fetch)
> -         (uri (git-reference
> -               (url "https://git.savannah.gnu.org/git/emacs.git/")
> -               (commit commit)))
> -         (file-name (git-file-name name version))
> -         (sha256
> -          (base32
> -           "1akq6dbllwwqwx21wnwnv6aax1nsi2ypbd7j3i79sw62s3gf399z"))))
> -      (inputs
> -       (modify-inputs (package-inputs emacs-next)
> -         (prepend sqlite tree-sitter)))
> -      (synopsis "Emacs text editor with @code{tree-sitter} support")
> -      (description "This Emacs build supports tree-sitter."))))
> +  (package
> +    (inherit emacs-next)
> +    (name "emacs-next-tree-sitter")
> +    (inputs
> +     (modify-inputs (package-inputs emacs-next)
> +       (prepend sqlite tree-sitter)))
> +    (synopsis "Emacs text editor with @code{tree-sitter} support")
> +    (description "This Emacs build supports tree-sitter.")))
>  
>  (define-public emacs-next-pgtk
>    (package

Hi Liliana,

What do you think about moving everything from emacs-next-tree-sitter to
emacs-next and making emacs-next-tree-sitter to be just an alias to
emacs-next and later removing emacs-next-tree-sitter at all?

IMHO, shipping tree-sitter with emacs by default make much sense.

-- 
Best regards,
Andrew Tropin

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

  reply	other threads:[~2023-05-20  7:45 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-18 10:39 [bug#63568] [PATCH 0/2] Update emacs-next to 29.0.91 Liliana Marie Prikler
2023-05-18 10:06 ` [bug#63568] [PATCH 1/2] gnu: emacs-next: Update " Liliana Marie Prikler
2023-05-18 10:37 ` [bug#63568] [PATCH 2/2] gnu: emacs-next-tree-sitter: "Downgrade" " Liliana Marie Prikler
2023-05-20  7:44   ` Andrew Tropin [this message]
2023-05-20 16:30     ` Liliana Marie Prikler
2023-05-21  6:07       ` Andrew Tropin
2023-05-28 21:17   ` bug#63568: " Liliana Marie Prikler

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87a5xzzbt9.fsf@trop.in \
    --to=andrew@trop.in \
    --cc=63568@debbugs.gnu.org \
    --cc=liliana.prikler@gmail.com \
    /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 external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.