This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-02-09
Channels
- # announcements (4)
- # babashka (25)
- # beginners (11)
- # calva (32)
- # clj-kondo (5)
- # clojure (130)
- # clojure-dev (11)
- # clojure-europe (17)
- # clojure-nl (1)
- # clojure-norway (96)
- # clojure-spec (1)
- # clojure-uk (3)
- # clojurescript (9)
- # conjure (2)
- # cursive (8)
- # datalevin (1)
- # etaoin (14)
- # ghostwheel (2)
- # hyperfiddle (13)
- # joker (2)
- # leiningen (82)
- # malli (3)
- # pathom (4)
- # polylith (12)
- # releases (3)
- # spacemacs (7)
- # sql (3)
Hi folks, simple question, why param1
it is an error and the non-existent-fn
is a "warn" if on both cases we won't be able to compile?
makes sense to change it to an error also? I'm using clojure-lsp and I had an "issue" where I delete a def
and it was showing as a warn so I ignored it 😅 OFC it is not a big deal cause the code won't compile anyways and we will receive an error pointing to that location.
yeah , I was just curious if other people see that as a problem or not