Fork me on GitHub
#cursive
<
2022-01-29
>
wilkerlucio02:01:20

@cfleming noticing something strange with indexing, in Pathom 3 I use guardrails to define functions with (>defn, it has a defn-like syntax and I tell Cursive to do that, but seems like its indexing some of the symbols, but not others, I did asked Cursive to define that as def instead, and then back again to defn, this fixed some of the cases, but after working a bit more I see not all were fixed

wilkerlucio03:01:25

invalidating caches didn't fixed it, but seems like using cljs.core/defn instead of clojure.core/defn made it work