[Pitch] Introducing do-let-catch for Cleaner Error Handling
|
|
18
|
1579
|
October 21, 2024
|
Swift 6 change to closure and throws
|
|
2
|
217
|
September 29, 2024
|
Should `Result.map` and related methods rethrow?
|
|
5
|
275
|
August 1, 2024
|
Throwing subscript setters
|
|
1
|
249
|
July 17, 2024
|
Can nested do-catch blocks explicitly work?
|
|
4
|
149
|
July 16, 2024
|
Closure property that throws Typed Error in Swift 6 result in compiling error
|
|
6
|
888
|
June 13, 2024
|
Allow Error protocol to work with @ rethrows
|
|
7
|
1470
|
January 13, 2023
|
Unexpected error propagation with rethrows
|
|
0
|
750
|
September 5, 2022
|
About differentiating async/non-async versions of a function by name
|
|
6
|
2146
|
August 9, 2022
|
Throwable accessors
|
|
56
|
5569
|
April 15, 2022
|
Typed throws
|
|
192
|
16364
|
March 19, 2021
|
Typed throw functions
|
|
251
|
16836
|
March 9, 2021
|
Extended idea on typed-throws: automatic determination
|
|
0
|
650
|
December 8, 2020
|
Should rethrowing be "fixed"?
|
|
7
|
1624
|
December 5, 2020
|
Retargeting throws to Results
|
|
10
|
1631
|
July 24, 2020
|
Catching hardware / arithmetics errors
|
|
3
|
1158
|
December 3, 2019
|
Swift 4.1 incompatible issue
|
|
6
|
1081
|
February 22, 2019
|
Are we close to sharing implementation between throwing and non-throwing predicates?
|
|
1
|
1163
|
February 16, 2019
|
There's no way to channel a fail-able initializer to a throwing one, is there?
|
|
2
|
3910
|
January 8, 2019
|