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

Add support for symbolic stacktraces in computation expressions #101

Closed
baronfel opened this issue Oct 20, 2016 · 2 comments
Closed

Add support for symbolic stacktraces in computation expressions #101

baronfel opened this issue Oct 20, 2016 · 2 comments

Comments

@baronfel
Copy link
Contributor

baronfel commented Oct 20, 2016

Add support for symbolic stacktraces in computation expressions [13499082]

Submitted by Eirik George Tsarpalis on 4/20/2016 12:00:00 AM
59 votes on UserVoice prior to migration

One of the biggest problem in async or computation expressions in general is lack of proper stacktraces when exceptions are raised. This is a major annoyance when debugging in the large, often leading to errors whose origin cannot be traced.
I recently made a blog post arguing for the addition of language features that would make symbolic stacktraces possible for computation expression authors: https://eiriktsarpalis.wordpress.com/2015/12/27/reconciling-stacktraces-with-computation-expressions/
Symbolic stacktraces is a feature that has already appeared in languages like C# (https://github.com/ljw1004/async-exception-stacktrace) and JavaScript (http://www.html5rocks.com/en/tutorials/developertools/async-call-stack/)

Response

** by fslang-admin on 8/2/2016 12:00:00 AM **

See Eirik’s comment below

Original UserVoice Submission
Archived Uservoice Comments

@xperiandri
Copy link

@baronfel does it work as described in the blog post above?

@bartelink
Copy link

@xperiandri see tail of dotnet/fsharp#2741 for latest state of play
https://eiriktsarpalis.wordpress.com/2016/11/19/reconciling-stacktraces-with-computation-expressions-revisited/
https://gist.github.com/eiriktsarpalis/a97aed20a08bd7b575fda9701209306c

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

No branches or pull requests

3 participants