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

Simplifying the error handling code #1226

Merged
merged 1 commit into from
Feb 4, 2019

Conversation

Pauan
Copy link
Contributor

@Pauan Pauan commented Feb 4, 2019

A lot of methods use catch, and thus generate error handling code.

This error handling code is identical for all methods, and it takes up a lot of space (bloating up the file size).

This PR fixes that, by moving the error handling code into a top-level handleError function.

@alexcrichton
Copy link
Contributor

Nice!

@alexcrichton alexcrichton merged commit bf8a380 into rustwasm:master Feb 4, 2019
@Pauan Pauan deleted the optimize-catch branch February 14, 2019 04:42
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.

2 participants