-
Notifications
You must be signed in to change notification settings - Fork 7.3k
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
Make HttpException implement CopyableThrowable + add test #3475
base: trunk
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unfortunately CopyableThrowable
is not stable API so we cannot depend on it. As soon as it goes stable we can land this change.
26638cb
to
f6cf0d5
Compare
@ferinagy @frantisek-nagy just created a fork with your changes and it seems like I still don't get the stack trace of the call site, am I missing anything? Not sure how tests are working fine. |
f6cf0d5
to
57e75a3
Compare
Hi, maybe you are hitting this case? Kotlin/kotlinx.coroutines#2607 |
Oh, I see, any workaround for this? |
Fixes #3474