-
Notifications
You must be signed in to change notification settings - Fork 38
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 compatibility? #230
Comments
I'm not sure if it is related, but Spectator also was not working with Windows (diif error showed up). But in case it helps, they noted some fix info here: https://gitlab.com/arctic-fox/spectator/-/issues/58 |
The reason for failure is that ameba expects My primary advise is to not use For POSIX platforms, a basic shell script should work for any non-trivial tasks. As long as it doesn't use any bashisms or similar, it should be good. Feel free to jump in the discussion: crystal-lang/shards#468 |
As a workaround, you can use |
@straight-shoota , thanks I'll try your recommendation re |
I added the
|
Oh, that looks like a shards bug. |
Is this shard Windows compatible?
When I tried to build on Windows via
shards install --ignore-crystal-version
, I get the following error:See:
See:
The text was updated successfully, but these errors were encountered: