This is the mail archive of the mauve-discuss@sourceware.org mailing list for the Mauve project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: new module


Mark Wielaard wrote:
> On Wed, 2006-06-21 at 09:45 +0100, Andrew John Hughes wrote:
> > Hallelujah! We might finally see the result of Tom's 
> concurrency patch.
> 
> :) We might, but apart from one small typo in the Ecj build script,
> fixed as follows:
> 
> 2006-06-21  Mark Wielaard  <mark@klomp.org>
> 
>         * Ecj: Fix jikese typo.
> 
> there is a compilation error on the generics branch which 
> might or might
> not be valid (I don't have the language spec handy):
> 
> 3. ERROR in ../../classpath/java/util/Collections.java
>  (at line 6622)
>         (Class<Map.Entry<K,V>>) Map.Entry.class;
>         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> Cannot cast from Class<Map.Entry> to Class<Map.Entry<K,V>>

I'm no generics expert, but I've given this a little thought and I think
that ecj is right. I will commit my patch.

Regards,
Jeroen


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]