-
Notifications
You must be signed in to change notification settings - Fork 35
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
simplify foreigncall handling #554
Conversation
Codecov Report
@@ Coverage Diff @@
## master #554 +/- ##
==========================================
- Coverage 86.80% 86.26% -0.54%
==========================================
Files 12 12
Lines 2539 2505 -34
==========================================
- Hits 2204 2161 -43
- Misses 335 344 +9
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Fixes #552, hopefully |
86e7473
to
a164e7f
Compare
Some of the code needs to be put back to handle e.g. the
case |
a164e7f
to
ef90fb5
Compare
f770f6b
to
f06c55f
Compare
f06c55f
to
87c7c07
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The failures in nightly CI are known and unrelated. Thanks so much for working on this!
Instead of reconstructing the surface syntax we can just pass along the arguments to a
Expr(:foreigncall, ...)
.Fixes #552