Fork me on GitHub
#pathom
<
2020-01-12
>
wilkerlucio13:01:34

[com.wsscode/pathom "2.2.29"] is out! a few fixed bugs: - pc/reader2 will return ::p/not-found instead of an error when dependency links are missing @fjolne.yngling - ::p/env is automatically removed from mutations that return it and have no query @mroerni Check the full changelog at: https://github.com/wilkerlucio/pathom/blob/master/CHANGELOG.md

🚀 16
👍 4
wilkerlucio13:01:34

@fjolne.yngling I decided to not fix the parallel-reader case at this time, the reason is that there are some complex usages of it, and chancing that may break some critical scenarios, so I rather keep it consistent there

fjolne20:01:10

@wilkerlucio great, thanks! i’m not sure what you mean about parallel-reader though, it seems to be working as expected

wilkerlucio20:01:51

I mean the second example you add after, reported from @U2J4FRT2T

fjolne20:01:58

but there’s no parallel-reader in that example? for me it’s also returning not-found

wilkerlucio20:01:46

hum, you right, I saw him using the parallel-parser and assumed he was using the parallel-reader, in this case it should be fixed as well, I'll double check