-
Notifications
You must be signed in to change notification settings - Fork 22
docparser cleanups #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
Conversation
2107eea to
e6be4be
Compare
fe3583b to
c68bfbb
Compare
|
Rebased. I've added a comment to describe how the test helper is used. I'm planning to work on "fixing" the parallel processing, and implement "--only-missing" on top of that. (BTW, I have rebased your cmn/docker branch, and extended it to build the actual gem, instead of using the rubygem version). |
|
This keeps spewing |
|
My hunch is that the ffi/clang default configuration isn't actually platform-specific ? I have no idea, but macOS gives me the same error about |
|
https://stackoverflow.com/questions/20587228/clang-error-stddef-file-not-found suggests installing the |
|
That did not solve it.. I wonder if this is actually just about reporting and we've never really been able to find |
|
It is, actually, and the |
a764b32 to
2a44766
Compare
Any error when parsing will result in a confused clang parser with missing data
2a44766 to
3d5f630
Compare
|
Rebased, I've removed |
This updates how we interface with clang so we get better reporting, limited to one error (which is usually a bad sign), the possibility to pass custom compile flags (I need to point clang 7.0 to my SDKs headers), as well as some slight filesystem optimizations.