From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32023 invoked by alias); 21 Jun 2006 11:36:08 -0000 Received: (qmail 32015 invoked by uid 22791); 21 Jun 2006 11:36:08 -0000 X-Spam-Check-By: sourceware.org Received: from 62-177-154-238.dsl.bbeyond.nl (HELO lembu.sumatrasoftware.com) (62.177.154.238) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 21 Jun 2006 11:36:02 +0000 Content-class: urn:content-classes:message Subject: RE: new module MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Wed, 21 Jun 2006 11:36:00 -0000 Message-ID: In-Reply-To: <1150887245.2600.26.camel@elsschot.wildebeest.org> From: "Jeroen Frijters" To: "Mark Wielaard" , "Andrew John Hughes" Cc: , "Mauve News Group" X-IsSubscribed: yes Mailing-List: contact mauve-discuss-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: mauve-discuss-owner@sourceware.org X-SW-Source: 2006-q2/txt/msg00017.txt.bz2 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=20 > concurrency patch. >=20 > :) We might, but apart from one small typo in the Ecj build script, > fixed as follows: >=20 > 2006-06-21 Mark Wielaard >=20 > * Ecj: Fix jikese typo. >=20 > there is a compilation error on the generics branch which=20 > might or might > not be valid (I don't have the language spec handy): >=20 > 3. ERROR in ../../classpath/java/util/Collections.java > (at line 6622) > (Class>) Map.Entry.class; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > Cannot cast from Class to Class> 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