From 5708e9d73ba01c286d7155606b72caeab914face Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Tue, 1 Oct 2013 20:28:48 -0700 Subject: SI-6680 unsoundness in gadt typing. Introduces -Xstrict-inference to deal with the significant gap between soundness and what presently compiles. I'm hopeful that it's TOO strict, because it finds e.g. 75 errors compiling immutable/IntMap.scala, but it might be that bad. --- test/files/neg/run-gadts-strict.flags | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/files/neg/run-gadts-strict.flags (limited to 'test/files/neg/run-gadts-strict.flags') diff --git a/test/files/neg/run-gadts-strict.flags b/test/files/neg/run-gadts-strict.flags new file mode 100644 index 0000000000..19243266d1 --- /dev/null +++ b/test/files/neg/run-gadts-strict.flags @@ -0,0 +1 @@ +-Xstrict-inference \ No newline at end of file -- cgit v1.2.3