On 28 Apr 2006, at 10:26, Jeroen Frijters wrote:
Andrew John Hughes wrote:
So I see, although you didn't post a patch.
I did.
http://developer.classpath.org/pipermail/classpath-patches/2006-
April/00
1837.html
In general, can everyone please check against the generics
branch in future if there is something that could possibly
have been implemented there already.
I'm trying to get things more in sync, but this takes time.
This can be easily done using:
http://fuseyism.com/java/comparison/generics-classpath-compare.html
which is updated nightly.
Thanks. I didn't know about that one. It is very handy indeed.
Regards,
Jeroen
This should now be in sync following last night's merge. I found,
during merging, that the method which was
still calling System was added to HEAD after the change I made to the
generics branch (back in 2004, when I first
bootstrapped it) and then was merged to the branch. So thanks for
catching this, and I guess we need to watch
out for this in future (although now that both copies use VMSystem,
it's less of a problem).
Cheers,
Andrew