emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#51585: closed ([PATCH] gnu: Add emacs-flymake-flycheck.)


From: GNU bug Tracking System
Subject: bug#51585: closed ([PATCH] gnu: Add emacs-flymake-flycheck.)
Date: Fri, 12 Nov 2021 22:52:01 +0000

Your message dated Fri, 12 Nov 2021 23:51:49 +0100
with message-id <87v90xc7i2.fsf@gnu.org>
and subject line Re: bug#51585: [PATCH] gnu: Add emacs-flymake-flycheck.
has caused the debbugs.gnu.org bug report #51585,
regarding [PATCH] gnu: Add emacs-flymake-flycheck.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
51585: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=51585
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add emacs-flymake-flycheck. Date: Thu, 4 Nov 2021 01:02:22 +1100 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.1.2
* gnu/packages/emacs-xyz.scm (emacs-flymake-flycheck): New variable.
---
 gnu/packages/emacs-xyz.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 543ce6303a..8253d7d562 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1586,6 +1586,29 @@ (define-public emacs-flycheck
 provides an optional IDE-like error list.")
(license license:gpl3+)))) ;+GFDLv1.3+ for the manual

+(define-public emacs-flymake-flycheck
+  (package
+    (name "emacs-flymake-flycheck")
+    (version "20210404.2128")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://melpa.org/packages/flymake-flycheck-";
+             version
+             ".el"))
+       (sha256
+        (base32 "1m59ahd5gjlfwf328labwdlpcxh8ywywkwgfrlsy5jyxfc9ss4nv"))))
+    (build-system emacs-build-system)
+    (propagated-inputs `(("emacs-flycheck" ,emacs-flycheck)))
+    (home-page "https://github.com/purcell/flymake-flycheck";)
+    (synopsis "Use flycheck checkers as flymake backends")
+    (description
+     "This package provides support for running any flycheck checker as a
+flymake diagnostic backend.  The effect is that flymake will
+control when the checker runs, and flymake will receive its errors.")
+    (license license:gpl3)))
+
 (define-public emacs-flymake-quickdef
   ;; This particular commit includes bug fixes on top of 1.0.0 release.
   (let ((version "1.0.0")
--
2.33.1



--- End Message ---
--- Begin Message --- Subject: Re: bug#51585: [PATCH] gnu: Add emacs-flymake-flycheck. Date: Fri, 12 Nov 2021 23:51:49 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hi,

Tom Fitzhenry <tom@tom-fitzhenry.me.uk> skribis:

> * gnu/packages/emacs-xyz.scm (emacs-flymake-flycheck): New variable.

Applied, thanks!

Ludo’.


--- End Message ---

reply via email to

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