This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-12-15
Channels
- # adventofcode (110)
- # announcements (30)
- # aws (2)
- # babashka (39)
- # babashka-sci-dev (112)
- # beginners (155)
- # calva (5)
- # cider (12)
- # clj-kondo (11)
- # cljs-dev (1)
- # cljsrn (2)
- # clojure (144)
- # clojure-australia (2)
- # clojure-europe (14)
- # clojure-nl (5)
- # clojure-spec (3)
- # clojure-uk (2)
- # clojurescript (22)
- # core-async (23)
- # cursive (31)
- # data-science (3)
- # emacs (12)
- # events (1)
- # fulcro (8)
- # honeysql (7)
- # jobs-discuss (11)
- # lsp (1)
- # missionary (28)
- # nextjournal (7)
- # off-topic (64)
- # pedestal (3)
- # polylith (19)
- # reagent (14)
- # reitit (12)
- # releases (4)
- # shadow-cljs (33)
- # tools-deps (3)
- # xtdb (3)
Just pushed some new linters to master, among which :unexpected-recur
which checks for recur
in unexpected places, mostly relevant to non-tail usage of recur.
Please take it for a spin and report issues pre-release:
clojure -Sdeps '{:deps {clj-kondo/clj-kondo {:git/url "" :git/sha "2dde61bead4b80d76bbaa505d08c643a5a27e2a8"}}}' -M -m clj-kondo.main --lint src:test
See here what's new on master: https://github.com/clj-kondo/clj-kondo/blob/master/CHANGELOG.md#unreleased Several shiny new linters.
Also wanted to mention: if there are any open issues you would like to see solved, you can upvote it with a thumbs up to bump the priority. This will signal that more than one person is interested in the issue being solved and this also enabled sorting the issues by priority.
fwiw, i tend to filter by “PR welcome” and then try to make a good guess at what may be feasible for me 🙂
There might also be issues that are not labeled as PR welcome, if you're interested just leave a message
i’d gotten the impression that the ones labelled “PR welcome” are relatively easy to start on b/c usually most of the required info is already discussed in the issue