From a3bf34563d718f19ad02ff9ac5a2a1cec865aa24 Mon Sep 17 00:00:00 2001 From: Jason Zaugg Date: Sat, 7 Jul 2012 09:24:50 +0200 Subject: SI-6028 Avoid needless symbol renaming in lambdalift. Preserve names of all referenced free vars. Only the proxy symbols have the fresh names. The resulting natural beauty is evident in the diff of t6028.check. This subsumes the treatment in 0e170e4b that ensured named parameter calls cannot see mangled names; pos/t6028 confirms as much. --- test/files/run/t6028.scala | 1 - 1 file changed, 1 deletion(-) (limited to 'test/files/run/t6028.scala') diff --git a/test/files/run/t6028.scala b/test/files/run/t6028.scala index 7611aee0fc..cab17535fc 100644 --- a/test/files/run/t6028.scala +++ b/test/files/run/t6028.scala @@ -14,7 +14,6 @@ object Test extends DirectTest { |""".stripMargin.trim override def show(): Unit = { - // redirect err to out, for logging Console.withErr(System.out) { compile() } -- cgit v1.2.3