This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-05-19
Channels
- # announcements (1)
- # asami (75)
- # beginners (16)
- # calva (14)
- # cider (4)
- # clj-kondo (11)
- # cljs-dev (3)
- # clojure (110)
- # clojure-australia (1)
- # clojure-china (1)
- # clojure-europe (38)
- # clojure-hk (1)
- # clojure-indonesia (1)
- # clojure-japan (1)
- # clojure-korea (1)
- # clojure-my (1)
- # clojure-nl (1)
- # clojure-sg (1)
- # clojure-spec (1)
- # clojure-taiwan (1)
- # clojure-uk (2)
- # clojurescript (34)
- # conjure (1)
- # data-science (9)
- # datahike (7)
- # datalevin (1)
- # datascript (1)
- # datomic (5)
- # etaoin (1)
- # fulcro (23)
- # graalvm (50)
- # helix (4)
- # hyperfiddle (8)
- # introduce-yourself (1)
- # jobs (3)
- # kaocha (10)
- # malli (8)
- # mid-cities-meetup (1)
- # minecraft (1)
- # off-topic (13)
- # pathom (14)
- # polylith (38)
- # reitit (1)
- # releases (1)
- # sci (65)
- # shadow-cljs (28)
- # specter (12)
- # tools-deps (8)
- # vim (1)
- # vscode (11)
- # xtdb (31)
Hi y'all. Thanks for the new Pathom release wilkerlucio. With the new update all my mutation tests fail when running p.eql/process it says something like: get-node's argument list
Spec failed
seems to be on :com.wsscode.pathom3.connect.planner/mutations -> should satisfy -> symbol?
Does this have something todo with "BREAKING: ::pcp/mutations
now contains the full call AST instead of the mutation key". Anyone else seen this or know what I should change?
hello, for regular usage it shouldn't break, its more an internal change (only affecting people that does instrospection on it for some reason)
ah, I see, you are running with guardrails on, right? I must have missed that, this looks like a spec error (error on my end, forget to update the spec)
checking it now
Yes your libary inspired us to use guardrails in our project. (which is really very helpful on our interfaces, so thank you for that ❤️)
sorry, I need to get back on running with it, I'm doing the fixes to the bad specs, will be back fine soon 😉
released
please let me know if things work fine for you with this one