kemalcr / kemal

Fast, Effective, Simple Web Framework

Home Page:https://kemalcr.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A simple hello world kemal app run on windows failed. (but compilation on github action successful)

zw963 opened this issue · comments

Description

Following is a show case project for compile kemal app for windows use github action.

it compile successful, and uploaded into release

but, when run it from a windows 10 virtual box, it failed, following is screenshot.

image

Thanks

Signal.trap is not supported on Windows. This needs to be migrated to a portable API: https://crystal-lang.org/api/1.8.1/Signal.html#portability