GNU bug report logs - #76605
[PATCH] gnu: Add emacs-flycheck-deno

Previous Next

Package: guix-patches;

Reported by: Grigory Shepelev <shegeley <at> gmail.com>

Date: Thu, 27 Feb 2025 03:20:02 UTC

Severity: normal

Tags: patch

Done: Ian Eure <ian <at> retrospec.tv>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 76605 in the body.
You can then email your comments to 76605 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#76605; Package guix-patches. (Thu, 27 Feb 2025 03:20:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Grigory Shepelev <shegeley <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 27 Feb 2025 03:20:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Grigory Shepelev <shegeley <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Grigory Shepelev <shegeley <at> gmail.com>
Subject: [PATCH] gnu: Add emacs-flycheck-deno
Date: Thu, 27 Feb 2025 06:18:29 +0300
Change-Id: If447a3bb0135f959c907465fe12f26624fd150eb
---
 gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 6bd6cec67d..a4d0372298 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9728,6 +9728,30 @@ (define-public emacs-flycheck-rust
 the current Cargo project.")
     (license license:gpl3+)))
 
+(define-public emacs-flycheck-deno
+  (package
+    (name "emacs-flycheck-deno")
+    (version "0.1.0")
+    (source
+     (origin
+      (method git-fetch)
+      (uri
+       (git-reference
+        (url "https://github.com/flycheck/flycheck-deno")
+        (commit version)))
+      (file-name (git-file-name name version))
+      (sha256
+       (base32 "1vvhzidnpzf25z5qn85zx7cpwaavd22vsds4q9y5mpmf8hi526l6"))))
+    (propagated-inputs
+     (list emacs-flycheck))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/flycheck/flycheck-deno")
+    (synopsis "Deno support for Flycheck")
+    (description
+     "This Flycheck extension configures Flycheck automatically for
+  the current Deno project.")
+    (license license:gpl3+)))
+
 (define-public emacs-flycheck-package
   (package
     (name "emacs-flycheck-package")

base-commit: 4f220482de742c9c03cf6378ab147026a330edd0
-- 
2.48.1





Information forwarded to guix-patches <at> gnu.org:
bug#76605; Package guix-patches. (Sat, 01 Mar 2025 17:10:02 GMT) Full text and rfc822 format available.

Message #8 received at 76605 <at> debbugs.gnu.org (full text, mbox):

From: Ian Eure <ian <at> retrospec.tv>
To: Grigory Shepelev <shegeley <at> gmail.com>
Cc: 76605 <at> debbugs.gnu.org
Subject: Re: [bug#76605] [PATCH] gnu: Add emacs-flycheck-deno
Date: Sat, 01 Mar 2025 09:09:31 -0800
Hi Grigory,

Pushed as 0afe31a136.

Thanks,
 -- Ian




bug closed, send any further explanations to 76605 <at> debbugs.gnu.org and Grigory Shepelev <shegeley <at> gmail.com> Request was from Ian Eure <ian <at> retrospec.tv> to control <at> debbugs.gnu.org. (Sat, 01 Mar 2025 17:10:03 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 30 Mar 2025 11:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 79 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.