Commit 08fea87
File tree
33 files changed
+517
-918
lines changed- Carthage/Checkouts
- Concurrent.xcodeproj
- Sources
- Tests
33 files changed
+517
-918
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
| 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 | 23 | | |
24 | | - | |
25 | | - | |
| 24 | + | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
42 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
43 | 43 | | |
44 | | - | |
45 | | - | |
| 44 | + | |
46 | 45 | | |
47 | 46 | | |
48 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
Submodule SwiftCheck updated 42 files
- .gitignore+1
- .gitmodules-3
- .travis.yml+9-12
- Cartfile.private-1
- Cartfile.resolved-1
- Carthage/Checkouts/Operadics-1
- Package.swift-2
- README.md+22-49
- Sources/Arbitrary.swift+73-84
- Sources/Check.swift+73-72
- Sources/CoArbitrary.swift+58-55
- Sources/Compose.swift+89
- Sources/Gen.swift+159-177
- Sources/Lattice.swift+16-28
- Sources/Modifiers.swift+97-169
- Sources/Operators.swift-246
- Sources/Property.swift+382-268
- Sources/Random.swift+81-51
- Sources/Rose.swift+55-72
- Sources/State.swift+46-45
- Sources/SwiftCheck.h-1
- Sources/Test.swift+600-382
- Sources/Testable.swift+15-41
- Sources/Witness.swift+65-25
- Sources/WitnessedArbitrary.swift+61-95
- SwiftCheck.podspec+1-1
- SwiftCheck.xcodeproj/project.pbxproj+32-28
- Tests/ComplexSpec.swift+19-13
- Tests/DiscardSpec.swift+6-5
- Tests/FailureSpec.swift+9-9
- Tests/GenSpec.swift+60-39
- Tests/LambdaSpec.swift+45-45
- Tests/ModifierSpec.swift+5-7
- Tests/PathSpec.swift+37-37
- Tests/PropertySpec.swift+37-19
- Tests/RawRepresentableSpec.swift+15-21
- Tests/ReplaySpec.swift+1-1
- Tests/RoseSpec.swift+38-39
- Tests/ShrinkSpec.swift+1-10
- Tests/SimpleSpec.swift+69-66
- Tests/TestSpec.swift+8-21
- Tutorial.playground/Contents.swift+21-86
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
0 commit comments