summaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorLars Hupel <lars.hupel@mytum.de>2016-11-28 14:49:17 +0100
committerLars Hupel <lars.hupel@mytum.de>2016-12-01 10:31:54 +0100
commit01535229108bba2a4c75f70b936e8e9a9a4431db (patch)
treec2046772efb9b6b41bffd080f8fcc9bd999ea20a /project
parentc2eb299b0e1ed2f321a81d4afbdb36762e2c0e7b (diff)
downloadscala-01535229108bba2a4c75f70b936e8e9a9a4431db.tar.gz
scala-01535229108bba2a4c75f70b936e8e9a9a4431db.tar.bz2
scala-01535229108bba2a4c75f70b936e8e9a9a4431db.zip
remove deprecated compiler flag "-Yeta-expand-keeps-star"
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 af82f8fce5..bcc561cb0d 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",
- "-Yeta-expand-keeps-star", "-Yide-debug", "-Yinfer-argument-types", "-Yinfer-by-name",
+ "-Yide-debug", "-Yinfer-argument-types", "-Yinfer-by-name",
"-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",