Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix copyfrom methods on interface not matching generated methods #1424

Merged
merged 1 commit into from Feb 11, 2022
Merged

fix copyfrom methods on interface not matching generated methods #1424

merged 1 commit into from Feb 11, 2022

Commits on Feb 9, 2022

  1. fix copyfrom methods on interface not matching generated methods

    The methods generated for `copyfrom` queries correctly define a slice
    of inputs on the function signatures, but the interface code that was
    generated did not. Thus, the interface was not usable when any query
    used `copyfrom`. This merge request updates the interface code template
    to correctly use `.Arg.SlicePair` when building the interface.
    
    Signed-off-by: Alex Dulin <alex@morningconsult.com>
    alexdulin committed Feb 9, 2022
    Copy the full SHA
    6973ea9 View commit details
    Browse the repository at this point in the history