Re: Patches to fix java.lang [Was: Fixing java.lang]

2006-04-03 Thread Etienne Gagnon
Thanks for the pointers and the guidance. Working on it. :-) Etienne Paulex Yang wrote: > There are some helper classes on serialization test, which may make > serialization testcases easier to create. hmmm..., in fact, *some* here > means two, which come with contributions of different compone

Re: Patches to fix java.lang [Was: Fixing java.lang]

2006-04-03 Thread Paulex Yang
Etienne, FYI, There are some helper classes on serialization test, which may make serialization testcases easier to create. hmmm..., in fact, *some* here means two, which come with contributions of different components from different ones, and people here haven't decided how to merge them:-(.

Re: Patches to fix java.lang [Was: Fixing java.lang]

2006-04-03 Thread Tim Ellison
Etienne, It would be helpful if you could also include a regression test case to ensure that the serialized form is the same as the reference implementation. We do that by storing the serialized form of an object as written using the reference implementation. Regards, Tim Etienne Gagnon wrote:

Re: Patches to fix java.lang [Was: Fixing java.lang]

2006-04-01 Thread Etienne Gagnon
Thanks, Nathan. I've opened HARMONY-290 in the bug database. :-) Etienne Nathan Beyer wrote: > Here's what I do for patch submissions: >... -- Etienne M. Gagnon, Ph.D.http://www.info2.uqam.ca/~egagnon/ SableVM: http://www.sablevm.org/ SableCC:

RE: Patches to fix java.lang [Was: Fixing java.lang]

2006-04-01 Thread Nathan Beyer
ROTECTED] Sent: Saturday, April 01, 2006 5:22 PM To: harmony-dev@incubator.apache.org Subject: Patches to fix java.lang [Was: Fixing java.lang] Hi Geir, So, it's time for me to learn, slowly, the customs of the Harmony project. I'm ready to contribute the following 4 very modest pa

Patches to fix java.lang [Was: Fixing java.lang]

2006-04-01 Thread Etienne Gagnon
Hi Geir, So, it's time for me to learn, slowly, the customs of the Harmony project. I'm ready to contribute the following 4 very modest patches. FYI, I seeked the SerialVersionUIDs in Sun's public API: http://java.sun.com/j2se/1.5.0/docs/api/serialized-form.html What's the usual procedure? [