File tree
15 files changed
+84
-80
lines changed- Carthage/Checkouts
- Concurrent.xcodeproj
- Sources/Concurrent
- Tests/ConcurrentTests
15 files changed
+84
-80
lines changedLines changed: 9 additions & 15 deletions
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 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
24 |
| - | |
25 |
| - | |
26 |
| - | |
27 |
| - | |
28 |
| - | |
29 |
| - | |
30 |
| - | |
31 |
| - | |
32 |
| - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
33 | 27 |
| |
34 | 28 |
| |
35 | 29 |
| |
36 | 30 |
| |
37 | 31 |
| |
38 | 32 |
| |
39 | 33 |
| |
40 |
| - | |
41 |
| - | |
42 |
| - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
43 | 37 |
| |
44 | 38 |
| |
45 | 39 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + |
Submodule SwiftCheck updated 56 files
- .gitignore+5
- .gitmodules+3
- .swift-version+1-1
- .travis.yml+9-18
- Cartfile
- Cartfile.private+1
- Cartfile.resolved+1
- Carthage/Checkouts/FileCheck+1
- Package.swift+15-1
- README.md+10-14
- Sources/Cartesian.swift-896
- Sources/SwiftCheck/Arbitrary.swift+25-12
- Sources/SwiftCheck/Cartesian.swift+1.3k
- Sources/SwiftCheck/Check.swift+128-24
- Sources/SwiftCheck/CoArbitrary.swift+2-2
- Sources/SwiftCheck/Compose.swift+7-7
- Sources/SwiftCheck/Gen.swift+102-124
- Sources/SwiftCheck/Lattice.swift
- Sources/SwiftCheck/Modifiers.swift+16-182
- Sources/SwiftCheck/Property.swift+52-54
- Sources/SwiftCheck/Random.swift+29-26
- Sources/SwiftCheck/Rose.swift+2-2
- Sources/SwiftCheck/State.swift
- Sources/SwiftCheck/SwiftCheck.h
- Sources/SwiftCheck/Test.swift+6-13
- Sources/SwiftCheck/Testable.swift+1-2
- Sources/SwiftCheck/WitnessedArbitrary.swift+14-123
- Sources/Witness.swift-161
- SwiftCheck.podspec+2-2
- SwiftCheck.xcodeproj/project.pbxproj+389-321
- SwiftCheck.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist+8
- 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+24-10
- Templates/CartesianSpec.swift.gyb+6-3
- Tests/SwiftCheckTests/BooleanIdentitySpec.swift+3-1
- Tests/SwiftCheckTests/CartesianSpec.swift+24-21
- Tests/SwiftCheckTests/ComplexSpec.swift+6-3
- Tests/SwiftCheckTests/DiscardSpec.swift+3
- Tests/SwiftCheckTests/FailureSpec.swift+5-2
- Tests/SwiftCheckTests/FileCheck.swift-1.2k
- Tests/SwiftCheckTests/FormatterSpec.swift+8-5
- Tests/SwiftCheckTests/GenSpec.swift+42-39
- Tests/SwiftCheckTests/LambdaSpec.swift+18-15
- Tests/SwiftCheckTests/ModifierSpec.swift+11-8
- Tests/SwiftCheckTests/PathSpec.swift+5-3
- Tests/SwiftCheckTests/PropertySpec.swift+4-1
- Tests/SwiftCheckTests/ReplaySpec.swift+4-1
- Tests/SwiftCheckTests/RoseSpec.swift+7-2
- Tests/SwiftCheckTests/ShrinkSpec.swift+6-3
- Tests/SwiftCheckTests/SimpleSpec.swift+37-8
- Tests/SwiftCheckTests/TestSpec.swift+4-1
- Tutorial.playground/Contents.swift+6-6
- Tutorial.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist+8
- Utilities/compile.sh+1-1
Lines changed: 35 additions & 17 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
571 | 571 |
| |
572 | 572 |
| |
573 | 573 |
| |
574 |
| - | |
| 574 | + | |
575 | 575 |
| |
576 | 576 |
| |
577 | 577 |
| |
| |||
591 | 591 |
| |
592 | 592 |
| |
593 | 593 |
| |
594 |
| - | |
| 594 | + | |
595 | 595 |
| |
596 | 596 |
| |
597 | 597 |
| |
598 |
| - | |
| 598 | + | |
599 | 599 |
| |
600 | 600 |
| |
601 | 601 |
| |
| |||
922 | 922 |
| |
923 | 923 |
| |
924 | 924 |
| |
925 |
| - | |
| 925 | + | |
| 926 | + | |
926 | 927 |
| |
927 | 928 |
| |
928 | 929 |
| |
| |||
949 | 950 |
| |
950 | 951 |
| |
951 | 952 |
| |
952 |
| - | |
| 953 | + | |
| 954 | + | |
953 | 955 |
| |
954 | 956 |
| |
955 | 957 |
| |
| |||
973 | 975 |
| |
974 | 976 |
| |
975 | 977 |
| |
976 |
| - | |
| 978 | + | |
| 979 | + | |
977 | 980 |
| |
978 | 981 |
| |
979 | 982 |
| |
| |||
993 | 996 |
| |
994 | 997 |
| |
995 | 998 |
| |
996 |
| - | |
| 999 | + | |
| 1000 | + | |
997 | 1001 |
| |
998 | 1002 |
| |
999 | 1003 |
| |
| |||
1023 | 1027 |
| |
1024 | 1028 |
| |
1025 | 1029 |
| |
1026 |
| - | |
| 1030 | + | |
| 1031 | + | |
1027 | 1032 |
| |
1028 | 1033 |
| |
1029 | 1034 |
| |
| |||
1051 | 1056 |
| |
1052 | 1057 |
| |
1053 | 1058 |
| |
1054 |
| - | |
| 1059 | + | |
| 1060 | + | |
1055 | 1061 |
| |
1056 | 1062 |
| |
1057 | 1063 |
| |
| |||
1071 | 1077 |
| |
1072 | 1078 |
| |
1073 | 1079 |
| |
| 1080 | + | |
1074 | 1081 |
| |
1075 | 1082 |
| |
1076 | 1083 |
| |
1077 | 1084 |
| |
1078 | 1085 |
| |
1079 | 1086 |
| |
| 1087 | + | |
1080 | 1088 |
| |
1081 | 1089 |
| |
1082 | 1090 |
| |
| |||
1126 | 1134 |
| |
1127 | 1135 |
| |
1128 | 1136 |
| |
| 1137 | + | |
1129 | 1138 |
| |
1130 | 1139 |
| |
1131 | 1140 |
| |
1132 | 1141 |
| |
1133 | 1142 |
| |
1134 | 1143 |
| |
| 1144 | + | |
1135 | 1145 |
| |
1136 | 1146 |
| |
1137 | 1147 |
| |
| |||
1180 | 1190 |
| |
1181 | 1191 |
| |
1182 | 1192 |
| |
1183 |
| - | |
| 1193 | + | |
| 1194 | + | |
1184 | 1195 |
| |
1185 | 1196 |
| |
1186 | 1197 |
| |
| |||
1202 | 1213 |
| |
1203 | 1214 |
| |
1204 | 1215 |
| |
1205 |
| - | |
| 1216 | + | |
| 1217 | + | |
1206 | 1218 |
| |
1207 | 1219 |
| |
1208 | 1220 |
| |
| |||
1227 | 1239 |
| |
1228 | 1240 |
| |
1229 | 1241 |
| |
1230 |
| - | |
| 1242 | + | |
| 1243 | + | |
1231 | 1244 |
| |
1232 | 1245 |
| |
1233 | 1246 |
| |
| |||
1247 | 1260 |
| |
1248 | 1261 |
| |
1249 | 1262 |
| |
1250 |
| - | |
| 1263 | + | |
| 1264 | + | |
1251 | 1265 |
| |
1252 | 1266 |
| |
1253 | 1267 |
| |
| |||
1278 | 1292 |
| |
1279 | 1293 |
| |
1280 | 1294 |
| |
1281 |
| - | |
| 1295 | + | |
| 1296 | + | |
1282 | 1297 |
| |
1283 | 1298 |
| |
1284 | 1299 |
| |
| |||
1305 | 1320 |
| |
1306 | 1321 |
| |
1307 | 1322 |
| |
1308 |
| - | |
| 1323 | + | |
| 1324 | + | |
1309 | 1325 |
| |
1310 | 1326 |
| |
1311 | 1327 |
| |
| |||
1336 | 1352 |
| |
1337 | 1353 |
| |
1338 | 1354 |
| |
1339 |
| - | |
| 1355 | + | |
| 1356 | + | |
1340 | 1357 |
| |
1341 | 1358 |
| |
1342 | 1359 |
| |
| |||
1360 | 1377 |
| |
1361 | 1378 |
| |
1362 | 1379 |
| |
1363 |
| - | |
| 1380 | + | |
| 1381 | + | |
1364 | 1382 |
| |
1365 | 1383 |
| |
1366 | 1384 |
| |
|
Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
43 |
| - | |
44 | 43 |
| |
45 | 44 |
| |
46 | 45 |
| |
| |||
70 | 69 |
| |
71 | 70 |
| |
72 | 71 |
| |
73 |
| - | |
74 | 72 |
| |
75 | 73 |
| |
76 | 74 |
| |
|
Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 |
| - | |
30 | 29 |
| |
31 | 30 |
| |
32 | 31 |
| |
| |||
56 | 55 |
| |
57 | 56 |
| |
58 | 57 |
| |
59 |
| - | |
60 | 58 |
| |
61 | 59 |
| |
62 | 60 |
| |
|
Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 |
| - | |
30 | 29 |
| |
31 | 30 |
| |
32 | 31 |
| |
| |||
37 | 36 |
| |
38 | 37 |
| |
39 | 38 |
| |
40 |
| - | |
41 | 39 |
| |
42 | 40 |
| |
43 | 41 |
| |
|
Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
43 |
| - | |
44 | 43 |
| |
45 | 44 |
| |
46 | 45 |
| |
| |||
70 | 69 |
| |
71 | 70 |
| |
72 | 71 |
| |
73 |
| - | |
74 | 72 |
| |
75 | 73 |
| |
76 | 74 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
204 | 204 |
| |
205 | 205 |
| |
206 | 206 |
| |
207 |
| - | |
208 |
| - | |
209 |
| - | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
210 | 210 |
| |
211 | 211 |
| |
212 | 212 |
| |
|
Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
66 |
| - | |
| 66 | + | |
67 | 67 |
| |
68 | 68 |
| |
69 |
| - | |
| 69 | + | |
70 | 70 |
| |
71 | 71 |
| |
72 | 72 |
| |
73 | 73 |
| |
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
77 |
| - | |
| 77 | + | |
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
81 | 81 |
| |
82 | 82 |
| |
83 | 83 |
| |
84 |
| - | |
| 84 | + | |
85 | 85 |
| |
86 | 86 |
| |
87 | 87 |
| |
| |||
136 | 136 |
| |
137 | 137 |
| |
138 | 138 |
| |
139 |
| - | |
140 |
| - | |
| 139 | + | |
| 140 | + | |
141 | 141 |
| |
142 | 142 |
| |
143 | 143 |
| |
|
0 commit comments