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

1.x: Remove explicit StackOverflow check as its a VirtualMachineError. #4390

Merged
merged 1 commit into from
Aug 21, 2016
Merged

1.x: Remove explicit StackOverflow check as its a VirtualMachineError. #4390

merged 1 commit into from
Aug 21, 2016

Conversation

JakeWharton
Copy link
Contributor

Looks like the linked comment was misinterpreted (but not in a way that affected the implementation) as Scala considered StackOverflowError as non-fatal but RxJava always considered it fatal. As such, its explicit check was redundant.

Looks like [the linked comment][1] was misinterpreted (but not in a way that affected the implementation) as Scala considered StackOverflowError as non-fatal but RxJava always considered it fatal. As such, its explicit check was redundant.

 [1]: #748 (comment)
@codecov-io
Copy link

codecov-io commented Aug 21, 2016

Current coverage is 84.27% (diff: 100%)

Merging #4390 into 1.x will decrease coverage by 0.07%

@@                1.x      #4390   diff @@
==========================================
  Files           270        270          
  Lines         17517      17515     -2   
  Methods           0          0          
  Messages          0          0          
  Branches       2678       2677     -1   
==========================================
- Hits          14775      14760    -15   
- Misses         1884       1894    +10   
- Partials        858        861     +3   

Powered by Codecov. Last update a57741b...496ceba

@akarnokd akarnokd added this to the 2.0 RC 1 milestone Aug 21, 2016
@akarnokd akarnokd merged commit 1a7de42 into ReactiveX:1.x Aug 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants