Skip to content

Conversation

teivah
Copy link
Member

@teivah teivah commented Apr 2, 2019

New operators:

  • Merge
  • TakeUntil
  • Catch missing operators

New observable types:

  • Hot vs cold observable
  • Connect observable

Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Found some fixes!

P.S. share your ideas, feedbacks or issues with us at https://github.com/fixmie/feedback (this message will be removed after the beta stage).

buf <- item
case currentBuffer := <-sendCh:
out <- currentBuffer
case error := <-errCh:
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

existing identifier is replacing a predeclared identifier

Suggested change
case error := <-errCh:
case errorVar := <-errCh:

@coveralls
Copy link

coveralls commented Apr 2, 2019

Pull Request Test Coverage Report for Build 338

  • 898 of 1107 (81.12%) changed or added relevant lines in 6 files are covered.
  • 4 unchanged lines in 2 files lost coverage.
  • Overall coverage decreased (-7.7%) to 87.94%

Changes Missing Coverage Covered Lines Changed/Added Lines %
observer.go 8 11 72.73%
observablecreate.go 103 107 96.26%
observable.go 743 762 97.51%
connectableobservable.go 31 214 14.49%
Files with Coverage Reduction New Missed Lines %
observer.go 1 89.72%
connectableobservable.go 3 17.18%
Totals Coverage Status
Change from base Build 330: -7.7%
Covered Lines: 1925
Relevant Lines: 2189

💛 - Coveralls

Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Found some fixes!

P.S. share your ideas, feedbacks or issues with us at https://github.com/fixmie/feedback (this message will be removed after the beta stage).

@teivah teivah self-assigned this Apr 2, 2019
@teivah teivah merged commit 6c1de57 into v2 Apr 2, 2019
@teivah teivah deleted the observable-types branch April 2, 2019 16:11
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