-
Notifications
You must be signed in to change notification settings - Fork 26
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
Swift 3 Support #62
Merged
Merged
Swift 3 Support #62
Changes from 18 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
20790c6
Gets ReactiveCocoa to compile with Swift 3 in Xcode 8.
mattprowse 79ae0d4
Renamed TaskError.POSIXError to TaskError.posixError.
mattprowse 95fd23a
Fix typo in NSPOSIXErrorDomain.
mattprowse 0f70cce
Add `let _ =` to get rid of unused result warnings.
mattprowse 6efac00
Minor refactoring.
mattprowse 0a7cf6d
Updated test spec for Swift 3.
mattprowse 004a0db
Update ReactiveCocoa.
mattprowse a654733
Clean up extraneous spaces at the beginning of functions caused by th…
mattprowse b474051
Merge upstream changes.
mattprowse 2d51316
Track new ReactiveCocoa Swift 3 development branch.
mattprowse 9357c96
The "should launch a task with standard input" test now passes.
mattprowse e81cd5c
Make Travis CI use Xcode 8.
mattprowse c341ba9
Updated ReactiveCocoa.
mattprowse 403ba55
Merge upstream changes.
mattprowse 54672bc
Xcode 8 beta 3 changes.
mattprowse dedbeaf
Merge upstream changes.
mattprowse 24d89a3
Xcode 8 beta 4 changes.
mattprowse 585cbdd
Tracking ReactiveCocoa changes.
mattprowse e15a1c4
Update dependencies.
mattprowse e373dae
Set deployment target back to 10.9.
mattprowse d31b40b
Update ReactiveCocoa.
mattprowse 6c103aa
Changes for Xcode 8 beta 6 compatibility.
mattprowse 1938e96
Update dependencies.
mattprowse 1d27a95
Replace use of DispatchData(bytesNoCopy:deallocator:) with DispatchDa…
mattprowse 5643f8c
Update dependencies for Xcode 8 GM compatibility.
mattprowse a044039
Update documentation for Swift 3.
mattprowse e597cb6
Remove commented out code.
mattprowse File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,4 +33,4 @@ deploy: | |
on: | ||
repo: Carthage/ReactiveTask | ||
tags: true | ||
condition: $JOB = Xcode7.3 | ||
condition: $JOB = Xcode8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
github "ReactiveCocoa/ReactiveCocoa" ~> 4.2.2 | ||
github "ReactiveCocoa/ReactiveCocoa" "RAC5" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
github "Quick/Quick" ~> 0.9.3 | ||
github "Quick/Nimble" "188caeb" | ||
github "norio-nomura/Quick" "nn-swift-3-compatibility" | ||
github "andersio/Nimble" "swift3-beta-4" | ||
github "jspahrsummers/xcconfigs" "1ef9763" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
github "Quick/Nimble" "188caeb094bc342614d8a5c706cd8bb9a6c355eb" | ||
github "Quick/Quick" "v0.9.3" | ||
github "antitypical/Result" "2.1.3" | ||
github "andersio/Nimble" "7c0762319cd5c902a85b92722a0659cc33cd6338" | ||
github "norio-nomura/Quick" "eaf60d980d88ffefd8c3a7515f53547453d5938b" | ||
github "jameshurst/Result" "2401fa7584183da17f40335816073bf511fb34b8" | ||
github "jspahrsummers/xcconfigs" "1ef97639ffbe041da0b1392b2114fa19b922a7a1" | ||
github "ReactiveCocoa/ReactiveCocoa" "v4.2.2" | ||
github "ReactiveCocoa/ReactiveCocoa" "b4d757433574f85519bb3253a631955da937106a" |
Submodule Nimble
updated
97 files
Submodule Quick
updated
from faa605 to eaf60d
Submodule ReactiveCocoa
updated
65 files
Submodule Result
updated
from 9b5e37 to 2401fa
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
ReactiveTask.xcodeproj/xcshareddata/xcschemes/ReactiveTask.xcscheme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The RAC target was switched back to 10.9. Can we keep this at 10.9 too?