-
-
Notifications
You must be signed in to change notification settings - Fork 260
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
Preserve Span on Interruption #3578
base: next-minor
Are you sure you want to change the base?
Conversation
🦋 Changeset detectedLatest commit: f400eaa The changes in this PR will be included in the next version bump. This PR includes changesets to release 31 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
I think it is worthwhile, debugging interrupts is painful at the moment. |
1841b80
to
bf02ecb
Compare
it is but not sure how this helps debugging interrupts, it tells you where the program stopped and not who stopped it |
8ac627f
to
aa5f3eb
Compare
/rebase |
bf02ecb
to
66ccd36
Compare
aa5f3eb
to
2e7b4b5
Compare
/rebase |
2e7b4b5
to
e2ff4b9
Compare
3264d6d
to
5370cad
Compare
I feel like we could capture a span where |
It seems that is what you did in the latest commit? We could have the origin span and the receiver span, and then maybe set the error |
No what I did is capture where Effect.interruptible is called not where Fiber.interrupt is |
e2ff4b9
to
4ef4bf1
Compare
Co-authored-by: Tim <[email protected]> Co-authored-by: Tim Smart <[email protected]>
… of `Effect` (#3511) Co-authored-by: maksim.khramtsov <[email protected]>
Co-authored-by: maksim.khramtsov <[email protected]>
Co-authored-by: Tim <[email protected]>
Co-authored-by: maksim.khramtsov <[email protected]>
4ef4bf1
to
3bad108
Compare
f242776
to
e600b0a
Compare
e600b0a
to
8250215
Compare
23d5577
to
c992640
Compare
The following code:
now prints:
I am not too sure this is a wanted & helpful feature, up for discussion