-
-
Notifications
You must be signed in to change notification settings - Fork 135
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
Revert "Merge branch 'format_types'" #463
Conversation
Okay AFAICT this works (no compile errors for storage or kms at least). I'm not sure if I should regenerate everything in this MR or as a separate MR afterwards or what. |
Thanks a lot for going through with it! I think this tests expectation could be fixed, the failure appears genuine. Could you do that? Thanks again for giving it another shot.
Please do not regenerate anything, such contributions are impossible to review. I regenerate myself before making a release. |
Ah yep. I think I pushed a fix, but I'll take another look tomorrow if there's still issues.
Okay perfect, thanks! |
Sorry, I'll have to look at that failure tomorrow. |
No worries, this failure is expected, some python breakage that just happens without any change. I think this PR will be merged soon. |
Oh, per the comment #446 it sounds like going with standard base64 might be the way to go? Or are you still thinking that's risky? |
After having caught up, and given your experience by now with the codebase, I think you could try to keep what is there locally, change the encoding to If not, we can still merge this PR and probably leave the encoding/decoding to the user. I will wait until I hear from you. |
Closed in favor of #446 |
This reverts commit ed5dab2, reversing changes made to 93c8601.
There are some manual changes to include reverts of subsequent mrs, plus some manual fixups. It builds, but I don't know if it's correct yet.
Related to discussion in #446