Compiler error

View: New views
4 Messages — Rating Filter:   Alert me  

Compiler error

by Naftoli Gugenheim :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi. I am trying to build my project using 2.7.4 or 2.7.5, using eclipse or maven which is not using fsc.
It prints:
exception when traversing ((rl: lrbcol.model.RequestLocation) => rl.request)
exception when traversing ...
It repeats this message with successively wider scope, going up the syntax tree.
In eclipse this in the eclipsec.exe console window.
Then it says, (in eclipse it's in the error log window following Build compiler (scalac) crashed)
scala.tools.nsc.symtab.Types$TypeError: type mismatch;
found   : rl.request.type (with underlying type object rl.request)
required: lrbcol.model.RequestLocationType#request.type
at scala.tools ...
...(a long stack trace)
This happens often with lift mapper objects when using an anonymous function like _.field.
Is this a known / fixed bug?

Re: Compiler error

by Ricky Clarkson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Search for it in trac, if you don't find it, report a bug.

2009/7/6 Naftoli Gugenhem <naftoligug@...>:

> Hi. I am trying to build my project using 2.7.4 or 2.7.5, using eclipse or maven which is not using fsc.
> It prints:
> exception when traversing ((rl: lrbcol.model.RequestLocation) => rl.request)
> exception when traversing ...
> It repeats this message with successively wider scope, going up the syntax tree.
> In eclipse this in the eclipsec.exe console window.
> Then it says, (in eclipse it's in the error log window following Build compiler (scalac) crashed)
> scala.tools.nsc.symtab.Types$TypeError: type mismatch;
> found   : rl.request.type (with underlying type object rl.request)
> required: lrbcol.model.RequestLocationType#request.type
> at scala.tools ...
> ...(a long stack trace)
> This happens often with lift mapper objects when using an anonymous function like _.field.
> Is this a known / fixed bug?
>



--
Ricky Clarkson
Java Programmer, AD Holdings
+44 1565 770804
Skype: ricky_clarkson
Google Talk: ricky.clarkson@...

Parent Message unknown Re: Compiler error

by Naftoli Gugenheim :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Unfortunately I don't have internet access right now. Would someone be able to do me a big favor and search for me? Or maybe someone (paulp?) knows if it is known/fixed?
Thanks!

-------------------------------------
Ricky Clarkson<ricky.clarkson@...> wrote:

Search for it in trac, if you don't find it, report a bug.

2009/7/6 Naftoli Gugenhem <naftoligug@...>:

> Hi. I am trying to build my project using 2.7.4 or 2.7.5, using eclipse or maven which is not using fsc.
> It prints:
> exception when traversing ((rl: lrbcol.model.RequestLocation) => rl.request)
> exception when traversing ...
> It repeats this message with successively wider scope, going up the syntax tree.
> In eclipse this in the eclipsec.exe console window.
> Then it says, (in eclipse it's in the error log window following Build compiler (scalac) crashed)
> scala.tools.nsc.symtab.Types$TypeError: type mismatch;
> found   : rl.request.type (with underlying type object rl.request)
> required: lrbcol.model.RequestLocationType#request.type
> at scala.tools ...
> ...(a long stack trace)
> This happens often with lift mapper objects when using an anonymous function like _.field.
> Is this a known / fixed bug?
>



--
Ricky Clarkson
Java Programmer, AD Holdings
+44 1565 770804
Skype: ricky_clarkson
Google Talk: ricky.clarkson@...

Re: Compiler error

by Randall Schulz :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Tuesday July 7 2009, Naftoli Gugenhem wrote:
> Unfortunately I don't have internet access right now. ...

I had no idea RFC 1149 had actually been implemented!


RRS