This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-05-02
Channels
- # announcements (7)
- # aws (3)
- # babashka (132)
- # beginners (38)
- # calva (3)
- # chlorine-clover (6)
- # clara (1)
- # clj-kondo (20)
- # cljs-dev (24)
- # cljsrn (9)
- # clojure (76)
- # clojure-dev (1)
- # clojure-germany (4)
- # clojure-india (2)
- # clojure-uk (24)
- # clojurescript (15)
- # conf-proposals (1)
- # conjure (114)
- # cursive (3)
- # fulcro (63)
- # graalvm (1)
- # helix (2)
- # joker (10)
- # juxt (1)
- # local-first-clojure (2)
- # meander (9)
- # off-topic (97)
- # rdf (4)
- # re-frame (7)
- # reagent (16)
- # reitit (1)
- # rum (9)
- # shadow-cljs (48)
- # spacemacs (3)
- # tools-deps (3)
- # vim (30)
- # xtdb (10)
clj-kondo 2020.05.02: https://github.com/borkdude/clj-kondo/releases/tag/v2020.05.02
I'm curious on how folks update to these latest, greatest versions. Right now I delete the one in my /usr/local/bin, unzip the new one and place it in there. easy peasy but wondering if I've missed out on a simple one liner update thingy or something
@chase-lambert what OS?
All the options are documented here: https://github.com/borkdude/clj-kondo/blob/master/doc/install.md There is an install script as well.
My method works just fine but it's like on ocd thing where I have to update to the latest one when I see you post something about clj-kondo or babashka
Yeah, it won't check for newer versions though, it will always just fetch the latest and replace
I would suggest "Cronie" (which has nice granny connotations) but there's already a cron named that
You could query the Github API for the newest version, compare that to the current version and update if necessary.
Might not be the right place to ask, but I'm having issues installing clj-kondo
through Nix. For some reason it's trying to building graalvm 19.2.1 from scratch and failing.
https://discourse.nixos.org/t/issue-building-graalvm-19-2-1-dependency-for-the-clj-kondo-package/6932