Is it wrong to invoke the parser in a resolve? What about multiple times?
Is it ok to bust the cache in the env if I want to invoke the parser from within a resolver?
yeah, calling from inside should be fine, but can lead to unexpected situations due to caching. the best you can do is try and see what works for the situation
i reset the atoms in the env (there were three of them pathom had) and now it works great
thanks!
I’m getting weird behavior and starting to think this is not how the parser is supposed to be used.
If I invoke the parser multiple times with pmap
rather than map
it works