This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-09-17
Channels
- # announcements (2)
- # aws (7)
- # beginners (46)
- # cider (15)
- # clj-kondo (24)
- # cljs-dev (3)
- # clojure (46)
- # clojure-dev (34)
- # clojure-europe (7)
- # clojure-italy (7)
- # clojure-nl (10)
- # clojure-norway (15)
- # clojure-spec (5)
- # clojure-uk (42)
- # clojuredesign-podcast (1)
- # clojurescript (79)
- # clr (3)
- # core-async (1)
- # cursive (45)
- # data-science (1)
- # datomic (4)
- # fulcro (17)
- # funcool (14)
- # gorilla (2)
- # graphql (30)
- # jackdaw (5)
- # jobs-discuss (8)
- # joker (4)
- # lein-figwheel (1)
- # off-topic (48)
- # pedestal (26)
- # re-frame (36)
- # reagent (18)
- # reitit (6)
- # remote-jobs (4)
- # shadow-cljs (115)
- # tools-deps (62)
- # vim (12)
so for next.jdbc for example, I'm getting that on: ResultSet, DataSource, Connection, ResultSetMetaData, Integer, java.io.Writer, java.sql.ResultSet, PrepaerdStatement
I'm continuing in the branch ret-types, but it's a work in progress. I'll report back here when it's a good time to check again!
one issue I struggled with is that ^String
can be nilable, but some specs I wrote expected just a ::string
. But to not create any false positives, I basically have to treat almost every type a nilable.
It appears that within cond->
, I'm not seeing unresolved symbol errors. I took a look through the issues on github but didn't spot anything related - is this a known problem, or would you like me to file a bug?
@robertfrederickwarner That's known, some macros aren't fully linted, because I just didn't get around to it yet. Will handle it in a future version.