Fork me on GitHub
#pathom
<
2021-03-07
>
markaddleman16:03:24

Should the resolver r be invoked in this example? Intuitively, I think it should.

wilkerlucio16:03:05

the problem is that you are trying to override an already defined key :k, that wont work, once a value is set, pathom wont change it

wilkerlucio16:03:17

you cant make a resolver to add information nested like that, not a thing

wilkerlucio16:03:00

it probably is getting called, you just don't get the updated result (because :k was already set at that context)

markaddleman17:03:35

Ah, ok. In fact, it is not getting called but no matter. Your explanation makes sense and, I should have realized that what was going on: It turns out that I rely on that behavior in other areas