Commit a2d2d5f
File tree
11 files changed
+378
-650
lines changed- Carthage/Checkouts
- Concurrent-iOS.xcodeproj
- project.xcworkspace
- Concurrent.xcodeproj
- Concurrent.xcworkspace
- ConcurrentTests
- Concurrent
11 files changed
+378
-650
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | | - | |
8 | | - | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
- .travis.yml+5-3
- Cartfile.resolved+2-2
- Carthage/Checkouts/SwiftCheck+1-1
- Carthage/Checkouts/Swiftx+1-1
- README.md-23
- Swiftz-iOS.xcodeproj/project.pbxproj-875
- Swiftz-iOS.xcodeproj/project.xcworkspace/contents.xcworkspacedata-7
- Swiftz-iOS.xcodeproj/xcshareddata/xcschemes/Swiftz-iOSTests.xcscheme-96
- Swiftz.podspec+15
- Swiftz.xcodeproj/project.pbxproj+461-73
- Swiftz.xcodeproj/xcshareddata/xcschemes/Swiftz-iOS.xcscheme+29-15
- Swiftz.xcworkspace/contents.xcworkspacedata-10
- Swiftz/Chan.swift+5
- Swiftz/ExecutionContext.swift+1
- Swiftz/Future.swift+8-4
- Swiftz/GCDExecutionContext.swift+4
- Swiftz/HList.swift+163-30
- Swiftz/JSON.swift+4-4
- Swiftz/MVar.swift+1
- Swiftz/NSArrayExt.swift-20
- Swiftz/NSDictionaryExt.swift-23
- Swiftz/StringExt.swift+184
- SwiftzTests/ChanSpec.swift-18
- SwiftzTests/ConcurrentTests.swift-38
- SwiftzTests/EitherSpec.swift+1-1
- SwiftzTests/FunctorSpec.swift+2-2
- SwiftzTests/FutureSpec.swift-32
- SwiftzTests/HListSpec.swift+26-4
- SwiftzTests/ListSpec.swift+9-18
- SwiftzTests/MVarSpec.swift-24
- SwiftzTests/MaybeSpec.swift+7-4
- SwiftzTests/StringExtSpec.swift+100
This file was deleted.
Lines changed: 0 additions & 7 deletions
This file was deleted.
Large diffs are not rendered by default.
Lines changed: 17 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | | - | |
62 | | - | |
| 61 | + | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | | - | |
81 | | - | |
| 80 | + | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | | - | |
99 | | - | |
| 98 | + | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
9 | 12 | | |
10 | 13 | | |
11 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
0 commit comments