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

Futures: Fix exception handling #32

Open
vpmedia opened this issue Jul 5, 2014 · 0 comments
Open

Futures: Fix exception handling #32

vpmedia opened this issue Jul 5, 2014 · 0 comments
Labels

Comments

@vpmedia
Copy link
Member

vpmedia commented Jul 5, 2014

ehtest: goes into infinite loop...

< 
< *** catch test 0
< Foo constructor
< throwing Bar
< Bar constructor

---
> throwing Baz
> Baz constructor
> Foo destructor
> caught Baz
> Baz destructor
20345379c21
< *** catch test 0

---
> *** catch test 2
20345381,20345382c23,25
< throwing Bar
< Bar constructor

---
> throwing int (14)
> Foo destructor
> caught int (14)
20345384c27
< *** catch test 0

---
> *** catch test 3
20345386c29
< throwing Bar

---
> throwing long (won't be caught!; 15L)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant