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

Add an option for skipping static functions #456

Merged
merged 1 commit into from
Nov 25, 2023
Merged

Conversation

Gnimuc
Copy link
Member

@Gnimuc Gnimuc commented Nov 25, 2023

close #455

cc @sloede

@Gnimuc Gnimuc merged commit 9ceb07f into master Nov 25, 2023
12 of 22 checks passed
@Gnimuc Gnimuc deleted the add-skip-static-func-opt branch November 25, 2023 04:43
@JoshuaLampert
Copy link
Contributor

Thanks for this quick addition @Gnimuc! However, for me, static functions are only skipped if skip_static_functions = true in the generator.toml is before the [codegen] block other than suggested in the example file. Is that to be expected and if yes, could this be adjusted in the example generator.toml?

@Gnimuc
Copy link
Member Author

Gnimuc commented Nov 25, 2023

Thanks for this quick addition @Gnimuc! However, for me, static functions are only skipped if skip_static_functions = true in the generator.toml is before the [codegen] block other than suggested in the example file. Is that to be expected and if yes, could this be adjusted in the example generator.toml?

Oops! That's a miss.

@JoshuaLampert
Copy link
Contributor

Alright, thanks for the quick reply and the quick fix!

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.

Does Clang.jl have an option to skip static functions?
2 participants