wilkerlucio / pathom3

Interface with complex data via graph mapping.
https://pathom3.wsscode.com
Eclipse Public License 2.0
376 stars 31 forks source link

:com.wsscode.pathom3.error/attribute-missing vs :com.wsscode.pathom3.error/missing-output #149

Closed wilkerlucio closed 1 year ago

wilkerlucio commented 2 years ago

Seems like those attributes conflict for the same purpose, must be checked and if it's the case, remove one of them, otherwise get docs explaining the distinction.

souenzzo commented 2 years ago

There is no :com.wsscode.pathom3.error/missing-output in com.wsscode.pathom3.error-test

wilkerlucio commented 1 year ago

I did some digging, and this is the current situation:

After those observations, I think it doesn't make sense to keep both, the question now is just which one to keep, in any case it's gonna be a breaking change for users looking for the one getting removed.

I'm leaning towards keeping :com.wsscode.pathom3.error/attribute-missing and remove :com.wsscode.pathom3.error/missing-output.

Gonna think a bit more about it, but I plan to make this change soon.