Skip to content

Cleaner handling of clusure compiler errors #7313

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

Merged
merged 1 commit into from
Oct 20, 2018
Merged

Conversation

sbc100
Copy link
Collaborator

@sbc100 sbc100 commented Oct 19, 2018

Previously you would see an emscripten internal backtrace
if closure compiler failed.

Sadly we have a lot of existing warnings so we don't display
the process stderr unless we the subprcess returns non-zero.

I guess we should try to address the closure warnings, at least
the ones in emscripten proper.

Previously you would see an emscripten internal backtrace
if closure compiler failed.

Sadly we have a lot of existing warnings so we don't display
the process stderr unless we the subprcess returns non-zero.

I guess we should try to address the closure warnings, at least
the ones in emscripten proper.
@sbc100 sbc100 requested a review from kripken October 19, 2018 05:16
Copy link
Member

@kripken kripken left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also agree it would be good to fix the current closure warnings.

@sbc100 sbc100 merged commit 5e33efb into incoming Oct 20, 2018
@sbc100 sbc100 deleted the handle_closure_error branch October 20, 2018 10:07
Mstrodl pushed a commit to Mstrodl/emscripten that referenced this pull request Oct 21, 2018
Previously you would see an emscripten internal backtrace
if closure compiler failed.

Sadly we have a lot of existing warnings so we don't display
the process stderr unless we the subprcess returns non-zero.

I guess we should try to address the closure warnings, at least
the ones in emscripten proper.
Beuc pushed a commit to Beuc/emscripten that referenced this pull request Nov 17, 2018
Previously you would see an emscripten internal backtrace
if closure compiler failed.

Sadly we have a lot of existing warnings so we don't display
the process stderr unless we the subprcess returns non-zero.

I guess we should try to address the closure warnings, at least
the ones in emscripten proper.
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