-
Notifications
You must be signed in to change notification settings - Fork 39
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
Completely broken on v0.6 #52
Comments
might work, not sure |
Where was This is apparently used for C A more basic issue, however is that libpq_interface.jl (the Clang-generated file) is picking up a whole bunch of C standard-library functions ( |
Current It looks like |
ccall used to be oddly permissive of invalid code in parts it didn't use or call |
Probably easiest to just manually trim the unnecessary functions from that file for now. It is not very long, and the API seems small enough to maintain the wrappers manually. |
Sadly, this package is now completely broken on 0.6 :(
I started patching it but got stuck at
The text was updated successfully, but these errors were encountered: