This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-03-30
Channels
- # announcements (8)
- # babashka (102)
- # beginners (312)
- # calva (9)
- # clj-kondo (9)
- # cljfx (7)
- # clojure (128)
- # clojure-europe (52)
- # clojure-nl (2)
- # clojure-norway (2)
- # clojure-spec (5)
- # clojure-uk (4)
- # clojurescript (13)
- # conjure (5)
- # cursive (5)
- # datalog (18)
- # datomic (8)
- # emacs (1)
- # events (3)
- # fulcro (16)
- # graphql (2)
- # gratitude (1)
- # helix (16)
- # inf-clojure (17)
- # introduce-yourself (9)
- # java (11)
- # lambdaisland (3)
- # leiningen (3)
- # lsp (8)
- # malli (3)
- # membrane (7)
- # missionary (26)
- # nextjournal (1)
- # off-topic (19)
- # pathom (3)
- # polylith (13)
- # portal (16)
- # reagent (39)
- # reitit (2)
- # releases (23)
- # remote-jobs (1)
- # shadow-cljs (40)
- # specter (3)
- # sql (12)
- # tools-deps (8)
- # tree-sitter (1)
- # vim (3)
- # web-security (6)
- # xtdb (16)
is anyone else experiencing linting problems with reg-event-fx
in re-frame
& clojure-lsp 2022.03.26-18.47.08
?
(rf/reg-event-fx
::foobar
(fn [_ [_ foo]] ;; <- unused binding
{:dispatch [:some.event/foo foo]})) ;; <- unresolved symbol
linting from the command line with clj-kondo v2022.03.09
doesn't report any issues with this
I filed this under https://github.com/clojure-lsp/clojure-lsp/issues/888 just in case this is an actual bug somewhere and not just me messing up my system somehow
This is a recent bug in clj-kondo and has been fixed by reverting a commit on master. I hope @UKFSJSM38 can do a new release of LSP
👍 1