From 60ab9f8f525d319aa5b6d5052018c6781da036eb Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Wed, 29 Apr 2015 10:36:16 +0200 Subject: Pickling modularization reorg The pickling package got rather large and confusing with three separate tasks that each had their own conventions: read JVM classfiles, read Scala2 pickle info, read Tasty. The classes for each task are now in separate packages. --- src/dotty/tools/dotc/FromTasty.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dotty/tools/dotc/FromTasty.scala') diff --git a/src/dotty/tools/dotc/FromTasty.scala b/src/dotty/tools/dotc/FromTasty.scala index 37f6933bf..019846396 100644 --- a/src/dotty/tools/dotc/FromTasty.scala +++ b/src/dotty/tools/dotc/FromTasty.scala @@ -14,7 +14,7 @@ import Phases.Phase import util._ import Decorators._ import dotty.tools.dotc.transform.Pickler -import pickling.DottyUnpickler +import tasty.DottyUnpickler import ast.tpd._ /** Compiler for TASTY files. -- cgit v1.2.3