Skip to content

Add generic observable take until#1016

Merged
Avasil merged 1 commit into
monix:masterfrom
allantl:feature/take-until-f
Oct 2, 2019
Merged

Add generic observable take until#1016
Avasil merged 1 commit into
monix:masterfrom
allantl:feature/take-until-f

Conversation

@allantl
Copy link
Copy Markdown
Contributor

@allantl allantl commented Sep 8, 2019

Closes #1005

Comment thread monix-reactive/shared/src/main/scala/monix/reactive/Observable.scala Outdated
@allantl allantl force-pushed the feature/take-until-f branch from a238701 to 772c75d Compare September 16, 2019 12:15
@allantl allantl force-pushed the feature/take-until-f branch from 772c75d to 90be1c1 Compare September 16, 2019 12:17
@alexandru
Copy link
Copy Markdown
Member

While you're at it, also change the Observable version. I don't see why not. Shouldn't break source or binary compatibility.

@allantl allantl force-pushed the feature/take-until-f branch from 9ffa6fd to 90be1c1 Compare September 16, 2019 13:28
@allantl allantl closed this Sep 16, 2019
@allantl allantl reopened this Sep 16, 2019
@allantl
Copy link
Copy Markdown
Contributor Author

allantl commented Sep 16, 2019

Unfortunately, it breaks binary compatibility.
Screenshot 2019-09-16 at 21 27 31

@alexandru
Copy link
Copy Markdown
Member

That's weird but if it's so, revert the Observable version to usage of Any, since it's not an problen anyway and we might deal with it later.

@allantl
Copy link
Copy Markdown
Contributor Author

allantl commented Sep 26, 2019

Yeap, its done.

Copy link
Copy Markdown
Collaborator

@Avasil Avasil left a comment

Choose a reason for hiding this comment

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

Thank you @allantl
Really appreciate all the contributions :)

@Avasil Avasil merged commit cebdd8c into monix:master Oct 2, 2019
@allantl allantl deleted the feature/take-until-f branch October 2, 2019 10:30
@allantl
Copy link
Copy Markdown
Contributor Author

allantl commented Oct 2, 2019

@Avasil My pleasure. I'm happy to help. Thanks for all the good work!

mdedetrich pushed a commit to mdedetrich/monix that referenced this pull request Mar 28, 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.

Observable.takeUntil for F[_]

3 participants