-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Pop error or exception to PDE #85
Conversation
Yes, redirecting to PDE is a good idea (no popup). Note that 3.3.4 currently has a regression bug with console output -- so test against 3.3.3 or wait for a fix: Update: The bug in 3.3.4 can be fixed by editing |
Thanks for the information! |
It is weird that renjin does't throw a exception when it should, for example, |
c6eca43
to
bcf17f5
Compare
Signed-off-by: Ce Gao <ce.gao@outlook.com>
Signed-off-by: Ce Gao <ce.gao@outlook.com>
Signed-off-by: Ce Gao <ce.gao@outlook.com>
Signed-off-by: Ce Gao <ce.gao@outlook.com>
Signed-off-by: Ce Gao <ce.gao@outlook.com>
bcf17f5
to
efee843
Compare
The logic is a little more complex since there are some new errors, sucd as package download error |
Signed-off-by: Ce Gao <ce.gao@outlook.com>
Signed-off-by: Ce Gao <ce.gao@outlook.com>
The implementation imports a new bug: #143 The bug also exists in Python mode, I have filed a new issue about it. |
Close #24
We should redirect the exception into PDE.
Signed-off-by: Ce Gao ce.gao@outlook.com