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

Joining empty list of producers fix #774

Commits on Feb 13, 2020

  1. joining an empty list of producers returns a single event of the coll…

    …ected results, which is the empty array - this becomes relevant, when the list of producers is calculated and you are merging the resulting joined signal with some other signal. the end result will stall, if no event is sent from the joined producers.
    Nikolas Mayr committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    0e08a57 View commit details
    Browse the repository at this point in the history
  2. updated changelog

    Nikolas Mayr committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    7c18810 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2020

  1. Merge pull request #1 from ReactiveCocoa/master

    Increased performance of joining signals by a factor of around 5 (ReactiveCocoa#773)
    Nikolas Mayr committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    10ae486 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into nm/joining_empty_list_of_producers_fix

    # Conflicts:
    #	CHANGELOG.md
    Nikolas Mayr committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    5a09aad View commit details
    Browse the repository at this point in the history
  3. no upstream sentinal is optional

    Nikolas Mayr committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    3d026d3 View commit details
    Browse the repository at this point in the history
  4. updated changelog

    Nikolas Mayr committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    81e26b7 View commit details
    Browse the repository at this point in the history
  5. typo

    Nikolas Mayr committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    7e92190 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2020

  1. Merge branch 'master' of github.com:ReactiveCocoa/ReactiveSwift into …

    …nm/joining_empty_list_of_producers_fix
    
    # Conflicts:
    #	CHANGELOG.md
    Nikolas Mayr committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    dbf76a3 View commit details
    Browse the repository at this point in the history