-
Notifications
You must be signed in to change notification settings - Fork 68
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
Unable to wrap stat
#320
Comments
Is it feasible to use |
related: #290 IMHO, this is a bug and should be fixed in the upstream. |
Currently Edit: oops, now |
Maybe |
Just to make sure, this is not because stat is being excluded in this rewriter? EDIT:
Getting this error both on the #321 and dump-doc-patch branch mentioned in JuliaGeo/GDAL.jl#120
|
Just shooting here, but could this be related? OSGeo/gdal#4123 |
I think real C compilers probably should not error because of this. Here Clang.jl found |
One workaround is we always collect tag types and ignore functions. |
fixed on master. |
This happened when I am wrapping GDAL.jl.
On linux, if I attemp to wrap this code:
because
stat
is also a function,Audit
pass can not be passed. But it seems that neitherCollectTopLevelNode
norCollectDependentSystemNode
supports filtering, andAudit
pass can not be disabled.Do we need to add filtering earlier to solve this?
The text was updated successfully, but these errors were encountered: