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

Update CgRPC to v1.24.3 #804

Merged
merged 2 commits into from
May 22, 2020
Merged

Conversation

glbrntt
Copy link
Collaborator

@glbrntt glbrntt commented May 21, 2020

No description provided.

@glbrntt glbrntt requested a review from MrMage May 21, 2020 17:42
@glbrntt glbrntt force-pushed the gb-update-vendored-libgrpc branch from 04ebc17 to 9fcc90b Compare May 21, 2020 17:44
Copy link
Collaborator

@MrMage MrMage left a comment

Choose a reason for hiding this comment

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

Thank you for taking the time to do this!

I was able to scroll to the bottom and find the changed scripts. Looks good overall; are there any relevant learnings you could share to make this process easier in case it needs to be repeated in the future?

scripts/vendor-grpc.sh Show resolved Hide resolved
@glbrntt
Copy link
Collaborator Author

glbrntt commented May 22, 2020

I was able to scroll to the bottom and find the changed scripts. Looks good overall; are there any relevant learnings you could share to make this process easier in case it needs to be repeated in the future?

Sorry, I should've mentioned that changes to the scripts were in one commit and the output in the other!

I think the main takeaway is that the divide between shim code and vendored code needs to be much clearer. Ideally the script should produce the whole CgRPC module by copying in the vendored code and then copying in any required shim code. I ran into problems where it wasn't clear if code was required or leftover from a previous time the script was run. The few bugs in the vendoring scripts also didn't help! That said, I don't think it's worth our time doing this because this is effectively EOL anyway.

@MrMage
Copy link
Collaborator

MrMage commented May 22, 2020

I think the main takeaway is that the divide between shim code and vendored code needs to be much clearer. Ideally the script should produce the whole CgRPC module by copying in the vendored code and then copying in any required shim code. I ran into problems where it wasn't clear if code was required or leftover from a previous time the script was run. The few bugs in the vendoring scripts also didn't help! That said, I don't think it's worth our time doing this because this is effectively EOL anyway.

👍

LGTM from my side!

@glbrntt glbrntt merged commit 14215b0 into grpc:cgrpc May 22, 2020
@glbrntt glbrntt deleted the gb-update-vendored-libgrpc branch May 22, 2020 08:27
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.

2 participants