Skip to content

more stringent checking of ItemFn signature fields#133

Merged
ahl merged 1 commit intomainfrom
generics
Sep 28, 2021
Merged

more stringent checking of ItemFn signature fields#133
ahl merged 1 commit intomainfrom
generics

Conversation

@ahl
Copy link
Copy Markdown
Collaborator

@ahl ahl commented Sep 27, 2021

closes #132

This adds a test for generics and also examines other fields we weren't checking for. I explicitly did not add tests for those fields because I don't think we really care about the stability of that output, but I'd be happy to if folks think it would be beneficial. The fail tests already take kind of a long time so I'm loth to add more.

}

if ast.sig.variadic.is_some() {
return Err(Error::new_spanned(ast.sig.variadic, "no language C here"));
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😆

@ahl ahl merged commit f99a003 into main Sep 28, 2021
@ahl ahl deleted the generics branch September 28, 2021 02:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support for generic endpoints

2 participants