-
Notifications
You must be signed in to change notification settings - Fork 17
Pop error or exception to PDE #85
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
|
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 <[email protected]>
Signed-off-by: Ce Gao <[email protected]>
Signed-off-by: Ce Gao <[email protected]>
Signed-off-by: Ce Gao <[email protected]>
Signed-off-by: Ce Gao <[email protected]>
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 <[email protected]>
Signed-off-by: Ce Gao <[email protected]>
|
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 [email protected]