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

Windows support #74

Open
giann opened this issue Sep 1, 2022 · 2 comments
Open

Windows support #74

giann opened this issue Sep 1, 2022 · 2 comments
Milestone

Comments

@giann
Copy link
Collaborator

giann commented Sep 1, 2022

Make it work on Windows:

  • build MIR for windows
  • does pcre for windows?
  • io and fs apis are somewhat different for windows
@giann giann added the feature label Sep 1, 2022
@giann giann added this to the 0.1.0 milestone Sep 1, 2022
@giann giann removed the feature label Dec 27, 2022
@giann
Copy link
Collaborator Author

giann commented Jul 11, 2023

Progress:

  • Compiling
  • PCRE: built in build.zig
  • Mimalloc: built in build.zig
  • MIR: built with build.zig but fails at runtime

@ghost
Copy link

ghost commented Jul 27, 2023

if it helps the Go standard library is pretty readable:

https://github.com/golang/go/blob/go1.20.6/src/os/file_windows.go

giann added a commit that referenced this issue Oct 11, 2023
@giann giann modified the milestones: 0.3.0, 0.4.0 Oct 13, 2023
@giann giann modified the milestones: 0.4.0, 0.5.0 May 14, 2024
giann added a commit that referenced this issue Jul 31, 2024
giann added a commit that referenced this issue Jul 31, 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

When branches are created from issues, their pull requests are automatically linked.

1 participant