Skip to content

fixup: Remove os(Windows) guards for resize internals #90

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

Closed

Conversation

simonjbeaumont
Copy link
Contributor

#89 attempted to add FileDescriptor.resize(to:) for Windows too, but there was still an #if !os(Windows) guard around an implementation detail so the Windows build failed.

This PR removes the guards around the internal implementation and the tests.

@simonjbeaumont simonjbeaumont requested a review from compnerd June 9, 2022 18:39
@simonjbeaumont
Copy link
Contributor Author

@compnerd Would it be possible to verify this patch until I get my cross-compilation toolchain up and running?

Copy link
Collaborator

@compnerd compnerd left a comment

Choose a reason for hiding this comment

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

Seems to build locally with CMake (we still need to repair the tests for development with SPM).

@simonjbeaumont simonjbeaumont marked this pull request as ready for review June 9, 2022 18:55
@simonjbeaumont simonjbeaumont requested a review from milseman June 9, 2022 18:55
@milseman
Copy link
Contributor

@swift-ci please test

@compnerd
Copy link
Collaborator

@swift-ci please test

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.

3 participants