From 4f4fb45d7bc41564c3ba0483c5a663172e063994 Mon Sep 17 00:00:00 2001 From: Jason Zaugg Date: Thu, 24 Sep 2015 18:48:06 +0300 Subject: SI-9415 Turn on SAM by default Initial work to change settings and test by Svyatoslav Ilinskiy Thanks! To avoid cycles during overload resolution (which showed up during bootstrapping), and to improve performance, I've guarded the detection of SAM types in `isCompatible` to cases when the LHS is potentially compatible. --- test/files/neg/sammy_error_exist_no_crash.flags | 1 - test/files/neg/sammy_restrictions.flags | 1 - test/files/neg/sammy_wrong_arity.flags | 1 - 3 files changed, 3 deletions(-) delete mode 100644 test/files/neg/sammy_error_exist_no_crash.flags delete mode 100644 test/files/neg/sammy_restrictions.flags delete mode 100644 test/files/neg/sammy_wrong_arity.flags (limited to 'test/files/neg') diff --git a/test/files/neg/sammy_error_exist_no_crash.flags b/test/files/neg/sammy_error_exist_no_crash.flags deleted file mode 100644 index e1b37447c9..0000000000 --- a/test/files/neg/sammy_error_exist_no_crash.flags +++ /dev/null @@ -1 +0,0 @@ --Xexperimental \ No newline at end of file diff --git a/test/files/neg/sammy_restrictions.flags b/test/files/neg/sammy_restrictions.flags deleted file mode 100644 index 48fd867160..0000000000 --- a/test/files/neg/sammy_restrictions.flags +++ /dev/null @@ -1 +0,0 @@ --Xexperimental diff --git a/test/files/neg/sammy_wrong_arity.flags b/test/files/neg/sammy_wrong_arity.flags deleted file mode 100644 index 48fd867160..0000000000 --- a/test/files/neg/sammy_wrong_arity.flags +++ /dev/null @@ -1 +0,0 @@ --Xexperimental -- cgit v1.2.3