Commit afe8639
File tree
92 files changed
+4546
-4603
lines changed- Carthage/Checkouts
- Sources
- Swiftz.xcodeproj
- SwiftzTests
- Swiftz
- Tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
92 files changed
+4546
-4603
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
4 | 6 | | |
5 | 7 | | |
6 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
16 | | - | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
23 | | - | |
24 | | - | |
| 24 | + | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
39 | | - | |
40 | | - | |
41 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
42 | 43 | | |
43 | | - | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
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
- .gitignore+2
- .travis.yml+48-13
- Cartfile.private+1-1
- Cartfile.resolved+2-2
- Carthage/Checkouts/Operadics+1-1
- Carthage/Checkouts/SwiftCheck+1-1
- Package.swift+14
- Sources/Array.swift+7-3
- Sources/Combinators.swift+20-15
- Sources/Either.swift+10-6
- Sources/Error.swift+1-1
- Sources/Info.plist
- Sources/Optional.swift+7-3
- Sources/Swiftx.h
- Swiftx.podspec+1-1
- Swiftx.xcodeproj/project.pbxproj+126-119
- Swiftx.xcodeproj/xcshareddata/xcschemes/Swiftx-iOS.xcscheme+1-1
- Swiftx.xcodeproj/xcshareddata/xcschemes/Swiftx-tvOS.xcscheme+1-1
- Swiftx.xcodeproj/xcshareddata/xcschemes/Swiftx-watchOS.xcscheme+1-1
- Swiftx.xcodeproj/xcshareddata/xcschemes/Swiftx.xcscheme+1-1
- Swiftx.xcodeproj/xcshareddata/xcschemes/SwiftxTests.xcscheme+5-5
- Swiftx/Nothing.swift-11
- Swiftx/Sections.swift-2.2k
- SwiftxTests/SectionSpec.swift-164
- Tests/EitherSpec.swift+3-3
- Tests/Info.plist
- script/LICENSE.md-18
- script/README.md-82
- script/bootstrap-47
- script/cibuild-173
- script/schemes.awk-10
- script/xctool.awk-25
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
0 commit comments