Skip to content
Snippets Groups Projects
Commit 088b1009 authored by stepan's avatar stepan
Browse files

S3 dispatch fixed to do correct args matching after UseMethod

ArgumentMatcher returns supplied signature permuted in the
same way as the supplied arguments. This is stored in frame
using RArguments for accessing this info through getSuppliedSignature().
UseMethod then uses getSuppliedSignature instead of RArguments.getSignature.
parent 60e86129
No related branches found
No related tags found
No related merge requests found
Showing
with 124 additions and 70 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment