This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-10-29
Channels
- # announcements (2)
- # babashka (2)
- # beginners (76)
- # boot (6)
- # calva (7)
- # cider (12)
- # clara (4)
- # clj-kondo (11)
- # cljdoc (9)
- # cljs-dev (21)
- # cljsrn (7)
- # clojure (72)
- # clojure-dev (158)
- # clojure-europe (2)
- # clojure-italy (3)
- # clojure-losangeles (3)
- # clojure-nl (5)
- # clojure-spec (29)
- # clojure-uk (93)
- # clojurescript (40)
- # cursive (7)
- # data-science (1)
- # datomic (28)
- # defnpodcast (5)
- # duct (5)
- # emacs (7)
- # events (2)
- # figwheel-main (5)
- # fulcro (55)
- # graalvm (2)
- # instaparse (1)
- # jobs (5)
- # juxt (1)
- # luminus (3)
- # nyc (2)
- # pathom (3)
- # planck (25)
- # re-frame (2)
- # reagent (4)
- # reitit (23)
- # shadow-cljs (381)
- # spacemacs (6)
- # sql (19)
- # tools-deps (7)
- # xtdb (4)
@borkdude could i just plug it in somewhere like in the tests here: https://github.com/lambdaforge/datalog-parser/blob/master/test/datalog/parser_test.cljc ?
@whilo I made an issue for datalog linting here now: https://github.com/borkdude/clj-kondo/issues/563
it might make sense to only include the verification/linting bits from that library and port it to clj-kondo instead of including this as a dependency into clj-kondo
we want that too, the parser is already minimal and is factored out of datahike for exactly such syntactic operations. it has no dependencies itself.
Alright. If clj-kondo would straight up use this, I guess you can only assert that something is wrong with the query and then only point at the query as a whole and not at one symbol inside the query.