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

refactor(capi): Move CAPI generation to its own crate #234

Merged
merged 6 commits into from
Nov 3, 2024

Conversation

ptondereau
Copy link
Contributor

@ptondereau ptondereau commented Oct 22, 2024

Extracting capi generation into its own crate

Also, I've updated the release workflow to support multiple OS and arch (Linux and MacOS)

@ptondereau ptondereau marked this pull request as ready for review October 23, 2024 11:49
@ptondereau ptondereau force-pushed the capi-crate branch 3 times, most recently from 6c6277e to 87d4a95 Compare October 23, 2024 18:53
biscuit-auth/src/token/mod.rs Outdated Show resolved Hide resolved
biscuit-capi/src/lib.rs Show resolved Hide resolved
Copy link

codspeed-hq bot commented Oct 23, 2024

CodSpeed Performance Report

Merging #234 will not alter performance

Comparing ptondereau:capi-crate (08f7900) with main (bf2f22a)

Summary

✅ 12 untouched benchmarks

@ptondereau ptondereau force-pushed the capi-crate branch 2 times, most recently from fb5ca0f to f951a8e Compare October 23, 2024 20:03
Comment on lines -72 to -82
include = [
"Cargo.toml",
"cbindgen.toml",
"build.rs",
"examples/*.rs",
"LICENSE",
"README.md",
"src/*.rs",
"src/*/*.rs",
"tests/*.rs"
]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't backported this, if someone has a clue on what's the purpose of include config

@ptondereau
Copy link
Contributor Author

@Geal or @divarvel can someone approve the workflow just to test the CI please?
Many thanks

@ptondereau
Copy link
Contributor Author

@Geal tests green! 🎉

…or handling cross-platform `uint64_t` type
biscuit-auth/src/token/mod.rs Outdated Show resolved Hide resolved
Copy link
Contributor

@Geal Geal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is great, thanks :)

@Geal Geal merged commit 4e6b2c8 into biscuit-auth:main Nov 3, 2024
5 checks passed
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