summaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorLars Hupel <lars.hupel@mytum.de>2016-11-28 14:57:39 +0100
committerLars Hupel <lars.hupel@mytum.de>2016-12-01 10:31:54 +0100
commitc7b818fdd7776d1e0230af025eb81ebc0d6aebe0 (patch)
tree5e94b3f952cab88ab8bfc01c3f62990444584a3c /project
parent01535229108bba2a4c75f70b936e8e9a9a4431db (diff)
downloadscala-c7b818fdd7776d1e0230af025eb81ebc0d6aebe0.tar.gz
scala-c7b818fdd7776d1e0230af025eb81ebc0d6aebe0.tar.bz2
scala-c7b818fdd7776d1e0230af025eb81ebc0d6aebe0.zip
remove deprecated compiler flag "-Yinfer-by-name"
This was slated for removal in 2.12.
Diffstat (limited to 'project')
-rw-r--r--project/ScalaOptionParser.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/ScalaOptionParser.scala b/project/ScalaOptionParser.scala
index bcc561cb0d..dfc9d481a9 100644
--- a/project/ScalaOptionParser.scala
+++ b/project/ScalaOptionParser.scala
@@ -83,7 +83,7 @@ object ScalaOptionParser {
private def booleanSettingNames = List("-X", "-Xcheckinit", "-Xdev", "-Xdisable-assertions", "-Xexperimental", "-Xfatal-warnings", "-Xfull-lubs", "-Xfuture", "-Xlog-free-terms", "-Xlog-free-types", "-Xlog-implicit-conversions", "-Xlog-implicits", "-Xlog-reflective-calls",
"-Xno-forwarders", "-Xno-patmat-analysis", "-Xno-uescape", "-Xnojline", "-Xprint-pos", "-Xprint-types", "-Xprompt", "-Xresident", "-Xshow-phases", "-Xstrict-inference", "-Xverify", "-Y",
"-Ybreak-cycles", "-Ydebug", "-Ycompact-trees", "-YdisableFlatCpCaching", "-Ydoc-debug",
- "-Yide-debug", "-Yinfer-argument-types", "-Yinfer-by-name",
+ "-Yide-debug", "-Yinfer-argument-types",
"-Yissue-debug", "-Ylog-classpath", "-Ymacro-debug-lite", "-Ymacro-debug-verbose", "-Ymacro-no-expand",
"-Yno-completion", "-Yno-generic-signatures", "-Yno-imports", "-Yno-predef",
"-Yoverride-objects", "-Yoverride-vars", "-Ypatmat-debug", "-Yno-adapted-args", "-Ypartial-unification", "-Ypos-debug", "-Ypresentation-debug",