-
Notifications
You must be signed in to change notification settings - Fork 59
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
Fix for C stack checking issues on 1.1 #293
Conversation
This seems to work interactively on Mac. |
@Non-Contradiction , I believe this doesn’t fix the issue of JuliaCall since JuliaCall does not initialize R. We might need to put the same fix at a different location for JuliaCall. |
Edit: It is not relevant because the patch is only applied on unix platform. |
Yes, adding |
It seems that we also need a fix for Windows. See #289 (comment) |
853860d
to
0794f9e
Compare
Let's merge it to master and make a release. |
When can I see the next release including this patch? I want to use an official version of RCall.jl on Julia 1.1. |
It's pending to be released JuliaLang/METADATA.jl#21150 |
Great! Thank you very much! |
Fixes #289.