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

Move more methods into <RACStream> #135

Merged
merged 25 commits into from Nov 28, 2012
Merged

Move more methods into <RACStream> #135

merged 25 commits into from Nov 28, 2012

Commits on Nov 25, 2012

  1. Configuration menu
    Copy the full SHA
    b3f439a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ae7ce1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db101cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5af79e5 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2012

  1. Configuration menu
    Copy the full SHA
    6e3c0ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dda82ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d24b995 View commit details
    Browse the repository at this point in the history
  4. Document the workaround

    jspahrsummers committed Nov 26, 2012
    Configuration menu
    Copy the full SHA
    a212de4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8897a75 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6104c9c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f3c3acc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6c82f0d View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2012

  1. Implement -[RACSignal bind:] from scratch, without -flatten:

    The resulting combined logic should be easier to follow and fix.
    jspahrsummers committed Nov 27, 2012
    Configuration menu
    Copy the full SHA
    92a6850 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c4f9a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0e656c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3d01525 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    adf7b70 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'bind-fixes' into more-racstream

    Conflicts:
    	ReactiveCocoaFramework/ReactiveCocoa/RACSignal.m
    	ReactiveCocoaFramework/ReactiveCocoaTests/RACStreamExamples.m
    jspahrsummers committed Nov 27, 2012
    Configuration menu
    Copy the full SHA
    741670b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4502950 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2012

  1. Configuration menu
    Copy the full SHA
    c90cc49 View commit details
    Browse the repository at this point in the history
  2. Revert "Moved -distinctUntilChanged into <RACStream> as -skipRepeats"

    This reverts commit 6104c9c.
    
    Conflicts:
    	ReactiveCocoaFramework/ReactiveCocoa/RACStream.m
    jspahrsummers committed Nov 28, 2012
    Configuration menu
    Copy the full SHA
    44c05e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    439a4bf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7691e10 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8a57788 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    48a4c53 View commit details
    Browse the repository at this point in the history