GNU bug report logs - #51585
[PATCH] gnu: Add emacs-flymake-flycheck.

Previous Next

Package: guix-patches;

Reported by: Tom Fitzhenry <tom <at> tom-fitzhenry.me.uk>

Date: Wed, 3 Nov 2021 14:03:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

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 51585 in the body.
You can then email your comments to 51585 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#51585; Package guix-patches. (Wed, 03 Nov 2021 14:03:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Tom Fitzhenry <tom <at> tom-fitzhenry.me.uk>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 03 Nov 2021 14:03:02 GMT) Full text and rfc822 format available.

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

From: Tom Fitzhenry <tom <at> tom-fitzhenry.me.uk>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add emacs-flymake-flycheck.
Date: Thu, 4 Nov 2021 01:02:22 +1100
* 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




Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Fri, 12 Nov 2021 22:52:01 GMT) Full text and rfc822 format available.

Notification sent to Tom Fitzhenry <tom <at> tom-fitzhenry.me.uk>:
bug acknowledged by developer. (Fri, 12 Nov 2021 22:52:01 GMT) Full text and rfc822 format available.

Message #10 received at 51585-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Tom Fitzhenry <tom <at> tom-fitzhenry.me.uk>
Cc: 51585-done <at> debbugs.gnu.org
Subject: Re: bug#51585: [PATCH] gnu: Add emacs-flymake-flycheck.
Date: Fri, 12 Nov 2021 23:51:49 +0100
Hi,

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

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

Applied, thanks!

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 11 Dec 2021 12:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 130 days ago.

Previous Next


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