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

CI should check that the C documentation is up to date #31

Open
carsten-wenderdel opened this issue Nov 17, 2024 · 0 comments
Open

CI should check that the C documentation is up to date #31

carsten-wenderdel opened this issue Nov 17, 2024 · 0 comments
Labels
good first issue Good for newcomers

Comments

@carsten-wenderdel
Copy link
Owner

carsten-wenderdel commented Nov 17, 2024

When crates/wildbg-c/src/lib.rs is changed, then typically crates/wildbg-c/wildbg.h needs to be updated as well. The CI should check this and run cbindgen whenever unit tests and linting are checked.

The command used for that should probably be the one currently mentioned in lib.rs:
cbindgen --config cbindgen.toml --crate wildbg-c --output crates/wildbg-c/wildbg.h --lang c

@carsten-wenderdel carsten-wenderdel added the good first issue Good for newcomers label Nov 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant