aboutsummaryrefslogtreecommitdiffstats
path: root/tool/colorize.rb
Commit message (Collapse)AuthorAgeFilesLines
* Put colorize to library directory.Hiroshi SHIBATA2019-07-151-50/+0
| | | | Same as 66299e7ca83d379d13abaa5411f3e0419334cabb
* colorize.rb: get rid of syntax errors on older versionsNobuyoshi Nakada2019-06-041-3/+3
|
* colorize.rb: make `colors_file` optionalNobuyoshi Nakada2019-06-041-5/+7
| | | | [ci skip]
* colorize.rb: fix reading from test/colorsNobuyoshi Nakada2019-06-041-2/+3
| | | | [ci skip]
* colorize.rb: read `test/colors` file afer `$TEST_COLORS`Nobuyoshi Nakada2019-06-041-0/+6
| | | | [ci skip]
* Revert "Fix building with 1.8 BASERUBY"Jeremy Evans2019-05-291-1/+1
| | | | | | | | | This reverts commit 05bc14d81a1d7f6af826a92371aeff0c3fb2a67e. We have decided that the cost of reintroducing support for 1.8 BASERUBY outweighs the benefit. If you are still using 1.8 and want to build master/trunk, build and install the latest release, and use that as BASERUBY.
* Fix building with 1.8 BASERUBYJeremy Evans2019-05-271-1/+1
|
* distinguish pass and fail by highlight [ci skip]nobu2017-10-141-1/+1
| | | | | | | | | * tool/colorize.rb: remove highlight attribute from "pass" to make distinguishable from "fail" by other than red-green colors. * tool/ifchange: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60179 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* make-snapshot: colorize [ci skip]nobu2017-06-151-11/+11
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59087 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* ext/extmk.rb: colorize notes [Feature #13302]nobu2017-04-211-0/+41
* common.mk (build-ext): pass variables to colorize. * ext/extmk.rb: colorize notes with tool/colorize.rb. * tool/colorize.rb: extract from tool/generic_erb.rb. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58426 b2dd03c8-39d4-4d8f-98ff-823fe69b080e