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

2.x: Expose isDisposed method on Disposable. #4102

Merged
merged 1 commit into from
Jun 24, 2016
Merged

2.x: Expose isDisposed method on Disposable. #4102

merged 1 commit into from
Jun 24, 2016

Conversation

JakeWharton
Copy link
Contributor

This is a fairly "dumb" addition. There's lots of room for follow-up improvement in the utilization of base helper classes and even removing some now-duplicated state management.

Closes #4075.

@akarnokd
Copy link
Member

There are a bunch of compilation errors: https://travis-ci.org/ReactiveX/RxJava/builds/139948754#L315

@akarnokd akarnokd added this to the 2.0 RC 1 milestone Jun 24, 2016
@JakeWharton
Copy link
Contributor Author

Probably missing imports. I have to edit those by hand in each file so the
diffs don't go wild.

On Fri, Jun 24, 2016 at 2:59 AM David Karnok notifications@github.com
wrote:

There are a bunch of compilation errors:
https://travis-ci.org/ReactiveX/RxJava/builds/139948754#L315


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#4102 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AAEEEUlxqkqJhxuRrFW6aO9w2KLvOGbDks5qO4BdgaJpZM4I9eR1
.

@codecov-io
Copy link

Current coverage is 69.85%

Merging #4102 into 2.x will decrease coverage by 0.28%

@@                2.x      #4102   diff @@
==========================================
  Files           380        380          
  Lines         26985      27087   +102   
  Methods           0          0          
  Messages          0          0          
  Branches       4331       4356    +25   
==========================================
- Hits          18928      18921     -7   
- Misses         6144       6252   +108   
- Partials       1913       1914     +1   

Powered by Codecov. Last updated by 7ffed1b...9abd7a6

@akarnokd
Copy link
Member

👍 Thanks.

@akarnokd akarnokd merged commit b40b124 into ReactiveX:2.x Jun 24, 2016
@JakeWharton JakeWharton deleted the jw/is-disposed branch August 20, 2016 23:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants