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

Connectable class is no longer abstract #161

Merged
merged 3 commits into from
Apr 30, 2020

Conversation

jeppes
Copy link
Contributor

@jeppes jeppes commented Apr 30, 2020

Trying to make ConnectableClass into an abstract class has not worked out well in practice. Most subclasses simply just leave onDispose blank.

@JensAyton

@JensAyton
Copy link
Contributor

This one has failing tests, not flakiness

@JensAyton
Copy link
Contributor

Otherwise good

@jeppes
Copy link
Contributor Author

jeppes commented Apr 30, 2020

Right. 🤦

@jeppes
Copy link
Contributor Author

jeppes commented Apr 30, 2020

Xcode's error color really doesn't play well with my color blindness 🙃

@codecov
Copy link

codecov bot commented Apr 30, 2020

Codecov Report

Merging #161 into master will decrease coverage by 0.20%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #161      +/-   ##
==========================================
- Coverage   94.39%   94.18%   -0.21%     
==========================================
  Files          45       45              
  Lines        1249     1239      -10     
==========================================
- Hits         1179     1167      -12     
- Misses         70       72       +2     
Flag Coverage Δ
#ios 94.18% <0.00%> (-0.21%) ⬇️
Impacted Files Coverage Δ
MobiusExtras/Source/ConnectableClass.swift 76.92% <0.00%> (-6.95%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f2b1f52...00ed1a2. Read the comment docs.

@jeppes
Copy link
Contributor Author

jeppes commented Apr 30, 2020

Fixed, @JensAyton

@jeppes jeppes requested a review from JensAyton April 30, 2020 10:35
@jeppes jeppes merged commit a152ad9 into spotify:master Apr 30, 2020
@kmcbride kmcbride mentioned this pull request Oct 30, 2020
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

Successfully merging this pull request may close these issues.

2 participants