From 7151d0fdc960e439aa71ad3e4c69e00153c0f377 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Sun, 19 Jan 2014 12:32:21 +0100 Subject: Adapt fun prototype when looking for second chance implicits (aka BigInt) If we look for aprototype of the form select(name, FunProto(args, ...)) it's important that the result type of the FunProto type is a wildcard type, because implicit views are disabled for that match. --- this commit achieves the first bootstrap of dotty! --- --- test/dotc/tests.scala | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'test/dotc/tests.scala') diff --git a/test/dotc/tests.scala b/test/dotc/tests.scala index 0e43faf5a..fe31f1e53 100644 --- a/test/dotc/tests.scala +++ b/test/dotc/tests.scala @@ -54,7 +54,9 @@ class tests extends CompilerTest { @Test def dotc_reporting = compileDir(dotcDir + "tools/dotc/reporting") @Test def dotc_typer = compileDir(dotcDir + "tools/dotc/typer") @Test def dotc_util = compileDir(dotcDir + "tools/dotc/util") + @Test def tools_io = compileDir(dotcDir + "tools/io") + @Test def tools = compileDir(dotcDir + "tools") -// @Test def dotc_compilercommand = compileFile(dotcDir + "tools/dotc/config/", "CompilerCommand") + @Test def dotc_compilercommand = compileFile(dotcDir + "tools/dotc/config/", "CompilerCommand") } \ No newline at end of file -- cgit v1.2.3