Aladdin - Scala Bugtracking
[#275] project: compiler priority: low category: bug
submitter assigned to status date submitted
Philippe Martin fixed 2004-01-19 16:25:35.0
subject import of pilib fails with modified Predef
code
import scala.concurrent.pilib._;
what happened

First touch scala/Predef.scala, then try to compile the code above without first recompiling th\ e scala library. This raises the following error:

tmp/test.scala:1: file /home/paltherr/work/scala-micro/sources/scala/Predef.scala does not define public class s\
cala.Predef
import scala.concurrent.pilib._;
                       ^
one error found
what expected no error
[back to overview]
Changes of this bug report
Martin  edited on  2004-04-18 11:54:34.0
seems to have been fixed by a previous change.