Commit 03a0fc9
File tree
13 files changed
+134
-120
lines changed- Carthage/Checkouts
- Concurrent.xcodeproj
- Sources
- Tests/ConcurrentTests
13 files changed
+134
-120
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
42 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
Submodule SwiftCheck updated 54 files
- .gitignore+2
- .swift-version+1
- .travis.yml+18-11
- README.md+14-13
- Sources/Arbitrary.swift+19-32
- Sources/Cartesian.swift+896
- Sources/CoArbitrary.swift+1-1
- Sources/Compose.swift+2-2
- Sources/Gen.swift+108-216
- Sources/Lattice.swift+10-5
- Sources/Modifiers.swift+55-26
- Sources/Property.swift+3-3
- Sources/Random.swift+17-8
- Sources/Rose.swift+13-13
- Sources/Test.swift+1-1
- Sources/Testable.swift+8-6
- SwiftCheck.podspec+2-2
- SwiftCheck.xcodeproj/project.pbxproj+187-123
- SwiftCheck.xcodeproj/xcshareddata/xcschemes/SwiftCheck-iOS.xcscheme+1-1
- SwiftCheck.xcodeproj/xcshareddata/xcschemes/SwiftCheck-tvOS.xcscheme+1-1
- SwiftCheck.xcodeproj/xcshareddata/xcschemes/SwiftCheck.xcscheme+1-1
- Templates/Cartesian.swift.gyb+62
- Templates/CartesianSpec.swift.gyb+54
- Tests/BooleanIdentitySpec.swift-60
- Tests/ComplexSpec.swift-79
- Tests/DiscardSpec.swift-28
- Tests/GenSpec.swift-348
- Tests/LinuxMain.swift+30
- Tests/ModifierSpec.swift-63
- Tests/PropertySpec.swift-171
- Tests/RawRepresentableSpec.swift-36
- Tests/ShrinkSpec.swift-41
- Tests/SwiftCheckTests/BooleanIdentitySpec.swift+88
- Tests/SwiftCheckTests/CartesianSpec.swift+264
- Tests/SwiftCheckTests/ComplexSpec.swift+93
- Tests/SwiftCheckTests/DiscardSpec.swift+40
- Tests/SwiftCheckTests/FailureSpec.swift+13
- Tests/SwiftCheckTests/FileCheck.swift+1.2k
- Tests/SwiftCheckTests/FormatterSpec.swift+88
- Tests/SwiftCheckTests/GenSpec.swift+462
- Tests/SwiftCheckTests/LambdaSpec.swift+9-2
- Tests/SwiftCheckTests/ModifierSpec.swift+93
- Tests/SwiftCheckTests/PathSpec.swift+14-8
- Tests/SwiftCheckTests/PropertySpec.swift+227
- Tests/SwiftCheckTests/ReplaySpec.swift+7-1
- Tests/SwiftCheckTests/RoseSpec.swift+8-1
- Tests/SwiftCheckTests/ShrinkSpec.swift+73
- Tests/SwiftCheckTests/SimpleSpec.swift+91-71
- Tests/SwiftCheckTests/TestSpec.swift+79
- Tests/TestSpec.swift-54
- Tutorial.playground/Contents.swift+14-14
- Utilities/compile.sh+4
- Utilities/gyb+3
- Utilities/gyb.py+1.1k
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | 9 | | |
15 | 10 | | |
16 | 11 | | |
17 | | - | |
18 | | - | |
| 12 | + | |
| 13 | + | |
19 | 14 | | |
20 | | - | |
| 15 | + | |
21 | 16 | | |
22 | 17 | | |
23 | 18 | | |
24 | 19 | | |
25 | 20 | | |
26 | 21 | | |
27 | | - | |
28 | | - | |
| 22 | + | |
| 23 | + | |
29 | 24 | | |
30 | 25 | | |
31 | 26 | | |
| |||
34 | 29 | | |
35 | 30 | | |
36 | 31 | | |
37 | | - | |
38 | | - | |
| 32 | + | |
| 33 | + | |
39 | 34 | | |
40 | 35 | | |
41 | 36 | | |
42 | 37 | | |
43 | 38 | | |
44 | 39 | | |
45 | | - | |
46 | | - | |
| 40 | + | |
| 41 | + | |
47 | 42 | | |
48 | 43 | | |
49 | 44 | | |
| |||
52 | 47 | | |
53 | 48 | | |
54 | 49 | | |
55 | | - | |
56 | | - | |
| 50 | + | |
| 51 | + | |
57 | 52 | | |
58 | 53 | | |
59 | 54 | | |
60 | 55 | | |
61 | 56 | | |
62 | 57 | | |
63 | 58 | | |
64 | | - | |
65 | | - | |
| 59 | + | |
| 60 | + | |
66 | 61 | | |
67 | 62 | | |
68 | 63 | | |
69 | 64 | | |
70 | 65 | | |
71 | 66 | | |
72 | | - | |
73 | | - | |
74 | | - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
75 | 70 | | |
76 | | - | |
77 | | - | |
| 71 | + | |
| 72 | + | |
78 | 73 | | |
79 | 74 | | |
80 | 75 | | |
| |||
84 | 79 | | |
85 | 80 | | |
86 | 81 | | |
87 | | - | |
88 | | - | |
89 | | - | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
90 | 85 | | |
91 | | - | |
92 | | - | |
| 86 | + | |
| 87 | + | |
93 | 88 | | |
94 | 89 | | |
95 | 90 | | |
| |||
99 | 94 | | |
100 | 95 | | |
101 | 96 | | |
102 | | - | |
103 | | - | |
104 | | - | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
105 | 100 | | |
106 | | - | |
| 101 | + | |
107 | 102 | | |
108 | 103 | | |
109 | 104 | | |
| |||
114 | 109 | | |
115 | 110 | | |
116 | 111 | | |
117 | | - | |
118 | | - | |
119 | | - | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
120 | 115 | | |
121 | | - | |
| 116 | + | |
122 | 117 | | |
123 | 118 | | |
124 | 119 | | |
| |||
132 | 127 | | |
133 | 128 | | |
134 | 129 | | |
135 | | - | |
136 | | - | |
| 130 | + | |
| 131 | + | |
137 | 132 | | |
138 | 133 | | |
139 | 134 | | |
140 | 135 | | |
141 | 136 | | |
142 | 137 | | |
143 | 138 | | |
144 | | - | |
145 | | - | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
146 | 142 | | |
147 | 143 | | |
148 | 144 | | |
149 | 145 | | |
150 | 146 | | |
151 | 147 | | |
152 | | - | |
153 | | - | |
154 | | - | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
155 | 151 | | |
156 | | - | |
| 152 | + | |
157 | 153 | | |
158 | 154 | | |
159 | 155 | | |
| |||
172 | 168 | | |
173 | 169 | | |
174 | 170 | | |
175 | | - | |
176 | | - | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
177 | 191 | | |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments