This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [patch] SimpleTimeZone take 2
Tom Tromey writes:
> >>>>> "Jerry" == Jerry Quinn <jlquinn@optonline.net> writes:
>
> Jerry> The new setStartRule and setEndRule don't work right yet, but I
> Jerry> think the problem is more global with the way the date is
> Jerry> represented here. Basically, there is a failure because the
> Jerry> current implementation tries to compare a date using dayofweek
> Jerry> with one that doesn't.
>
> If you aren't planning to fix it soon, could you file a PR that
> encapsulates what you know about the problem and potential fixes?
> Or write some Mauve tests showing the problem? Those would both be
> pretty helpful...
PR 15336. Should I wait on adding the tests until the fix is in or
put them in now?
Jerry