crystal-lang / shards

Dependency manager for the Crystal language
Other
765 stars 102 forks source link

"--no-color" is broken when "shards build" fails #508

Closed evgkrsk closed 3 years ago

evgkrsk commented 3 years ago

Bug Report

There is no difference if "--no-color" is present or absent in args during "shards build" failure:

image

BUT there is difference when compilation is successful:

image
❯ crystal -v
Crystal 1.0.0 (2021-03-22)

LLVM: 11.1.0
Default target: x86_64-apple-macosx

(ordinal "brew install crystal" on macOS BigSur 11.4, iMac 2020)

oprypin commented 3 years ago

Yes, this report is true.

image