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

Use std::ffi everywhere instead of std::os::raw #122

Merged
merged 3 commits into from
Jan 11, 2025
Merged

Conversation

spx01
Copy link
Contributor

@spx01 spx01 commented Nov 4, 2024

Replace usage of std::os::raw with std::ffi for C types.
Fixes #75.

AldaronLau and others added 2 commits March 20, 2024 02:29
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@AldaronLau
Copy link
Member

@spx01 Thanks, this is great! Can you either run cargo +nightly fmt or apply the format suggestions in CI?

@spx01
Copy link
Contributor Author

spx01 commented Nov 10, 2024

Done!

Copy link
Member

@AldaronLau AldaronLau left a comment

Choose a reason for hiding this comment

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

@spx01 Great! I just merged some code to get CI working again. Once those changes rebased or merged in, I can merge this

@AldaronLau AldaronLau linked an issue Nov 13, 2024 that may be closed by this pull request
@AldaronLau AldaronLau added this to the v2.0.0 milestone Nov 13, 2024
@AldaronLau AldaronLau changed the base branch from v2 to issue-75 January 11, 2025 06:40
@AldaronLau AldaronLau merged commit ffaefc1 into ardaku:issue-75 Jan 11, 2025
46 of 67 checks passed
AldaronLau added a commit that referenced this pull request Jan 11, 2025
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: spx01 <[email protected]>
Co-authored-by: Jeron Aldaron Lau <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AldaronLau added a commit that referenced this pull request Jan 11, 2025
Signed-off-by: spx01 <[email protected]>
Co-authored-by: Jeron Aldaron Lau <[email protected]>
github-merge-queue bot pushed a commit that referenced this pull request Jan 11, 2025
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.

whoami 2.0: switch to std::ffi
2 participants