This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-12-28
Channels
- # announcements (13)
- # babashka (7)
- # beginners (35)
- # calva (23)
- # chlorine-clover (6)
- # cider (12)
- # clj-kondo (6)
- # clojure (31)
- # clojure-dev (20)
- # clojure-europe (4)
- # clojure-norway (4)
- # clojure-uk (1)
- # clojurescript (62)
- # fulcro (6)
- # google-cloud (1)
- # lsp (2)
- # malli (13)
- # meander (6)
- # music (1)
- # off-topic (19)
- # practicalli (2)
- # re-frame (7)
- # reagent (25)
- # reitit (5)
- # releases (1)
- # reveal (3)
- # shadow-cljs (90)
- # tools-build (18)
- # tools-deps (1)
hello all, Why is this happening?
(ns some-ns
(:require [com.wsscode.pathom3.plugin :as p.plugin]
[com.wsscode.pathom3.connect.indexes :as pci]))
(let [one-registers spec-plugin (p.plugin/register (plugins/spec-check-attributes spec-plugin-react-fn))
institutions-resolvers (pci/register [resolvers ...])])
p.plugin/register -> Unresolved var
pci/register -> Unresolved var
@fabrao You seem to have five items in that let
binding -- it should be an even number.
@seancorfield it´s warning clj-kondo
information, maybe it´s configuring
:lint-as {com.fulcrologic.guardrails.core/>def clojure.spec.alpha/def}
as I see in pathom config.edn
.clj-kondo
Regardless, the code you posted is invalid syntax -- a copy'n'paste error @fabrao?