-
Notifications
You must be signed in to change notification settings - Fork 0
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
rSharp_create_domain
should return a flag
#117
Comments
But not yet merged |
Yes working on that branch. |
Ok, when you can reproduce let's see. I expect the title will have to change somehow because we are catching exceptions and returning flags from C# to C++ and then C++ is returning a meaningful SEXP based on the flag. |
rSharp_load_assembly
should try-catchrSharp_load_assembly
should return a flag
rSharp_load_assembly
should return a flagrSharp_create_domain
should return a flag
|
This came up through a series of unfortunate events, but anyway, if a user does not call rsharp_create_domain, but calls other methods, the exception would happen and we should not crash R process in that event. |
Co-authored-by: PavelBal <[email protected]>
Loading assembly might throw an unhandled exception, which crashes R.
The text was updated successfully, but these errors were encountered: