public inbox for mauve-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Mark Wielaard <mark@klomp.org>
To: Andrew John Hughes <a.hughes@dcs.shef.ac.uk>
Cc: tromey@redhat.com, Mauve News Group <mauve-discuss@sources.redhat.com>
Subject: Re: new module
Date: Wed, 21 Jun 2006 10:54:00 -0000	[thread overview]
Message-ID: <1150887245.2600.26.camel@elsschot.wildebeest.org> (raw)
In-Reply-To: <9BDBA329-C8C7-4D7C-8D3E-AE58D2D3524B@dcs.shef.ac.uk>

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>>

Cheers,

Mark

--- scripts/Ecj 19 Jun 2006 19:53:33 -0000      1.2
+++ scripts/Ecj 21 Jun 2006 10:48:57 -0000
@@ -88,7 +88,7 @@
 cd org.eclipse.jdt.core
 exec > ../ecj-native-build/Log.Std 2>&1
 set -e
-find compiler batch -name \*.java | CLASSPATH=compiler:batch xargs ../ecj-gcj-build/ecj -1.4 -bootclasspath $TOP/classpath/jikese-install/share/classpath/glibj.zip -classpath compiler:batch -d ../ecj-native-build -nowarn
+find compiler batch -name \*.java | CLASSPATH=compiler:batch xargs ../ecj-gcj-build/ecj -1.4 -bootclasspath $TOP/classpath/jikes-install/share/classpath/glibj.zip -classpath compiler:batch -d ../ecj-native-build -nowarn
 )

 Report "ecj built with native-ecj" $? ecj-native-build/Log.Std


  reply	other threads:[~2006-06-21 10:54 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-19 16:03 Tom Tromey
2006-06-19 17:03 ` Andrew John Hughes
2006-06-21  7:52   ` Mark Wielaard
2006-06-21  8:45     ` Andrew John Hughes
2006-06-21 10:54       ` Mark Wielaard [this message]
2006-06-21 11:36         ` Jeroen Frijters
2006-06-21 18:50         ` Andrew John Hughes

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1150887245.2600.26.camel@elsschot.wildebeest.org \
    --to=mark@klomp.org \
    --cc=a.hughes@dcs.shef.ac.uk \
    --cc=mauve-discuss@sources.redhat.com \
    --cc=tromey@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).