This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [gcjx] Patch: FYI: explicit type parameters
- From: Tom Tromey <tromey at redhat dot com>
- To: Ranjit Mathew <rmathew at gmail dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: 23 Oct 2005 10:19:40 -0600
- Subject: Re: [gcjx] Patch: FYI: explicit type parameters
- References: <m34q7a7bxr.fsf@localhost.localdomain><djeuko$513$1@sea.gmane.org>
- Reply-to: tromey at redhat dot com
>>>>> "Ranjit" == Ranjit Mathew <rmathew@gmail.com> writes:
Ranjit> I have fleshed out this part for the pretty-printer as
Ranjit> shown in the attached patch and committed it.
What do you think about getting rid of the old dumper and just using
the new one everywhere? FWIW I'm not particularly attached to the
output style used by the old one, and it only exists to help with
debugging in some situations.
Tom