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

Upgrade dependencies #9

Merged
merged 9 commits into from
Mar 1, 2015
Merged

Upgrade dependencies #9

merged 9 commits into from
Mar 1, 2015

Conversation

jspahrsummers
Copy link
Member

Updates to the latest version of RAC, among other things.

@jspahrsummers jspahrsummers changed the title [WIP] Upgrade dependencies Upgrade dependencies Mar 1, 2015
@jspahrsummers
Copy link
Member Author

Ready for review. Note that this still uses Swift 1.1.


if let input = taskDescription.standardInput {
switch Pipe.create() {
case let .Success(pipe):
task.standardInput = pipe.unbox.readHandle

stdinSignal = ColdSignal.lazy {
// FIXME: This is basically a reimplementation of on(started:)
// to avoid a compiler crash.
Copy link
Contributor

Choose a reason for hiding this comment

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

😭

@robrix
Copy link
Contributor

robrix commented Mar 1, 2015

👍 :shipit:

robrix added a commit that referenced this pull request Mar 1, 2015
@robrix robrix merged commit a42e9fe into master Mar 1, 2015
@robrix robrix deleted the upgrade-dependencies branch March 1, 2015 21:02
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