summaryrefslogtreecommitdiff
path: root/bincompat-forward.whitelist.conf
diff options
context:
space:
mode:
authorAntoine Gourlay <antoine@gourlay.fr>2017-02-08 16:05:03 +0100
committerAntoine Gourlay <antoine@gourlay.fr>2017-02-21 15:39:26 +0100
commit6411170ede09ace8e5f1f018dcf5661846ed7d27 (patch)
tree986f4f46a7e4de16850c654f19cc39721d9a7717 /bincompat-forward.whitelist.conf
parent76bfb9e0e5f38ce264f2a03490731f5865fa468f (diff)
downloadscala-6411170ede09ace8e5f1f018dcf5661846ed7d27.tar.gz
scala-6411170ede09ace8e5f1f018dcf5661846ed7d27.tar.bz2
scala-6411170ede09ace8e5f1f018dcf5661846ed7d27.zip
SD-256 enable colored output by default on unix
`scala.color` now has 3 states: `true`, `false` and `auto` (the default). `auto` allows colors if not on windows and if the shell is interactive (as in, both stdin and stdout are a tty). The autodetect works as expected when run via SBT too, and it can always be overriden on the CLI or via JAVA_OPTS.
Diffstat (limited to 'bincompat-forward.whitelist.conf')
-rw-r--r--bincompat-forward.whitelist.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/bincompat-forward.whitelist.conf b/bincompat-forward.whitelist.conf
index b765fb384b..fdd0f0fa22 100644
--- a/bincompat-forward.whitelist.conf
+++ b/bincompat-forward.whitelist.conf
@@ -423,6 +423,14 @@ filter {
{
matchName="scala.annotation.showAsInfix"
problemName=MissingClassProblem
+ },
+ {
+ matchName="scala.util.PropertiesTrait.coloredOutputEnabled"
+ problemName=DirectMissingMethodProblem
+ },
+ {
+ matchName="scala.util.Properties.coloredOutputEnabled"
+ problemName=DirectMissingMethodProblem
}
]
}