- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
unusual error when running compiler with -Yide-debug
Tue, 2009-11-17, 15:18
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?
.\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?