-
Notifications
You must be signed in to change notification settings - Fork 104
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
Enabling implicit output for generic bindings #1348
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #1348 +/- ##
==========================================
- Coverage 85.97% 85.72% -0.26%
==========================================
Files 34 34
Lines 1940 1940
Branches 367 367
==========================================
- Hits 1668 1663 -5
- Misses 204 209 +5
Partials 68 68
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…eturn' into vameru/implicit-output-binding-return
@@ -131,7 +131,7 @@ async def test_mock_generic_should_not_support_implicit_output(self): | |||
protos.StatusResult.Success) | |||
|
|||
_, r = await host.invoke_function( | |||
'foobar_as_bytes_no_anno', [ | |||
'foobar_implicit_output', [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is just fixing the incorrect test
This reverts commit a981fcf.
Description
Enabling implicit binding for generic bindings.
PR information
Quality of Code and Contribution Guidelines