This page is no longer maintained — Please continue to the home page at www.scala-lang.org

unusual error when running compiler with -Yide-debug

No replies
Kevin Wright
Joined: 2009-06-09,
User offline. Last seen 49 weeks 3 days ago.
I'm getting these errors when compiling my code with -Yide-debug using the 2.8 trunk:
.\src\autoproxy\test\Bar.scala:8: error: not found: type RichFoo @proxy val myFoo : Foo = new RichFoo                                      ^.\src\autoproxy\test\Example.scala:20: error: not found: type RichFoo val myFoo : Foo = new RichFoo

Curious thing is that this works just fine when I don't use the flagEven more curious, the error is occurring at some point BEFORE the namer phase
Is there anything special that I need to take into account when invoking the compiler in this mode, such as the order in which source files are supplied?

Copyright © 2012 École Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland