Dalibor Topic wrote:
> Andrew Haley wrote:
>> I think that jcheck is demanding that the merge comment must be "Merge",
>> but "hg fetch" generates "Automated merge with ..."
>>
>> Surely this must happen to people inside Sun all the time. So how do
>> y'all cope with it?
>
> in .hgrc I've got:
>
2009/5/28 Andrew Haley :
> Joseph D. Darcy wrote:
>> Andrew Haley wrote:
>>> Joseph D. Darcy wrote:
>>>
Alan Bateman wrote:
> Andrew Haley wrote:
>
>> :
>> OK, here it is. I put the test in java/lang/Double/ToString.java
>> rather than sun/misc/FloatingDecimal because
Andrew Haley wrote:
> I think that jcheck is demanding that the merge comment must be "Merge",
> but "hg fetch" generates "Automated merge with ..."
>
> Surely this must happen to people inside Sun all the time. So how do
> y'all cope with it?
in .hgrc I've got:
fetch = -m Merge
cheers,
dalibo
Joseph D. Darcy wrote:
> Andrew Haley wrote:
>> Joseph D. Darcy wrote:
>>
>>> Alan Bateman wrote:
>>>
Andrew Haley wrote:
> :
> OK, here it is. I put the test in java/lang/Double/ToString.java
> rather than sun/misc/FloatingDecimal because the bug manifested
>
Andrew Haley wrote:
Joseph D. Darcy wrote:
Alan Bateman wrote:
Andrew Haley wrote:
:
OK, here it is. I put the test in java/lang/Double/ToString.java
rather than sun/misc/FloatingDecimal because the bug manifested
itself in Double.toString although the fix was in
FloatingDecima
Andrew Haley wrote:
Alan Bateman wrote:
Andrew Haley wrote:
:
To which openjdk7 repo do you want me to push this?
My best guess is jdk7/jdk7-gate/jdk.
jdk7/tl-gate/jdk is where libs changes should be pushed.
OK. Just for my curiosity, what does "tl" stand for? I gues
Alan Bateman wrote:
> Andrew Haley wrote:
>> :
>> To which openjdk7 repo do you want me to push this?
>> My best guess is jdk7/jdk7-gate/jdk.
>>
> jdk7/tl-gate/jdk is where libs changes should be pushed.
OK. Just for my curiosity, what does "tl" stand for? I guessed
it was something to do wit
Andrew Haley wrote:
:
To which openjdk7 repo do you want me to push this?
My best guess is jdk7/jdk7-gate/jdk.
jdk7/tl-gate/jdk is where libs changes should be pushed.
-Alan.
Joseph D. Darcy wrote:
> Alan Bateman wrote:
>> Andrew Haley wrote:
>>> :
>>> OK, here it is. I put the test in java/lang/Double/ToString.java
>>> rather than sun/misc/FloatingDecimal because the bug manifested
>>> itself in Double.toString although the fix was in
>>> FloatingDecimal.dtoa.
>>>
Joseph D. Darcy wrote:
> Alan Bateman wrote:
>> Andrew Haley wrote:
>>> :
>>> OK, here it is. I put the test in java/lang/Double/ToString.java
>>> rather than sun/misc/FloatingDecimal because the bug manifested
>>> itself in Double.toString although the fix was in
>>> FloatingDecimal.dtoa.
>>>
Alan Bateman wrote:
Andrew Haley wrote:
:
OK, here it is. I put the test in java/lang/Double/ToString.java
rather than sun/misc/FloatingDecimal because the bug manifested
itself in Double.toString although the fix was in
FloatingDecimal.dtoa.
I agree that test/java/lang/Double is the best pl
Andrew Haley wrote:
:
OK, here it is. I put the test in java/lang/Double/ToString.java
rather than sun/misc/FloatingDecimal because the bug manifested
itself in Double.toString although the fix was in
FloatingDecimal.dtoa.
I agree that test/java/lang/Double is the best place for this. All loo
Alan Bateman wrote:
> Andrew Haley wrote:
>> This bug has been in Java for a long time, and the fix has been in
>> IcedTea
>> for a year and a half.
>>
>> The bug is a trivial off-by-one error.
>>
>> OK for OpenJDK7 and OpenJDK6?
>>
>> Andrew.
>>
> It looks reasonable to me although Joe would be
Andrew Haley wrote:
This bug has been in Java for a long time, and the fix has been in IcedTea
for a year and a half.
The bug is a trivial off-by-one error.
OK for OpenJDK7 and OpenJDK6?
Andrew.
It looks reasonable to me although Joe would be the best person to
review this. It would be goo
This bug has been in Java for a long time, and the fix has been in IcedTea
for a year and a half.
The bug is a trivial off-by-one error.
OK for OpenJDK7 and OpenJDK6?
Andrew.
--- oipenjdk/jdk/src/share/classes/sun/misc/FloatingDecimal.javaThu Sep
27 12:56:46 2007 -0700
+++ openjdk/jdk
15 matches
Mail list logo