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

use emit_tuple_arg while serializing tuples #17504

Merged
merged 1 commit into from
Sep 26, 2014

Conversation

danburkert
Copy link
Contributor

The tuple serialization logic should be using the tuple-specific emit function. This fixes part of #17158. The JSON encoder already proxies to emit_seq_elt when emit_tuple_arg is called, so this should have an effect.

@rust-highfive
Copy link
Collaborator

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @aturon (or someone else) soon.

bors added a commit that referenced this pull request Sep 26, 2014
…chton

The tuple serialization logic should be using the tuple-specific emit function.  This fixes part of #17158.  The JSON encoder already proxies to `emit_seq_elt` when `emit_tuple_arg` is called, so this should have an effect.
@bors bors closed this Sep 26, 2014
@bors bors merged commit fc58dcb into rust-lang:master Sep 26, 2014
@danburkert danburkert deleted the tuple-serialization branch September 26, 2014 07:35
danburkert added a commit to danburkert/bytekey that referenced this pull request Sep 28, 2014
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.

4 participants