RConsortium / S7

S7: a new OO system for R
https://rconsortium.github.io/S7
Other
399 stars 33 forks source link

Show generic signature in error message #482

Open t-kalinowski opened 3 days ago

t-kalinowski commented 3 days ago

closes #480

hadley commented 3 days ago

I think it also needs to show what you need, i.e. the args to the generic.

t-kalinowski commented 3 days ago

I might be misunderstanding, but it does show the generic args. Do you mean we should also show the "wrong" method args in the error message?

hadley commented 1 day ago

Oh sorry yeah, it should show both the generic and the method args.