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: handle repeated fields in method signatures [gg-python] #445

Merged
merged 3 commits into from Sep 25, 2020

Conversation

miraleung
Copy link
Contributor

Fixes #413. Tested this locally with a proto like the one in #410 (although this doesn't solve the other, non-repeated error in that issue). There don't seem to be applicable unit tests, but please let me know if there are and I can add more.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jun 5, 2020
@miraleung miraleung changed the title fix: handle repeated fields in method signatures [gg-python] fix: handle repeated fields in method signatures Jun 5, 2020
@codecov
Copy link

codecov bot commented Jun 5, 2020

Codecov Report

Merging #445 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #445   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           26        26           
  Lines         1525      1525           
  Branches       309       309           
=========================================
  Hits          1525      1525           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8b2a5ab...29e67ef. Read the comment docs.

@software-dov
Copy link
Contributor

Change looks good, but I would be more comfortable approving the change if there were a repeated, flattened field in showcase to test against.

@miraleung
Copy link
Contributor Author

SGTM, we can wait for a showcase test.

@miraleung miraleung changed the title [gg-python] fix: handle repeated fields in method signatures fix: handle repeated fields in method signatures (gg-python) Sep 25, 2020
@miraleung miraleung changed the title fix: handle repeated fields in method signatures (gg-python) fix: handle repeated fields in method signatures [gg-python] Sep 25, 2020
@miraleung miraleung requested review from a team as code owners September 25, 2020 20:10
@software-dov software-dov merged commit 3aae799 into master Sep 25, 2020
@software-dov software-dov deleted the fixit/method_repeated branch September 25, 2020 21:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Method signature elements that are repeated fields are not handled properly
3 participants