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

fix(Subject): align parameter order to match with RxJS4 #1305

Closed
wants to merge 1 commit into from

Conversation

kwonoj
Copy link
Member

@kwonoj kwonoj commented Feb 4, 2016

closes #1285

This PR reorder parameter in definition of Subject::create to align with RxJS4.

@luisgabriel
Copy link
Contributor

It seems that the CI fail is not related to the PR. It's occurring in other PRs also.

@kwonoj
Copy link
Member Author

kwonoj commented Feb 4, 2016

Issue #1304 filed for build failure.

@kwonoj
Copy link
Member Author

kwonoj commented Feb 4, 2016

Seems coveralls back online now.

@luisgabriel
Copy link
Contributor

LGTM.

@benlesh
Copy link
Member

benlesh commented Feb 5, 2016

The commit message on this needs to have a line with:

BREAKING CHANGE: Subject.create arguments have been swapped to match Rx 4 signature. `Subject.create(observable, observer)` is now `Subject.create(observer, observable)`

This will help with change log generation.

closes ReactiveX#1285

BREAKING CHANGE: Subject.create arguments have been swapped to match Rx
4 signature. `Subject.create(observable, observer)` is now
`Subject.create(observer, observable)`
@kwonoj
Copy link
Member Author

kwonoj commented Feb 5, 2016

Thanks for pointing, quickly amended commit message.

@kwonoj
Copy link
Member Author

kwonoj commented Feb 5, 2016

Merged with 44dfa07.

@kwonoj kwonoj closed this Feb 5, 2016
@kwonoj kwonoj deleted the fix-subject branch February 5, 2016 09:33
@lock
Copy link

lock bot commented Jun 7, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Jun 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Align interface of Subject::create() to RxJS4
3 participants