-
-
Notifications
You must be signed in to change notification settings - Fork 153
Open
Description
I am currently using mint on a project where some people are using windows. After a bit of testing in a VM, i found that there are only a few changes required to get mint running on windows.
- Using baked_file_system with the windows fix #48
- Using platform agnostic termination handling in
src/command.cr(Process.on_terminateinstead ofSignal::INT.trap) and insrc/test_runner/browser.cr(process.terminateinstead ofprocess.signal(:kill)).
After these changes i was able to run a basic mint app. There are 2 additional issues i have found however.
- When i tried the mint-website i got an error that an environment variable could not be found, even after i set that environment variable manually.
- When i tried to use the language server with the vscode extension, it always complains that it could not find the
mint.jsonfile.
My question is, now that crystal has a preview windows version, is a windows version of mint planned?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels