Hiroya Fujinami

Results 27 comments of Hiroya Fujinami

yes, I know it. I'm trying to fix it now. please wait, and sorry.

@RokkuCode I think it is fixed by the new release.

It is described by Mustache spec.

@samueleaton If you work for such Mustache blindnesses really, you should make more exhaustive example describing Mustache spec, to inform Crustache supporting features. Why you want to add this example?

@takahi-i What is the status on this?

@takahi-i Thank you for your response. I'm waiting patiently.

@RX14 I can separate this PR into the wrapper bug fix and others (using `Colorize.on_tty_support!` in compiler). This bug fix is just one line, however it causes a conflict with...

@RX14 Bug fix patch: ```diff diff --git a/bin/crystal b/bin/crystal index 54704199d..8b4380f30 100755 --- a/bin/crystal +++ b/bin/crystal @@ -115,7 +115,7 @@ __has_colors() { return 1 fi } -SUPPORTS_COLORS=$(__has_colors) +SUPPORTS_COLORS=$(__has_colors && echo...

I didn't intend to fix a bug. I implemented TTY detection on the wrapper script correctly, then I fixed a bug unexpectedly. Why cause a problem when I make a...