Commit bb7a67b
File tree
26 files changed
+218
-345
lines changed- Carthage/Checkouts
- Concurrent.xcodeproj
- ConcurrentTests
- Concurrent
26 files changed
+218
-345
lines changed| Original 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 | | |
| 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.
Lines changed: 4 additions & 1 deletion
| 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 | | |
| |||
Lines changed: 4 additions & 1 deletion
| 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 | | |
| |||
0 commit comments