This repository was archived by the owner on Dec 12, 2021. It is now read-only.
Commit aabaf64
File tree
23 files changed
+114
-37
lines changed- Carthage/Checkouts
- ReactiveAutomaton.xcodeproj
- Sources
- Tests
- ReactiveAutomatonTests
- Fixtures
23 files changed
+114
-37
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
9 | | - | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | | - | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
| |||
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
36 | | - | |
37 | 35 | | |
38 | 36 | | |
39 | 37 | | |
40 | 38 | | |
41 | 39 | | |
42 | 40 | | |
43 | 41 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
- .gitignore+3-1
- .travis.yml+3-3
- CONTRIBUTING.md+8
- Gemfile+1-1
- Gemfile.lock+28-26
- Nimble.podspec+29-4
- Nimble.xcodeproj/project.pbxproj+126-12
- Nimble.xcodeproj/xcshareddata/xcschemes/Nimble-tvOS.xcscheme+2-2
- Package.swift+2-1
- README.md+79-7
- Sources/Lib/CwlPreconditionTesting/CwlCatchException/.gitignore+3
- Sources/Lib/CwlPreconditionTesting/CwlCatchException/CwlCatchException/CwlCatchException.h+30
- Sources/Lib/CwlPreconditionTesting/CwlCatchException/CwlCatchException/CwlCatchException.m+35
- Sources/Lib/CwlPreconditionTesting/CwlCatchException/CwlCatchException/CwlCatchException.swift+32
- Sources/Lib/CwlPreconditionTesting/CwlCatchException/CwlCatchException/Info.plist+28
- Sources/Lib/CwlPreconditionTesting/CwlPreconditionTesting/CwlBadInstructionException.swift+76
- Sources/Lib/CwlPreconditionTesting/CwlPreconditionTesting/CwlCatchBadInstruction.h+61
- Sources/Lib/CwlPreconditionTesting/CwlPreconditionTesting/CwlCatchBadInstruction.m+50
- Sources/Lib/CwlPreconditionTesting/CwlPreconditionTesting/CwlCatchBadInstruction.swift+194
- Sources/Lib/CwlPreconditionTesting/CwlPreconditionTesting/CwlCatchBadInstructionPOSIX.swift+100
- Sources/Lib/CwlPreconditionTesting/CwlPreconditionTesting/CwlDarwinDefinitions.swift+63
- Sources/Lib/CwlPreconditionTesting/CwlPreconditionTesting/Info.plist+28
- Sources/Lib/CwlPreconditionTesting/CwlPreconditionTesting/mach_excServer.c+537
- Sources/Lib/CwlPreconditionTesting/CwlPreconditionTesting/mach_excServer.h+298
- Sources/Lib/CwlPreconditionTesting/README.md+80
- Sources/Nimble/Adapters/NimbleEnvironment.swift+2-2
- Sources/Nimble/DSL+Wait.swift+7-2
- Sources/Nimble/Matchers/AsyncMatcherWrapper.swift+2-4
- Sources/Nimble/Matchers/BeLessThan.swift+1-1
- Sources/Nimble/Matchers/BeLogical.swift+4-4
- Sources/Nimble/Matchers/Match.swift+2-2
- Sources/Nimble/Matchers/ThrowAssertion.swift+55
- Sources/Nimble/Nimble.h+7
- Sources/Nimble/Utils/Async.swift+20-9
- Sources/Nimble/Utils/Errors.swift+12-5
- Sources/NimbleObjectiveC/DSL.h+263-31
- Sources/NimbleObjectiveC/DSL.m+14-8
- Tests/LinuxMain.swift+2-2
- Tests/NimbleTests/AsynchronousTest.swift+3-7
- Tests/NimbleTests/Helpers/utils.swift+1-2
- Tests/NimbleTests/Matchers/MatchErrorTest.swift+5
- Tests/NimbleTests/Matchers/MatchTest.swift-3
- Tests/NimbleTests/Matchers/ThrowAssertionTest.swift+62
- Tests/NimbleTests/Matchers/ThrowErrorTest.swift-1
- Tests/NimbleTests/SynchronousTests.swift+3-3
- Tests/NimbleTests/UserDescriptionTest.swift-6
- Tests/NimbleTests/objc/ObjCBeCloseToTest.m+11
- Tests/NimbleTests/objc/ObjCBeFalseTest.m+22
- Tests/NimbleTests/objc/ObjCBeFalsyTest.m+32-2
- Tests/NimbleTests/objc/ObjCBeGreaterThanOrEqualToTest.m+9
- Tests/NimbleTests/objc/ObjCBeGreaterThanTest.m+8
- Tests/NimbleTests/objc/ObjCBeIdenticalToTest.m+6
- Tests/NimbleTests/objc/ObjCBeLessThanOrEqualToTest.m+10
- Tests/NimbleTests/objc/ObjCBeLessThanTest.m+9
- Tests/NimbleTests/objc/ObjCBeTrueTest.m+22
- Tests/NimbleTests/objc/ObjCBeTruthyTest.m+27
- Tests/NimbleTests/objc/ObjCEqualTest.m+59
- Tests/NimbleTests/objc/ObjCHaveCount.m+70-1
- .Package.test.swift+19
- .github/ISSUE_TEMPLATE+36
- .github/PULL_REQUEST_TEMPLATE+14
- .hound.yml+2
- .swiftlint.yml+12
- .travis.yml+2-4
- Documentation/README.md+1
- Documentation/en-us/InstallingQuick.md+1-18
- Documentation/en-us/SettingUpYourXcodeProject.md+6-3
- Documentation/en-us/SharedExamples.md+1-1
- Documentation/en-us/TestUsingTestDoubles.md+34-34
- Documentation/pt-br/BehavioralTesting.md+78
- Documentation/pt-br/README.md+39
- Documentation/zh-cn/README.md+1
- Documentation/zh-cn/SharedExamples.md+113
- Externals/Nimble+1-1
- Package.swift+1-6
- Quick.podspec+1-1
- Quick.xcodeproj/project.pbxproj+418-26
- Quick.xcodeproj/xcshareddata/xcschemes/Quick-iOS.xcscheme+11-1
- Quick.xcodeproj/xcshareddata/xcschemes/Quick-macOS.xcscheme+11-1
- Quick.xcodeproj/xcshareddata/xcschemes/Quick-tvOS.xcscheme+11-1
- README.md+16
- Rakefile+2
- Sources/Quick/Callsite.swift+1-1
- Sources/Quick/Configuration/Configuration.swift+2-2
- Sources/Quick/Example.swift+2-2
- Sources/Quick/ExampleGroup.swift+1-1
- Sources/Quick/Hooks/ExampleHooks.swift+1-1
- Sources/Quick/QuickSelectedTestSuiteBuilder.swift+2-1
- Sources/Quick/QuickSpec.swift+1-1
- Sources/Quick/String+FileName.swift-12
- Sources/Quick/URL+FileName.swift+12
- Sources/Quick/World.swift+4-4
- Tests/LinuxMain.swift+1-3
- Tests/QuickTests/QuickAfterSuiteTests/AfterSuiteTests+ObjC.m+32
- Tests/QuickTests/QuickAfterSuiteTests/AfterSuiteTests.swift+26
- Tests/QuickTests/QuickAfterSuiteTests/Info.plist+24
- Tests/QuickTests/QuickFocusedTests/FocusedTests.swift-1
- Tests/QuickTests/QuickTestHelpers/TestRun.swift-1
- Tests/QuickTests/QuickTestHelpers/XCTestCaseProvider.swift+1-1
- Tests/QuickTests/QuickTests/Fixtures/FunctionalTests_SharedExamplesTests_SharedExamples.swift+1-1
- Tests/QuickTests/QuickTests/FunctionalTests/AfterEachTests.swift+5-5
- Tests/QuickTests/QuickTests/FunctionalTests/AfterSuiteTests.swift-45
- Tests/QuickTests/QuickTests/FunctionalTests/BeforeEachTests.swift+5-5
- Tests/QuickTests/QuickTests/FunctionalTests/ItTests.swift+9-11
- Tests/QuickTests/QuickTests/FunctionalTests/ObjC/AfterSuiteTests+ObjC.m-42
- Tests/QuickTests/QuickTests/Helpers/QuickTestsBridgingHeader.h+1-1
Submodule ReactiveSwift updated 60 files
- .gitignore+3
- .jazzy.yaml+88
- .swift-version+1-1
- .travis.yml+12-4
- CONTRIBUTING.md+134
- CodeOfConduct.md+74
- Documentation/BasicOperators.md+39-6
- Documentation/DesignGuidelines.md+47-7
- Documentation/DocumentingCode.md-132
- Documentation/README.md-2
- Logo/AF/Docs.afdesign
- Logo/AF/JoinSlack.afdesign
- Logo/AF/ReactiveSwift.afdesign
- Logo/Icons/Swift.png
- Logo/Icons/flat-icon.png
- Logo/Icons/gradient-icon.png
- Logo/Icons/mono-dark-icon-alt.png
- Logo/Icons/mono-dark-icon.png
- Logo/Icons/mono-light-icon-alt.png
- Logo/Icons/mono-light-icon.png
- Logo/PNG/Docs.png
- Logo/PNG/JoinSlack.png
- Logo/PNG/flat-logo.png
- Logo/PNG/logo-Swift-unpadded.png
- Logo/PNG/logo-Swift.png
- Logo/PNG/logo.png
- Logo/PNG/mono-dark-bg.png
- Logo/PNG/mono-light-bg.png
- Logo/SVG/flat-logo.svg-1
- Logo/SVG/logo-Swift.svg+34
- Logo/SVG/logo.svg-1
- Logo/SVG/mono-dark-bg.svg-1
- Logo/SVG/mono-light-bg.svg-1
- README.md+145-28
- ReactiveSwift.playground/Pages/SignalProducer.xcplaygroundpage/Contents.swift+24-24
- ReactiveSwift.podspec+2-2
- ReactiveSwift.xcodeproj/project.pbxproj+10
- Sources/Action.swift+4
- Sources/Atomic.swift+1
- Sources/Bag.swift+1
- Sources/Deprecations+Removals.swift+19
- Sources/Disposable.swift+24-19
- Sources/Flatten.swift+8-8
- Sources/Property.swift+31-20
- Sources/Reactive.swift+2-1
- Sources/ResultExtensions.swift+13
- Sources/Scheduler.swift+1-1
- Sources/Signal.swift+391-165
- Sources/SignalProducer.swift+108-29
- Sources/UnidirectionalBinding.swift+28-18
- Tests/ReactiveSwiftTests/ActionSpec.swift+20
- Tests/ReactiveSwiftTests/DisposableSpec.swift+6-6
- Tests/ReactiveSwiftTests/FlattenSpec.swift+6-6
- Tests/ReactiveSwiftTests/PropertySpec.swift+37-4
- Tests/ReactiveSwiftTests/SchedulerSpec.swift+1-1
- Tests/ReactiveSwiftTests/SignalProducerLiftingSpec.swift+2-2
- Tests/ReactiveSwiftTests/SignalProducerSpec.swift+59-25
- Tests/ReactiveSwiftTests/SignalSpec.swift+106-2
- Tests/ReactiveSwiftTests/UnidirectionalBindingSpec.swift+71-29
- script/gen-docs+62
0 commit comments