Skip to content

2.x: Remove explicit StackOverflow check as its a VirtualMachineError. #4391

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
Aug 21, 2016
Merged

2.x: Remove explicit StackOverflow check as its a VirtualMachineError. #4391

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 69.71% (diff: 0.00%)

Merging #4391 into 2.x will increase coverage by 0.01%

@@                2.x      #4391   diff @@
==========================================
  Files           449        449          
  Lines         32004      32002     -2   
  Methods           0          0          
  Messages          0          0          
  Branches       5108       5107     -1   
==========================================
+ Hits          22306      22311     +5   
+ Misses         7557       7550     -7   
  Partials       2141       2141          

Powered by Codecov. Last update e8ff934...b91d9dc

@akarnokd akarnokd added this to the 2.0 RC 1 milestone Aug 21, 2016
@akarnokd akarnokd merged commit 6a6a302 into ReactiveX:2.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