pathom

:pathom: https://github.com/wilkerlucio/pathom/ & https://pathom3.wsscode.com & https://roamresearch.com/#/app/wsscode
2021-06-01T15:02:56.032700Z

we are getting some unexpected errors with the latest changes to error handling. ex:

[{[:edge.account/code "account-1"]
  [{:edge.account/contracts
    [:edge.contract/code :edge.money/currency]}]}]
=>
{[:edge.account/code "account-1"]
 {:com.wsscode.pathom3.connect.runner/attribute-errors
  {:edge.account/contracts
   {:com.wsscode.pathom3.error/error-type
    :com.wsscode.pathom3.error/node-errors,
    :com.wsscode.pathom3.error/node-error-details {}}},
  :edge.account/contracts
  [{:edge.contract/code "contract-1",
    :edge.money/currency
    #object[Object [TaggedValue: unknown, #currency "USD"]]}]}}
what am i missing? the attrs were found, so why the errors?

2021-06-03T06:44:11.036200Z

Thanks a lot @wilkerlucio tried and working and expected. we don't use placeholders much yet but I'll check if we can run some tests.

wilkerlucio 2021-06-01T15:33:04.033200Z

this might be a bug, I can look into that in a few hours

wilkerlucio 2021-06-01T15:33:19.033400Z

can you open an issue on pathom 3 repo please?

2021-06-01T16:05:41.033600Z

sure, will do