On Sun, Apr 29, 2012 at 9:32 AM, Alexandre Bertails
<
alex...@bertails.org> wrote:
> Hi Aemon,
>
> On Sat, Apr 28, 2012 at 9:46 PM, Aemon Cannon <
aemon...@gmail.com> wrote:
>> Hi Alexandre,
>>
>> The presentation compiler embedded in ensime does sometimes return different
>> results from the official compiler. Especially for tricky implicit
>> resolution.
>> However, the fact that your project worked with older versions makes me
>> think it might be a project configuration issue. What types of errors are
>> you seeing?
>
> For example, I have something like that:
>
> [[
> ERROR: overloaded method value read with alternatives: (s:
> String,base: String)scalaz.Validation[Throwable,Rdf#Graph] <and>
> (file: java.io.File,base:
> String)scalaz.Validation[Throwable,Rdf#Graph] cannot be applied to
> (java.io.InputStreamReader, String) : line 37
> ]]
>
> The corresponding code is at [1]. That's basic OOP with method
> overloading (the real method is a few line down), so I don't really
> understand how the presentation compiler can be so wrong here.
happier. That is scary, isn't it?