stacks-core icon indicating copy to clipboard operation
stacks-core copied to clipboard

Add more detail to `IncompatibleTrait` error

Open obycode opened this issue 3 years ago • 0 comments

Opening an issue to track Jude's review comment here:

It doesn't have to be done in this PR, but it might be helpful for downstream consumers like Clarinet to know a bit more detail about why these traits are incompatible: it could be because an argument had an incompatible type with the trait definition, the return type was incompatible with the trait definition, or a required function implementation was missing.

obycode avatar Sep 26 '22 21:09 obycode