From 1de399d3c655807465c6369f77d08e57743e7eaa Mon Sep 17 00:00:00 2001 From: James Iry Date: Mon, 28 Jan 2013 08:55:34 -0800 Subject: SI-6963 Add version to -Xmigration Adds an optional version parameter to the -Xmigration compiler setting. Doing -Xmigration without version number behaves as it used to by dumping every possible migration warning. This commit adds a ScalaVersion class (plus ancillary stuff), and a ScalaVersionSetting. --- src/library/scala/annotation/migration.scala | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/library') diff --git a/src/library/scala/annotation/migration.scala b/src/library/scala/annotation/migration.scala index 49fea9434c..adb6de6afd 100644 --- a/src/library/scala/annotation/migration.scala +++ b/src/library/scala/annotation/migration.scala @@ -17,7 +17,8 @@ package scala.annotation * order between Scala 2.7 and 2.8. * * @param message A message describing the change, which is emitted - * by the compiler if the flag `-Xmigration` is set. + * by the compiler if the flag `-Xmigration` indicates a version + * prior to the changedIn version. * * @param changedIn The version, in which the behaviour change was * introduced. -- cgit v1.2.3