Skip to content
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

Promote CopyableThrowable to stable #2367

Open
qwwdfsad opened this issue Nov 4, 2020 · 4 comments
Open

Promote CopyableThrowable to stable #2367

qwwdfsad opened this issue Nov 4, 2020 · 4 comments
Assignees

Comments

@qwwdfsad
Copy link
Collaborator

qwwdfsad commented Nov 4, 2020

The main benefit of making it stable is to enable other libraries that depend on kotlinx.coroutines leverage stacktrace.
E.g. retrofit is not ready to do so unless CopyableThrowable is stable: square/retrofit#3474

We should evaluate potential enhancements and interactions with (also potential) global exception registry for exceptions beyond user's control and promote it to stable

@dmarin
Copy link

dmarin commented Apr 15, 2021

will this be stable on 1.5.0?

@qwwdfsad
Copy link
Collaborator Author

No such plans for 1.5.0 unfortunately

@almozavr
Copy link

Retrofit is the de factor standart library for http in android world, and due to this issue it's really hard to read API error reports without hacky solutions, they are almost useless, it really hurts 😢

@LouisCAD
Copy link
Contributor

What's blocking this becoming stable? API design concerns? Multiplatform support? Something else?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants