zw963
December 5, 2024, 8:48am
1
I will start maintaining Sentry on Crystal-China.
Build/Runs your crystal application, watches files, and rebuilds/restarts app on file changes
Lots of bugfixs and nearly half of the code was rewritten in recent two days.
For details, check the README.md in the page.
For interested users, help wanted for refine the English grammar error in README.md, comment, code, anyway, PR or issue always welcome.
3 Likes
zw963
December 5, 2024, 1:24pm
3
Thank you, i saw you PR.
{% if flag?(:win32) %}
if (app_process = @app_process)
app_process.terminate
# app_process.wait # do we need add this too?
end
{% end %}
Do we need add app_process.wait
waiting terminate completely before run build generate new file?
I don’t think so, I’m not on Windows for a while now. Maybe you can try on a Windows 11 VM
1 Like
zw963
December 6, 2024, 6:17am
5
Yes, you are right, I create a PR for fix window support, it works a tiny hello world web server project , please have a look if i’ve missed something? I’m still a beginner when using Crystal on Windows.
zw963
December 10, 2024, 8:40am
6
Thanks for sdogruyol’s help, windows binary is available for download now.
2 Likes