Commit Graph

3362 Commits

Author SHA1 Message Date
Richard Yu
b8b9c67e1d Addressing PR comments 2019-03-09 14:20:34 +01:00
Richard Yu
bbb6a94ad8 Bugfix to ensure proxy is running on the main thread 2019-03-09 14:20:34 +01:00
Richard Yu
a2b2bec028 Fixed typo 2019-03-09 14:20:34 +01:00
Richard Yu
0687a7a698 Fixing check to see if queue is on main thread. 2019-03-09 14:20:34 +01:00
Richard Yu
5a66602312 Fixing check to see if queue is on main thread. 2019-03-09 14:20:34 +01:00
Yuya Hirayama
aa1a6bfe64 Move description to returns 2019-03-08 21:39:48 +01:00
Yuya Hirayama
46f04bddc0 Improve doc comment for asSingle and asMaybe
Fix Single -> Maybe
2019-03-08 21:39:48 +01:00
Alexey Potemkin
76e902c3d8 Rewrote 'first' operator tests to use static methods 2019-03-08 22:38:38 +02:00
Alexey Potemkin
eac7083d7b Return 'first' operator 2019-03-08 22:38:38 +02:00
Kirill Shashkov
9d80c542a0 Fix multiple dispose() on SheduledDisposable causing crash (#1892) 2019-03-07 16:02:31 +02:00
Braden Bowdish
51106ea097 Update MathBehindRX
The link to the youtube video doesn't work anymore.
2019-03-01 16:22:21 +02:00
Zev Eisenberg
763ac1c31d Fix typo. 2019-02-22 23:13:43 +02:00
Krunoslav Zaher
a2348cef2a
Release 4.4.1 2019-02-09 16:32:42 +01:00
freak4pc
268ccda7c3 Make range support a count of 0 2019-02-07 17:17:38 +01:00
mykoma
9404f893a8 Refactor run method in ObservableSequenceSink
It's enough to use the iterator, the second parameter `self._parent._elements` is no need.
2019-02-03 15:16:29 +01:00
mykoma
d7e195e2f5 Delete unused code in DelaySubscription.swift
The parent didn't used in DelaySubscriptionSink
2019-02-03 15:14:43 +01:00
Luciano Almeida
0d07eec2a1 Fixing lint warnings. (#1868) 2019-02-03 08:02:42 +02:00
mykoma
df8a1c9334 Remove unused code in AddRef.swift
The EventHandler is unused, so delete it.
2019-02-02 11:54:34 +01:00
Krunoslav Zaher
65efb404c8 Merge branch 'LucianoPAlmeida-no-sanitize-thread-atomic' into merge_luciano 2019-01-31 14:37:09 +01:00
Krunoslav Zaher
e9d711b0ec Fix CI. 2019-01-31 13:25:39 +01:00
freak4pc
9a7c3dbdd6 Align arity.tt files 2019-01-30 20:19:57 +01:00
freak4pc
120b3baa3d Fix DataStructures links 2019-01-30 20:19:57 +01:00
freak4pc
937fef1991 Rebase on develop, minor fixes 2019-01-30 20:19:57 +01:00
freak4pc
a5b39400b1 Minor colon spacing fixes 2019-01-30 20:19:57 +01:00
freak4pc
304f8be437 Repackage SPM 2019-01-30 20:19:57 +01:00
freak4pc
3bf312c184 Add swiftlint build phase 2019-01-30 20:19:57 +01:00
freak4pc
cace5d0a46 pattern_matching_keywords: Multiple case bindings can share the same let 2019-01-30 20:19:57 +01:00
freak4pc
bbf550fd83 syntactic_sugar: Fix missing usage of syntactic sugar for array/dictionary 2019-01-30 20:19:57 +01:00
freak4pc
cc243d678e RxTest & RxBlocking: Force explicit self calls 2019-01-30 20:19:57 +01:00
freak4pc
b659f7a429 RxCocoa: Force explicit self calls 2019-01-30 20:19:57 +01:00
freak4pc
035d2e76c1 RxSwift: Force explicit self calls 2019-01-30 20:19:57 +01:00
freak4pc
ba9719319d Update Observable+ConcatTests.swift 2019-01-30 20:19:57 +01:00
freak4pc
a18730d16b explicit_init: Remove explicit init calls 2019-01-30 20:19:57 +01:00
freak4pc
a1323bbd4f pattern_matching_keywords: Common matching of switch cases with prefix let 2019-01-30 20:19:57 +01:00
freak4pc
5b3d5fbd0a unneeded_parentheses_in_closure_argument: Remove closure argument parantheses 2019-01-30 20:19:57 +01:00
freak4pc
639bb8fb2e closure_spacing: Fix closure spacing around braces 2019-01-30 20:19:57 +01:00
freak4pc
a02c791eba switch_case_alignment: Align switch cases to the switch 2019-01-30 20:19:57 +01:00
freak4pc
2b58d5370a for_where: Use for/where instead of internal if where possible 2019-01-30 20:19:57 +01:00
freak4pc
98ed335d60 control_statement: Remove parantheses around conditionals 2019-01-30 20:19:57 +01:00
freak4pc
3bb2d489f2 empty_enum_arguments: remove unused arguments for enum cases 2019-01-30 20:19:57 +01:00
freak4pc
fd2457b3c1 empty_parentheses_with_trailing_closure: Remove unneeded parantheses for trailing closure 2019-01-30 20:19:57 +01:00
freak4pc
181cc9fca3 unneded_break_in_switch: Remove redundant breaks in switch statements 2019-01-30 20:19:57 +01:00
freak4pc
d8f42bb984 redundant_discardable_let: Remove instances of let _ = where needed 2019-01-30 20:19:57 +01:00
freak4pc
6748801a87 redundant_optional_initialization: Remove redundant initialization with nil 2019-01-30 20:19:57 +01:00
freak4pc
40d6fd94e8 unused_closure_parameter: Remove unused closure parameters 2019-01-30 20:19:57 +01:00
freak4pc
b45ee2143b shorthand_operator: prefer using shorthand operator 2019-01-30 20:19:57 +01:00
freak4pc
36dd486921 private_over_fileprivate: Prferer private over fileprivate where applicable 2019-01-30 20:19:57 +01:00
freak4pc
2e645681e1 Add Swiftlint basic YAML 2019-01-30 20:19:57 +01:00
Krunoslav Zaher
ba930dca0c
Replaces instance methods with static methods. 2019-01-29 23:48:01 +01:00
Krunoslav Zaher
e87df90bf6 Turn on thread sanitizer for all platforms and fix additional thread sanitizer issues. 2019-01-29 14:19:00 +01:00