File tree
26 files changed
+218
-345
lines changed- Carthage/Checkouts
- Concurrent
- Concurrent.xcodeproj
- ConcurrentTests
26 files changed
+218
-345
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
| 19 | + | |
| 20 | + | |
19 | 21 |
| |
20 | 22 |
| |
21 | 23 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 |
| - | |
4 | 1 |
| |
5 | 2 |
| |
6 | 3 |
|
+6-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
3 | 6 |
| |
4 | 7 |
| |
5 | 8 |
| |
6 | 9 |
| |
7 | 10 |
| |
8 |
| - | |
9 |
| - | |
| 11 | + | |
| 12 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
| 1 | + |
This file was deleted.
Submodule SwiftCheck updated 46 files
- .gitignore+5-1
- .gitmodules+3
- .travis.yml+6-4
- Cartfile.private+1
- Cartfile.resolved+1
- Carthage/Checkouts/Operadics+1
- LICENSE+21
- README.md+62-20
- SwiftCheck.podspec+39
- SwiftCheck.xcodeproj/project.pbxproj+82-36
- SwiftCheck.xcodeproj/xcshareddata/xcschemes/SwiftCheck-iOS.xcscheme+4-1
- SwiftCheck.xcodeproj/xcshareddata/xcschemes/SwiftCheck.xcscheme+4-1
- SwiftCheck/Arbitrary.swift+490-104
- SwiftCheck/Check.swift+95-30
- SwiftCheck/Combinators.swift-73
- SwiftCheck/Gen.swift+248-70
- SwiftCheck/Info.plist+1-1
- SwiftCheck/Lattice.swift+21
- SwiftCheck/Modifiers.swift+225-185
- SwiftCheck/Property.swift+338-263
- SwiftCheck/Random.swift+82-58
- SwiftCheck/Rose.swift+31-20
- SwiftCheck/State.swift+60-27
- SwiftCheck/SwiftCheck.h-10
- SwiftCheck/SwiftCheck.playground/Contents.swift-122
- SwiftCheck/SwiftCheck.playground/Sources/SupportCode.swift-3
- SwiftCheck/SwiftCheck.playground/contents.xcplayground-4
- SwiftCheck/Test.swift+392-298
- SwiftCheck/TestOperators.swift+47-9
- SwiftCheck/Testable.swift+32-17
- SwiftCheck/Witness.swift+61
- SwiftCheckTests/BooleanIdentitySpec.swift+10-10
- SwiftCheckTests/ComplexSpec.swift+79
- SwiftCheckTests/DiscardSpec.swift+12-2
- SwiftCheckTests/GenSpec.swift+42-34
- SwiftCheckTests/Info.plist+1-1
- SwiftCheckTests/ModifierSpec.swift+19-12
- SwiftCheckTests/PropertySpec.swift+33
- SwiftCheckTests/ShrinkSpec.swift+9-9
- SwiftCheckTests/SimpleSpec.swift+12-21
- SwiftCheckTests/TestSpec.swift+54
- Tutorial.playground/Contents.swift+715
- Tutorial.playground/contents.xcplayground+4
- Tutorial.playground/playground.xcworkspace/contents.xcworkspacedata+1-1
- Tutorial.playground/timeline.xctimeline
- Tutorial.xcworkspace/contents.xcworkspacedata+10
This file was deleted.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| |||
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
| 65 | + | |
| 66 | + | |
65 | 67 |
| |
66 | 68 |
| |
67 | 69 |
| |
| |||
71 | 73 |
| |
72 | 74 |
| |
73 | 75 |
| |
| 76 | + | |
74 | 77 |
| |
75 | 78 |
| |
76 | 79 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| |||
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
| 65 | + | |
| 66 | + | |
65 | 67 |
| |
66 | 68 |
| |
67 | 69 |
| |
| |||
71 | 73 |
| |
72 | 74 |
| |
73 | 75 |
| |
| 76 | + | |
74 | 77 |
| |
75 | 78 |
| |
76 | 79 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 |
| - | |
33 |
| - | |
34 |
| - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
35 | 39 |
| |
36 | 40 |
| |
37 | 41 |
| |
| |||
46 | 50 |
| |
47 | 51 |
| |
48 | 52 |
| |
49 |
| - | |
| 53 | + | |
50 | 54 |
| |
51 | 55 |
| |
52 | 56 |
| |
| |||
55 | 59 |
| |
56 | 60 |
| |
57 | 61 |
| |
58 |
| - | |
59 |
| - | |
60 |
| - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
61 | 69 |
| |
62 | 70 |
| |
63 | 71 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
10 |
| - | |
11 | 9 |
| |
12 | 10 |
| |
13 | 11 |
| |
| |||
21 | 19 |
| |
22 | 20 |
| |
23 | 21 |
| |
24 |
| - | |
25 |
| - | |
26 |
| - | |
27 |
| - | |
28 |
| - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
29 | 26 |
| |
30 | 27 |
| |
31 | 28 |
| |
|
This file was deleted.
+52-51
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
10 |
| - | |
11 | 9 |
| |
12 | 10 |
| |
13 |
| - | |
14 |
| - | |
| 11 | + | |
| 12 | + | |
15 | 13 |
| |
16 |
| - | |
| 14 | + | |
17 | 15 |
| |
18 |
| - | |
| 16 | + | |
19 | 17 |
| |
20 | 18 |
| |
21 | 19 |
| |
22 |
| - | |
23 |
| - | |
| 20 | + | |
| 21 | + | |
24 | 22 |
| |
25 | 23 |
| |
26 |
| - | |
27 |
| - | |
28 |
| - | |
29 |
| - | |
30 |
| - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
31 | 32 |
| |
32 |
| - | |
33 |
| - | |
34 |
| - | |
35 |
| - | |
36 |
| - | |
37 |
| - | |
38 |
| - | |
39 |
| - | |
40 |
| - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
41 | 43 |
| |
42 | 44 |
| |
43 | 45 |
| |
44 |
| - | |
45 |
| - | |
| 46 | + | |
| 47 | + | |
46 | 48 |
| |
47 | 49 |
| |
48 |
| - | |
| 50 | + | |
49 | 51 |
| |
50 | 52 |
| |
51 | 53 |
| |
52 | 54 |
| |
53 |
| - | |
54 |
| - | |
55 |
| - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
56 | 58 |
| |
57 | 59 |
| |
58 | 60 |
| |
59 |
| - | |
60 |
| - | |
61 |
| - | |
62 |
| - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
63 | 65 |
| |
64 |
| - | |
65 |
| - | |
| 66 | + | |
| 67 | + | |
66 | 68 |
| |
67 |
| - | |
68 |
| - | |
69 |
| - | |
70 |
| - | |
71 |
| - | |
72 |
| - | |
73 |
| - | |
74 |
| - | |
75 |
| - | |
76 |
| - | |
77 |
| - | |
78 |
| - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
79 | 76 |
| |
80 | 77 |
| |
81 | 78 |
| |
82 |
| - | |
83 |
| - | |
84 |
| - | |
| 79 | + | |
| 80 | + | |
85 | 81 |
| |
86 | 82 |
| |
87 |
| - | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
88 | 86 |
| |
89 | 87 |
| |
90 |
| - | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
91 | 92 |
| |
92 | 93 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
44 |
| - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
45 | 49 |
| |
46 | 50 |
| |
47 | 51 |
| |
|
0 commit comments