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

zvariant: Fix compilation of gvariant feature on non-unix platforms #651

Merged
merged 1 commit into from
Feb 22, 2024

Conversation

felinira
Copy link
Contributor

@felinira felinira commented Feb 22, 2024

This would fail compilation on eg. windows because the FD generic does not actually exist there.

Reproduce via cargo build --features="gvariant" --target=x86_64-pc-windows-gnu

felinira added a commit to felinira/gvdb-rs that referenced this pull request Feb 22, 2024
@zeenix
Copy link
Contributor

zeenix commented Feb 22, 2024

Thanks so much @felinira . We should enable gvariant testing on Windows CI so these things don't happen.

@zeenix zeenix merged commit d95f9ed into dbus2:main Feb 22, 2024
7 checks passed
@zeenix
Copy link
Contributor

zeenix commented Feb 23, 2024

@felinira btw, for future contributions, kindly add emoji prefixes to the commits and make use of abbreviated crate name, as per our contributing guidelines.

felinira added a commit to felinira/gvdb-rs that referenced this pull request Feb 23, 2024
felinira added a commit to felinira/gvdb-rs that referenced this pull request Feb 23, 2024
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