This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-01-31
Channels
- # announcements (22)
- # asami (19)
- # aws-lambda (4)
- # babashka (42)
- # beginners (43)
- # calva (28)
- # cider (1)
- # clerk (79)
- # clj-kondo (12)
- # clojure (47)
- # clojure-berlin (1)
- # clojure-brasil (1)
- # clojure-dev (12)
- # clojure-europe (40)
- # clojure-nl (2)
- # clojure-norway (5)
- # clojure-uk (3)
- # clojurescript (56)
- # clr (12)
- # conjure (8)
- # cursive (4)
- # datomic (78)
- # dev-tooling (6)
- # exercism (1)
- # fulcro (9)
- # hoplon (3)
- # jobs (3)
- # jobs-discuss (4)
- # lambdaisland (3)
- # leiningen (1)
- # london-clojurians (1)
- # lsp (125)
- # malli (32)
- # matcher-combinators (3)
- # nrepl (1)
- # off-topic (6)
- # pathom (39)
- # re-frame (13)
- # releases (2)
- # remote-jobs (3)
- # sci (7)
- # shadow-cljs (117)
- # sql (6)
- # squint (7)
- # tools-build (15)
- # tools-deps (12)
this is unexpected, right? #include …
works here, but i get the warning
.clj-kondo/config.edn:38:21: warning: Expected a map, but got: list
ah cool, fine with that!
thank you 🙂
After experimenting with a built-in linter for syntax-quote checking in :unresolved-namespaces (https://github.com/clj-kondo/clj-kondo/pull/1969), I was hoping to write this in a hook on with-meta
. Sadly, there seems to be no namespace/required data passed to hooks, so I can't perform the check myself. Is this something you could expose to hooks?
i'd like to be able to look at all of the namespaces that are currently aliased or required, and all of the vars that are referred in the current namespace.
issue welcome. there is already one function called ns-analysis
which may come close to what you want
oh I didn't know about that. I'll check it out, thanks
I was expecting the info to live on the passed in object