Skip to content

Is a Windows version of Mint planned? #744

@Teddy55Codes

Description

@Teddy55Codes

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_terminate instead of Signal::INT.trap) and in src/test_runner/browser.cr (process.terminate instead of process.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.json file.

My question is, now that crystal has a preview windows version, is a windows version of mint planned?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions