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. --- test/files/neg/t6963b.flags | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/files/neg/t6963b.flags (limited to 'test/files/neg/t6963b.flags') diff --git a/test/files/neg/t6963b.flags b/test/files/neg/t6963b.flags new file mode 100644 index 0000000000..83caa2b147 --- /dev/null +++ b/test/files/neg/t6963b.flags @@ -0,0 +1 @@ +-Xmigration:2.7 -Xfatal-warnings \ No newline at end of file -- cgit v1.2.3