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

Rework errors to support returning multiple at once #5

Merged
merged 10 commits into from Jun 19, 2017
Merged

Conversation

TedDriggs
Copy link
Owner

With this change, errors in parsing customer code will no longer cause derived impls of darling's exported traits to immediately return. Instead, errors accumulate throughout the generation process and are returned en masse at the end. This better aligns with Serde's behavior, and produces a better developer experience.

With this change, #1 will be fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant