From f86c36f8e05bccc1bb7df07f50b565514fd7f100 Mon Sep 17 00:00:00 2001 From: Jason Zaugg Date: Fri, 24 Jan 2014 23:05:42 +0100 Subject: SI-2066 -Xsource:2.10: lenient treatment of variance in <:<, =:= The soundness hole was exploited in Scalaz. They have fixed their codebase correctly for Scalac 7.1.x, but have less freedom to break source compatiblity in 7.0.x. After this commit, they could choose to compile that branch with -Xsource:2.10 --- test/files/pos/t2066-2.10-compat.flags | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/files/pos/t2066-2.10-compat.flags (limited to 'test/files/pos/t2066-2.10-compat.flags') diff --git a/test/files/pos/t2066-2.10-compat.flags b/test/files/pos/t2066-2.10-compat.flags new file mode 100644 index 0000000000..94c8056747 --- /dev/null +++ b/test/files/pos/t2066-2.10-compat.flags @@ -0,0 +1 @@ +-Xsource:2.10 -- cgit v1.2.3