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

Clean stacktraces for monadic code #1

Open
girving opened this issue Jul 18, 2009 · 2 comments
Open

Clean stacktraces for monadic code #1

girving opened this issue Jul 18, 2009 · 2 comments

Comments

@girving
Copy link
Owner

girving commented Jul 18, 2009

In monadic code, the functions build computations which are returned and then executed. Once we're actually inside the monad executing code, the original function names are long gone. We need a scheme that produces nice stack traces inside monadic (or other?) code.

@dylex
Copy link
Collaborator

dylex commented Aug 16, 2009

Even in non-monadic code, we should eventually make sure that generated (lifted) functions don't show up in stack traces.

@girving
Copy link
Owner Author

girving commented Aug 16, 2009

Well, they should show up, but with correct location information instead of a meaningless manufactured name.

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

2 participants