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

Enabling implicit output for generic bindings #1348

Merged
merged 7 commits into from
Nov 14, 2023

Conversation

vrdmr
Copy link
Member

@vrdmr vrdmr commented Nov 8, 2023

Description

Enabling implicit binding for generic bindings.


PR information

  • The title of the PR is clear and informative.
  • There are a small number of commits, each of which has an informative message. This means that previously merged commits do not appear in the history of the PR. For information on cleaning up the commits in your pull request, see this page.
  • If applicable, the PR references the bug/issue that it fixes in the description.
  • New Unit tests were added for the changes made and CI is passing.

Quality of Code and Contribution Guidelines

Copy link

codecov bot commented Nov 8, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (d4200f8) 85.97% compared to head (5fec053) 85.72%.
Report is 1 commits behind head on dev.

❗ Current head 5fec053 differs from pull request most recent head dddb356. Consider uploading reports for the commit dddb356 to get more accurate results

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              
Flag Coverage Δ
unittests 85.67% <100.00%> (-0.26%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -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', [
Copy link
Member Author

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

@vrdmr vrdmr requested a review from hallvictoria as a code owner November 14, 2023 21:34
@vrdmr vrdmr merged commit a981fcf into dev Nov 14, 2023
16 of 49 checks passed
@vrdmr vrdmr deleted the vameru/implicit-output-binding-return branch November 14, 2023 21:34
gavin-aguiar pushed a commit that referenced this pull request Dec 1, 2023
gavin-aguiar added a commit that referenced this pull request Dec 2, 2023
This reverts commit a981fcf.

Co-authored-by: root <root@GavinPC>
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.

3 participants