-
Notifications
You must be signed in to change notification settings - Fork 33
Errors shown in OUTPUT Panel with stacktrace #30
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
Conversation
Thank you for the pull request, @fasfsfgs While playing with your code I spotted a bug with the output. Here are the steps to reproduce:
The result is something unexpected: Could you fix this before I merge your changes? |
My testing skills sucks. =( Can you specify better what do you mean by:
I was unable to reproduce. I open an empty file and it shows the following on my console:
|
Sorry, I wasn't clear enough. Just open a file and save it with the |
@avli I was unable to reproduce this bug with the correct configuration. But I found out it happens when you don't have Do you have this configuration set when trying out this PR? Maybe you deleted that to work on your embedded-nrepl branch. Can you verify that please? |
You're right, I don't have |
Yup. I thought about that as well. Can we make this another issue or do you want me to try to add this behavior here? |
Sure thing, let's do it this way! |
Which way? =p
I'm more in favor of 1. since we can do a more broad work on it in the other issue and we are working to get hid of those deps anyway. |
I agree with you – let's stick with the first option. If you don't want to do any changes in this pull request I'll check it once again and merge it. |
Instead of using the PROBLEMS Panel, we use now the OUTPUT Panel to show errors raised during eval. It shows the error message with the stacktrace as well.
This closes #28 and closes #4.