File tree
4 files changed
+6
-6
lines changed- Carthage/Checkouts
4 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
- .gitignore+9-1
- .swiftlint.yml+1-1
- .travis.yml+8
- Cartfile.private+1
- Cartfile.resolved+2
- Carthage/Checkouts/CwlCatchException/LICENSE.txt+13
- Carthage/Checkouts/CwlCatchException/Package.swift+9
- Carthage/Checkouts/CwlCatchException/README.md+46
- Carthage/Checkouts/CwlCatchException/Sources/CwlCatchException/CwlCatchException.swift+3-3
- Carthage/Checkouts/CwlCatchException/Sources/CwlCatchExceptionSupport/CwlCatchException.m
- Carthage/Checkouts/CwlCatchException/Sources/CwlCatchExceptionSupport/include/CwlCatchException.h-1
- Carthage/Checkouts/CwlPreconditionTesting/LICENSE.txt+13
- Carthage/Checkouts/CwlPreconditionTesting/Package.swift+19
- Carthage/Checkouts/CwlPreconditionTesting/README.md+73
- Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlMachBadInstructionHandler/CwlMachBadInstructionHandler.m
- Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlMachBadInstructionHandler/include/CwlMachBadInstructionHandler.h+1-1
- Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlMachBadInstructionHandler/mach_excServer.c
- Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlMachBadInstructionHandler/mach_excServer.h
- Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlPreconditionTesting/CwlBadInstructionException.swift
- Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlPreconditionTesting/CwlCatchBadInstruction.swift+18-22
- Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlPreconditionTesting/CwlCatchBadInstructionPosix.swift
- Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlPreconditionTesting/CwlDarwinDefinitions.swift
- Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlPreconditionTesting/Mach/CwlPreconditionTesting.h
- Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlPreconditionTesting/Posix/CwlPreconditionTesting_POSIX.h+2-2
- Nimble.podspec+17-14
- Nimble.xcodeproj/project.pbxproj+154-144
- Nimble.xcodeproj/project.xcworkspace/xcshareddata/Nimble.xccheckout-41
- Package.swift-1
- [email protected]+22
- Sources/Lib/CwlPreconditionTesting/README.md-80
- Sources/Nimble/Matchers/BeLessThanOrEqual.swift+1-1
- Sources/Nimble/Matchers/MatcherProtocols.swift+13-13
- Sources/Nimble/Matchers/PostNotification.swift+30-2
- Sources/Nimble/Nimble.h+5-1
- Tests/NimbleTests/Helpers/utils.swift+1-1
- Tests/NimbleTests/Matchers/BeAKindOfTest.swift+3-3
- Tests/NimbleTests/Matchers/BeAnInstanceOfTest.swift+3-3
- Tests/NimbleTests/Matchers/BeCloseToTest.swift+4-4
- Tests/NimbleTests/Matchers/BeEmptyTest.swift+2-2
- Tests/NimbleTests/Matchers/BeGreaterThanOrEqualToTest.swift+5-5
- Tests/NimbleTests/Matchers/BeGreaterThanTest.swift+6-6
- Tests/NimbleTests/Matchers/BeIdenticalToTest.swift+5-5
- Tests/NimbleTests/Matchers/BeLessThanOrEqualToTest.swift+4-4
- Tests/NimbleTests/Matchers/BeLessThanTest.swift+10-10
- Tests/NimbleTests/Matchers/ContainTest.swift+1-1
- Tests/NimbleTests/Matchers/EqualTest.swift+5-5
- Tests/NimbleTests/Matchers/RaisesExceptionTest.swift+1-1
- Tests/NimbleTests/Matchers/ThrowErrorTest.swift+2-2
Submodule ReactiveObjC updated 19 files
- .travis.yml+1-5
- Cartfile.private+2-2
- Cartfile.resolved+2-2
- Carthage/Checkouts/Nimble+1-1
- Carthage/Checkouts/Quick+1-1
- ReactiveObjC.podspec+1-1
- ReactiveObjC/Info.plist+1-1
- ReactiveObjC/RACSequence.h+2-2
- ReactiveObjC/RACSignal+Operations.h+2-1
- ReactiveObjC/RACSignal+Operations.m+1-1
- ReactiveObjC/RACSignal.h+31-2
- ReactiveObjC/RACSignal.m+11-3
- ReactiveObjC/RACStream.h+8-2
- ReactiveObjC/RACStream.m+2-2
- ReactiveObjC/RACTuple.h+2-2
- ReactiveObjC/extobjc/EXTScope.h+1-1
- ReactiveObjCTests/Info.plist+1-1
- ReactiveObjCTests/NSObjectRACLiftingSpec.m+1-1
- script/update-version+24
Submodule ReactiveSwift updated 30 files
- .swift-version+1-1
- .travis.yml+8-11
- CHANGELOG.md+28-3
- Cartfile.private+1-1
- Cartfile.resolved+1-1
- Carthage/Checkouts/Nimble+1-1
- Documentation/APIContracts.md+5-5
- Documentation/FrameworkOverview.md+1-1
- Package.pins-24
- Package.resolved+6-6
- Package.swift+14-20
- ReactiveSwift.playground/Pages/Property.xcplaygroundpage/Contents.swift+1-1
- ReactiveSwift.podspec+1-1
- Sources/Action.swift+1-3
- Sources/Event.swift+208-25
- Sources/Flatten.swift+26-21
- Sources/Info.plist+1-1
- Sources/Observer.swift+8-48
- Sources/Property.swift+2-5
- Sources/Scheduler.swift+37-2
- Sources/Signal.swift+9-84
- Sources/SignalProducer.swift+112-64
- Tests/ReactiveSwiftTests/FlattenSpec.swift+36
- Tests/ReactiveSwiftTests/Info.plist+1-1
- Tests/ReactiveSwiftTests/PropertySpec.swift+19-12
- Tests/ReactiveSwiftTests/SchedulerSpec.swift+61
- Tests/ReactiveSwiftTests/SignalProducerLiftingSpec.swift+114-2
- Tests/ReactiveSwiftTests/SignalProducerNimbleMatchers.swift+40-30
- Tests/ReactiveSwiftTests/SignalProducerSpec.swift+77-20
- Tests/ReactiveSwiftTests/SignalSpec.swift+6-6
0 commit comments