Commit c5d4599
File tree
6 files changed
+8
-8
lines changed- Carthage/Checkouts
- ReactiveTaskTests
6 files changed
+8
-8
lines changed| 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 | + | |
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
Submodule ReactiveSwift updated 47 files
- .Package.test.swift+13
- .gitignore+1
- .travis.yml+10-10
- Cartfile+1-1
- Cartfile.private+2-2
- Cartfile.resolved+3-3
- Carthage/Checkouts/Nimble+1-1
- Carthage/Checkouts/Quick+1-1
- Carthage/Checkouts/Result+1-1
- Documentation/BasicOperators.md+137-149
- Documentation/DebuggingTechniques.md+23-51
- Documentation/DesignGuidelines.md+43-45
- Documentation/FrameworkOverview.md+20-37
- Package.swift+3-13
- README.md+265-139
- ReactiveSwift.playground/Pages/Property.xcplaygroundpage/Contents.swift+273
- ReactiveSwift.playground/Pages/Sandbox.xcplaygroundpage/Contents.swift+2-2
- ReactiveSwift.playground/Pages/Signal.xcplaygroundpage/Contents.swift+2-2
- ReactiveSwift.playground/Pages/SignalProducer.xcplaygroundpage/Contents.swift+29-29
- ReactiveSwift.playground/contents.xcplayground+2-1
- ReactiveSwift.podspec+2-2
- ReactiveSwift.xcodeproj/project.pbxproj+9-1
- Sources/Action.swift+149-44
- Sources/Atomic.swift+117
- Sources/Bag.swift+39-42
- Sources/Deprecations+Removals.swift+42-7
- Sources/Disposable.swift+82-37
- Sources/Event.swift+11
- Sources/EventLogger.swift+2-2
- Sources/Flatten.swift+50-13
- Sources/FoundationExtensions.swift+67-2
- Sources/Property.swift+49-53
- Sources/Reactive.swift+5
- Sources/Scheduler.swift+27-18
- Sources/Signal.swift+450-61
- Sources/SignalProducer.swift+108-70
- Sources/UnidirectionalBinding.swift+112-260
- Tests/ReactiveSwiftTests/ActionSpec.swift+91
- Tests/ReactiveSwiftTests/FlattenSpec.swift+40
- Tests/ReactiveSwiftTests/FoundationExtensionsSpec.swift+29-2
- Tests/ReactiveSwiftTests/PropertySpec.swift+169-58
- Tests/ReactiveSwiftTests/ReactiveExtensionsSpec.swift+33
- Tests/ReactiveSwiftTests/SchedulerSpec.swift+7-7
- Tests/ReactiveSwiftTests/SignalProducerLiftingSpec.swift+143-11
- Tests/ReactiveSwiftTests/SignalProducerSpec.swift+132-45
- Tests/ReactiveSwiftTests/SignalSpec.swift+347-11
- Tests/ReactiveSwiftTests/UnidirectionalBindingSpec.swift+14
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
0 commit comments