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

Make Deserializer::ignore_value non-recursive #486

Closed
dtolnay opened this issue Sep 20, 2018 · 1 comment
Closed

Make Deserializer::ignore_value non-recursive #486

dtolnay opened this issue Sep 20, 2018 · 1 comment

Comments

@dtolnay
Copy link
Member

dtolnay commented Sep 20, 2018

A non-recursive implementation would make RawValue suitable for fixing rust-lang/cargo#5992.

The implementation can use self.str_buf (possibly renamed) as scratch space to track the levels of nesting.

@srijs would you be interested in tackling this?

@dtolnay
Copy link
Member Author

dtolnay commented Sep 23, 2018

Fixed in 5f85895.

@dtolnay dtolnay closed this as completed Sep 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant