Skip to content
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

Require libclang 9.0 or newer #2932

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

Kriskras99
Copy link
Contributor

Adds a check for the loaded libclang version and returns an error if the version is unsupported.

@emilio
Copy link
Contributor

emilio commented Sep 16, 2024

I think I'd rather do a warning than a hard error. We've had issues detecting versions in e.g. Apple clang.

Adds a check for the loaded libclang version and logs a warning
if the version is unsupported.
@Kriskras99
Copy link
Contributor Author

I have changed the error to a warning, printed using the log crate. If the user has the logging feature disabled they won't see it.

@emilio emilio added this pull request to the merge queue Sep 18, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to no response for status checks Sep 18, 2024
@Kriskras99
Copy link
Contributor Author

It was removed from the merge queue for some reason

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants