-
Notifications
You must be signed in to change notification settings - Fork 26
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
eval_result_parser bugs #21
Comments
Try 0.4.14. You can use |
I've found another bug: the parser fails on nested tuples:
And can you improve logging so that the error location could be seen? Something like that:
|
Since VS marketplace do not have beta test support. It bothers other users every time I publish a unstable version. I'd like to give you a packaged extension or you can make it from git repo.
You can drag produced I'm now going to fix the parsing error. And I'll notify you when a test version pushed to master branch on github repo. Then you can pull it and test that. |
Github repo is ok, thanks. I'm able to build the extension locally. |
Have a try! If you can't build |
.vsix is built OK, so I've found another bug. I'll create PR shortly. |
I haven't wrote a build script that auto compile |
I have no problem in compiling |
Does there any more bugs found? Is it a good time to publish a new bug fix version? |
For me it works as expected. There are no showstoppers. I would also love to see
feature of VS Code 1.3.0 supported but of course it can be made later. |
OK, wait for that. microsoft/vscode#8040 |
print
output may contain\n
. The fix:BTW, can you handle parsing errors better than
so one could know that an error has been occurred? Maybe to show non-parsed value with an error indicator? It's especially useful when someone installs a pretty printer that does not conform to your parsing rules.
The text was updated successfully, but these errors were encountered: