Fork me on GitHub
#pathom
<
2021-09-24
>
souenzzo12:09:42

Hey @wilkerlucio, I was prototyping ideas with pathom3, using a :pathom/as alias plugin, and I end up in a cache issue There is something that I can do to avoid cache in that case? I tried ::pcr/resolver-cache* nil and (reify p.cache/CacheStore (-cache-lookup-or-miss [this k f] (f))) https://gist.github.com/souenzzo/ff7bda87108cb51adc5f7db4aa367b6e

wilkerlucio15:09:44

on a first sight, I think this is more complicated than that, it has to do with the way the planner works, you can’t have the same attribute twice, that get’s collapsed in a single call, this could change in the future, but for now its a limitation