-
Notifications
You must be signed in to change notification settings - Fork 1.9k
1.4.0 experimentality #2316
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.4.0 experimentality #2316
Changes from 3 commits
ea4ece3
21d82f3
7644a91
66636a9
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ internal expect fun assert(value: () -> Boolean) | |
* Copy mechanism is used only on JVM, but it might be convenient to implement it in common exceptions, | ||
* so on JVM their stacktraces will be properly recovered. | ||
*/ | ||
@ExperimentalCoroutinesApi | ||
@ExperimentalCoroutinesApi // Since 1.2.0, no ETA on stability | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What is needed for This came to my attention, because Retrofit now produces not very helpful stacktraces from suspending calls and the corresponding fix is blocked because this is experimental: square/retrofit#3474 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The best way is to let us know and file an issue. Filed #2367 |
||
public interface CopyableThrowable<T> where T : Throwable, T : CopyableThrowable<T> { | ||
|
||
/** | ||
|
Large diffs are not rendered by default.
Uh oh!
There was an error while loading. Please reload this page.