unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* flymake-kondor on NonGNU ELPA
@ 2021-10-01  8:21 Manuel Uberti
  2021-10-01  8:59 ` Philip Kaludercic
  0 siblings, 1 reply; 6+ messages in thread
From: Manuel Uberti @ 2021-10-01  8:21 UTC (permalink / raw)
  To: emacs-devel

Hi,

would it be possible to add flymake-kondor[1] on NonGNU ELPA? It's basically a 
Flymake backend to use clj-kondo[2] (a Clojure linter) with Flymake.

I am not sure about the maintainer's desire, but he/she left me merge some 
changes and cut a new release a couple of months ago so I guess this should be 
fine.

Note that he/she doesn't seem to be very active on GitHub at the moment, though, 
and I was not able to reach him/her via email (admin@turbocafe.in.eu.org does 
not seem to be working any more).


[1] https://github.com/turbo-cafe/flymake-kondor
[2] https://github.com/clj-kondo/clj-kondo
-- 
Manuel Uberti
www.manueluberti.eu



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: flymake-kondor on NonGNU ELPA
  2021-10-01  8:21 flymake-kondor on NonGNU ELPA Manuel Uberti
@ 2021-10-01  8:59 ` Philip Kaludercic
  2021-10-04  5:39   ` Manuel Uberti
  0 siblings, 1 reply; 6+ messages in thread
From: Philip Kaludercic @ 2021-10-01  8:59 UTC (permalink / raw)
  To: Manuel Uberti; +Cc: emacs-devel

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

Manuel Uberti <manuel.uberti@inventati.org> writes:

> Hi,
>
> would it be possible to add flymake-kondor[1] on NonGNU ELPA? It's
> basically a Flymake backend to use clj-kondo[2] (a Clojure linter)
> with Flymake.

I have tried building it, and everything seems fine:


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-elpa-packages-flymake-kondor-Add-package.patch --]
[-- Type: text/x-diff, Size: 669 bytes --]

From cf47130161348e09c6faa331088aec54187dc661 Mon Sep 17 00:00:00 2001
From: Philip Kaludercic <philipk@posteo.net>
Date: Fri, 1 Oct 2021 10:57:23 +0200
Subject: [PATCH] * elpa-packages (flymake-kondor): Add package

---
 elpa-packages | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/elpa-packages b/elpa-packages
index 616a1f921..764320cbe 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -43,6 +43,8 @@
   :ignored-files ("lib" "scripts")
   :doc "doc/build/texinfo/evil.texi")
 
+ ("flymake-kondor"	:url "https://github.com/turbo-cafe/flymake-kondor")
+
  ("git-commit"		:url "https://github.com/magit/magit"
   :lisp-dir "lisp"
   :ignored-files
-- 
2.30.2


[-- Attachment #3: Type: text/plain, Size: 492 bytes --]


> I am not sure about the maintainer's desire, but he/she left me merge
> some changes and cut a new release a couple of months ago so I guess
> this should be fine.
>
> Note that he/she doesn't seem to be very active on GitHub at the
> moment, though, and I was not able to reach him/her via email
> (admin@turbocafe.in.eu.org does not seem to be working any more).
>
>
> [1] https://github.com/turbo-cafe/flymake-kondor
> [2] https://github.com/clj-kondo/clj-kondo

-- 
	Philip Kaludercic

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: flymake-kondor on NonGNU ELPA
  2021-10-01  8:59 ` Philip Kaludercic
@ 2021-10-04  5:39   ` Manuel Uberti
  2021-10-04 12:08     ` Philip Kaludercic
  2021-10-08 11:36     ` Philip Kaludercic
  0 siblings, 2 replies; 6+ messages in thread
From: Manuel Uberti @ 2021-10-04  5:39 UTC (permalink / raw)
  To: Philip Kaludercic; +Cc: emacs-devel

On 01/10/21 10:59, Philip Kaludercic wrote:
> I have tried building it, and everything seems fine[.]

Is there anything more from my side you need for this?

-- 
Manuel Uberti
www.manueluberti.eu



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: flymake-kondor on NonGNU ELPA
  2021-10-04  5:39   ` Manuel Uberti
@ 2021-10-04 12:08     ` Philip Kaludercic
  2021-10-08 11:36     ` Philip Kaludercic
  1 sibling, 0 replies; 6+ messages in thread
From: Philip Kaludercic @ 2021-10-04 12:08 UTC (permalink / raw)
  To: Manuel Uberti; +Cc: emacs-devel

Manuel Uberti <manuel.uberti@inventati.org> writes:

> On 01/10/21 10:59, Philip Kaludercic wrote:
>> I have tried building it, and everything seems fine[.]
>
> Is there anything more from my side you need for this?

The package seems to have no issues, clj-kondo is free software, so I
don't think so.

-- 
	Philip Kaludercic



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: flymake-kondor on NonGNU ELPA
  2021-10-04  5:39   ` Manuel Uberti
  2021-10-04 12:08     ` Philip Kaludercic
@ 2021-10-08 11:36     ` Philip Kaludercic
  2021-10-08 11:47       ` Manuel Uberti
  1 sibling, 1 reply; 6+ messages in thread
From: Philip Kaludercic @ 2021-10-08 11:36 UTC (permalink / raw)
  To: Manuel Uberti; +Cc: emacs-devel

Manuel Uberti <manuel.uberti@inventati.org> writes:

> On 01/10/21 10:59, Philip Kaludercic wrote:
>> I have tried building it, and everything seems fine[.]
>
> Is there anything more from my side you need for this?

Seeing as there have been no objections, I'll go ahead an add the
package to NonGNU ELPA.

-- 
	Philip Kaludercic



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: flymake-kondor on NonGNU ELPA
  2021-10-08 11:36     ` Philip Kaludercic
@ 2021-10-08 11:47       ` Manuel Uberti
  0 siblings, 0 replies; 6+ messages in thread
From: Manuel Uberti @ 2021-10-08 11:47 UTC (permalink / raw)
  To: Philip Kaludercic; +Cc: emacs-devel

On 08/10/21 13:36, Philip Kaludercic wrote:
> Seeing as there have been no objections, I'll go ahead an add the
> package to NonGNU ELPA.

Fantastic, thank you!

-- 
Manuel Uberti
www.manueluberti.eu



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-10-08 11:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-01  8:21 flymake-kondor on NonGNU ELPA Manuel Uberti
2021-10-01  8:59 ` Philip Kaludercic
2021-10-04  5:39   ` Manuel Uberti
2021-10-04 12:08     ` Philip Kaludercic
2021-10-08 11:36     ` Philip Kaludercic
2021-10-08 11:47       ` Manuel Uberti

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).