GNU bug report logs - #48818
[PATCH 0/2] gnu: Add emacs-flymake-kondor.

Previous Next

Package: guix-patches;

Reported by: Alexandr Vityazev <avityazev <at> posteo.net>

Date: Thu, 3 Jun 2021 21:24:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

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 48818 in the body.
You can then email your comments to 48818 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#48818; Package guix-patches. (Thu, 03 Jun 2021 21:24:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Alexandr Vityazev <avityazev <at> posteo.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 03 Jun 2021 21:24:01 GMT) Full text and rfc822 format available.

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

From: Alexandr Vityazev <avityazev <at> posteo.net>
To: guix-patches <at> gnu.org
Subject: [PATCH 0/2] gnu: Add emacs-flymake-kondor.
Date: Thu, 03 Jun 2021 21:09:25 +0000
This patch series adds these packages: emacs-flymake-quickdef, emacs-flymake-kondor.

gnu: Add emacs-flymake-quickdef.
gnu: Add emacs-flymake-kondor.

-- 
Best regards,
Alexandr Vityazev




Information forwarded to guix-patches <at> gnu.org:
bug#48818; Package guix-patches. (Thu, 03 Jun 2021 21:27:02 GMT) Full text and rfc822 format available.

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

From: Alexandr Vityazev <avityazev <at> posteo.org>
To: 48818 <at> debbugs.gnu.org
Subject: [PATCH 1/2] gnu: Add emacs-flymake-quickdef.
Date: Thu, 03 Jun 2021 21:26:21 +0000
* gnu/packages/emacs-xyz.scm (emacs-flymake-quickdef): New variable.
---
 gnu/packages/emacs-xyz.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 7d985c0d0f..2541c148ad 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -28272,3 +28272,32 @@ to the https://multitran.com online dictionary.")
 Leiningen plugin for detecting and improving non-idiomatic
 Clojure source code, from within GNU Emacs. ")
       (license license:gpl3+))))
+
+(define-public emacs-flymake-quickdef
+  (let ((version "1.0.0")
+        (revision "0")
+        (commit "150c5839768a3d32f988f9dc08052978a68f2ad7"))
+    (package
+      (name "emacs-flymake-quickdef")
+      (version (git-version version revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/karlotness/flymake-quickdef")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "19gfd539l97j8xbrq1fw83b54mxbcamlz9m896088d3p01zf8b0g"))))
+      (build-system emacs-build-system)
+      (home-page
+       "https://github.com/karlotness/flymake-quickdef")
+      (synopsis "Quickly define a new Flymake backend")
+      (description
+       "This package mainly defines @code{flymake-quickdef-backend}, a macro
+which helps remove some of the boilerplate code from defining new
+Flymake backend functions.  The macro defines a function which is
+suitable for use with @code{flymake-diagnostic-functions} and handles
+running the external process, creating and removing any necessary
+files and buffers, and regex matches against diagnostic output. ")
+      (license license:gpl3+))))
-- 
2.31.1



-- 

Alexandr Vityazev




Information forwarded to guix-patches <at> gnu.org:
bug#48818; Package guix-patches. (Thu, 03 Jun 2021 21:27:02 GMT) Full text and rfc822 format available.

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

From: Alexandr Vityazev <avityazev <at> posteo.org>
To: 48818 <at> debbugs.gnu.org
Subject: [PATCH 2/2] gnu: Add emacs-flymake-kondor.
Date: Thu, 03 Jun 2021 21:26:29 +0000
* gnu/packages/emacs-xyz.scm (emacs-flymake-kondor): New variable.
---
 gnu/packages/emacs-xyz.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2541c148ad..1892d06960 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -28301,3 +28301,30 @@ suitable for use with @code{flymake-diagnostic-functions} and handles
 running the external process, creating and removing any necessary
 files and buffers, and regex matches against diagnostic output. ")
       (license license:gpl3+))))
+
+(define-public emacs-flymake-kondor
+  (let ((version "0.0.3")
+        (revision "0")
+        (commit "72052b5ba827faf357608cf720a70221192a8282"))
+    (package
+      (name "emacs-flymake-kondor")
+      (version (git-version version revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/turbo-cafe/flymake-kondor")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "0h8dqk35r10pxx2w4swb3kij4y2vi17j9wfk978x8lf0wd3h3hsy"))))
+      (build-system emacs-build-system)
+      (propagated-inputs
+       `(("emacs-flymake-quickdef"
+          ,emacs-flymake-quickdef)))
+      (home-page
+       "https://github.com/turbo-cafe/flymake-kondor")
+      (synopsis "Linter with clj-kondo")
+      (description
+       "This package adds Clojure syntax checker clj-kondo. ")
+      (license license:gpl3+))))
-- 
2.31.1



-- 

Alexandr Vityazev




Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Sat, 05 Jun 2021 12:28:02 GMT) Full text and rfc822 format available.

Notification sent to Alexandr Vityazev <avityazev <at> posteo.net>:
bug acknowledged by developer. (Sat, 05 Jun 2021 12:28:02 GMT) Full text and rfc822 format available.

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

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Alexandr Vityazev <avityazev <at> posteo.org>
Cc: 48818-done <at> debbugs.gnu.org
Subject: Re: [bug#48818] [PATCH 2/2] gnu: Add emacs-flymake-kondor.
Date: Sat, 05 Jun 2021 14:27:43 +0200
Hello,

Alexandr Vityazev <avityazev <at> posteo.org> writes:

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

Applied, with the patch before it. Thank you.

> +(define-public emacs-flymake-kondor
> +  (let ((version "0.0.3")
> +        (revision "0")
> +        (commit "72052b5ba827faf357608cf720a70221192a8282"))

This commit is exactly tagged "0.0.3" release. So I used that instead.

> +      (description
> +       "This package adds Clojure syntax checker clj-kondo. ")

Please mind the trailing white space.

Regards,
-- 
Nicolas Goaziou




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

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

Previous Next


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