aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2014-02-28 10:04:34 +0100
committerMartin Odersky <odersky@gmail.com>2014-02-28 10:04:34 +0100
commit57fc70d1467d0c3eb637058c336b6dd7f1fab153 (patch)
treee3e860705ebeab778fefa14751b77633a72cecbc
parentc62c45305797a28e1435756cadd59c411eb5fbeb (diff)
downloaddotty-57fc70d1467d0c3eb637058c336b6dd7f1fab153.tar.gz
dotty-57fc70d1467d0c3eb637058c336b6dd7f1fab153.tar.bz2
dotty-57fc70d1467d0c3eb637058c336b6dd7f1fab153.zip
Drop task of simplifying hk types.
See examplation in 2nd commit of branch aborted/simplify-hk.
-rw-r--r--src/dotty/tools/dotc/Main.scala4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/dotty/tools/dotc/Main.scala b/src/dotty/tools/dotc/Main.scala
index 955304dda..72f29fe6e 100644
--- a/src/dotty/tools/dotc/Main.scala
+++ b/src/dotty/tools/dotc/Main.scala
@@ -9,9 +9,7 @@ import core.Contexts.Context
import reporting.Reporter
/* To do:
- * - simplify hk types
- * - Don't open package objects from class files if they are present in source
- * - Revise the way classes are inherited - when not followed by [...] or (...),
+s * - Revise the way classes are inherited - when not followed by [...] or (...),
* assume the unparameterized type and forward type parameters as we do now for the synthetic head class.
*/
object Main extends Driver {