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

add windows to test matrix #45

Closed
wants to merge 5 commits into from
Closed

add windows to test matrix #45

wants to merge 5 commits into from

Conversation

TimothyStiles
Copy link
Collaborator

A side effect of #11 being merged was that I refactored the command tests and they should now be able to run on windows. This pull request tests that theory.

@TimothyStiles
Copy link
Collaborator Author

So I was super wrong on that. It looks like windows just don't like unix style paths and I'm not quite sure what to do.

@TimothyStiles TimothyStiles mentioned this pull request Oct 23, 2020
@TimothyStiles TimothyStiles linked an issue Oct 23, 2020 that may be closed by this pull request
@TimothyStiles TimothyStiles mentioned this pull request Apr 22, 2021
@codeclimate
Copy link

codeclimate bot commented Apr 26, 2021

Code Climate has analyzed commit a6de1db and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (95% is the threshold).

This pull request will bring the total coverage in the repository to 97.0% (0.0% change).

View more on Code Climate.

@TimothyStiles
Copy link
Collaborator Author

Turns out it isn't GFFIO that is broken but literally all IO for windows panics. More research needs to be done.

@TimothyStiles
Copy link
Collaborator Author

Turns out windows users can use some official Microsoft subsystem to avoid powershell so we don't have to support windows explicitly :D

@TimothyStiles TimothyStiles deleted the windows-test branch August 30, 2021 21:22
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.

Testing on windows
1 participant