-
Notifications
You must be signed in to change notification settings - Fork 743
Failing test on macOS #1619
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
Comments
This is because you're using a newer libclang than 5.0, which is the last one we test. We should update the matrix to test newer libclangs and make that test libclang-version-specific, I'd think. |
Looks like libclang 9 support was added in #1646. Is this resolved now? I'm on a Mac, what should I run to verify? |
If you use clang 9, then just |
Yes, I installed it with
All tests pass:
Several show non-fatal errors while running, such as:
|
Yup, that's expected. Alright then, let's call this fixed by #1646, thanks! |
macOS 10.14.6
The text was updated successfully, but these errors were encountered: