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

core (grpc): correctly convert arrays & bools #1329

Merged
merged 1 commit into from
May 18, 2016

Conversation

stephenplusplus
Copy link
Contributor

#1302 caught our object type being improperly converted. This addresses an additional report that we weren't accurate with two other types:

-booleanValue: true
+boolValue: true

-listValue = []
+listValue = { values: [] }

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label May 18, 2016
@coveralls
Copy link

coveralls commented May 18, 2016

Coverage Status

Coverage remained the same at 100.0% when pulling a8f6b44 on stephenplusplus:spp--1302-2 into b877420 on GoogleCloudPlatform:master.

@stephenplusplus stephenplusplus merged commit 79b05af into googleapis:master May 18, 2016
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. core
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants