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

Separate guarding functionality into base module #38

Open
CrabDude opened this issue Apr 14, 2014 · 2 comments
Open

Separate guarding functionality into base module #38

CrabDude opened this issue Apr 14, 2014 · 2 comments

Comments

@CrabDude
Copy link
Owner

There are 4 parts to trycatch:

  • Fixing callback context (EE handlers at time of listen vs at construction)
  • Guarding core from userland errors and fixing
  • Long-stack-traces
  • Async try/catch

trycatch should be refactored into the separate modules, with trycatch at the top of the abstraction stack.

Perhaps, Error.longStackTraces should be used instead of trycatch.configure.

@Raynos
Copy link
Contributor

Raynos commented Jul 17, 2014

👍

@CrabDude
Copy link
Owner Author

I'll do this sometime soon since I'm working on my own company now.

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

No branches or pull requests

2 participants