https://codereview.appspot.com/12265043/diff/11001/src/pkg/container/heap/heap.go File src/pkg/container/heap/heap.go (right): https://codereview.appspot.com/12265043/diff/11001/src/pkg/container/heap/heap.go#newcode9 src/pkg/container/heap/heap.go:9: // This means the minimum element of the entire ...
11 years, 7 months ago
(2013-08-02 20:05:51 UTC)
#4
https://codereview.appspot.com/12265043/diff/11001/src/pkg/container/heap/heap.go File src/pkg/container/heap/heap.go (right): https://codereview.appspot.com/12265043/diff/11001/src/pkg/container/heap/heap.go#newcode9 src/pkg/container/heap/heap.go:9: // This means the minimum element of the entire ...
11 years, 7 months ago
(2013-08-02 21:54:10 UTC)
#5
LGTM Will defer to others on docs. https://codereview.appspot.com/12265043/diff/20001/src/pkg/container/heap/heap.go File src/pkg/container/heap/heap.go (right): https://codereview.appspot.com/12265043/diff/20001/src/pkg/container/heap/heap.go#newcode9 src/pkg/container/heap/heap.go:9: // This ...
11 years, 7 months ago
(2013-08-05 16:56:29 UTC)
#7
https://codereview.appspot.com/12265043/diff/20001/src/pkg/container/heap/heap.go File src/pkg/container/heap/heap.go (right): https://codereview.appspot.com/12265043/diff/20001/src/pkg/container/heap/heap.go#newcode9 src/pkg/container/heap/heap.go:9: // This means the minimum element in the tree ...
11 years, 7 months ago
(2013-08-05 17:33:58 UTC)
#8
Thank you gentlemen. https://codereview.appspot.com/12265043/diff/20001/src/pkg/container/heap/heap.go File src/pkg/container/heap/heap.go (right): https://codereview.appspot.com/12265043/diff/20001/src/pkg/container/heap/heap.go#newcode9 src/pkg/container/heap/heap.go:9: // This means the minimum element ...
11 years, 7 months ago
(2013-08-05 22:15:09 UTC)
#11
LGTM https://codereview.appspot.com/12265043/diff/27001/src/pkg/container/heap/heap.go File src/pkg/container/heap/heap.go (right): https://codereview.appspot.com/12265043/diff/27001/src/pkg/container/heap/heap.go#newcode59 src/pkg/container/heap/heap.go:59: // Same as Remove(h, 0). It is equivalent ...
11 years, 7 months ago
(2013-08-05 22:21:40 UTC)
#12
If you say hg mail CL it will automatically send another mail. Just hg upload, ...
11 years, 7 months ago
(2013-08-05 22:38:22 UTC)
#15
If you say hg mail CL it will automatically send another mail. Just hg
upload, and reply to the comments via Rietveld.
- gri
On Mon, Aug 5, 2013 at 3:26 PM, <pieter@binky.org.uk> wrote:
> On 2013/08/05 22:21:40, r wrote:
>
>> LGTM
>>
>
>
> https://codereview.appspot.**com/12265043/diff/27001/src/**
>
pkg/container/heap/heap.go<https://codereview.appspot.com/12265043/diff/27001/src/pkg/container/heap/heap.go>
>
>> File src/pkg/container/heap/heap.go (right):
>>
>
>
> https://codereview.appspot.**com/12265043/diff/27001/src/**
>
pkg/container/heap/heap.go#**newcode59<https://codereview.appspot.com/12265043/diff/27001/src/pkg/container/heap/heap.go#newcode59>
>
>> src/pkg/container/heap/heap.**go:59: // Same as Remove(h, 0).
>> It is equivalent to Remove(h, 0).
>>
>
> (while you're here, please make this a sentence.)
>>
>
> Heh, there you go.
>
> When I make small changes like this, is is sufficient to hg upload and
> then Publish & Mail comments? I keep doing hg mail, and end up sending
> two mails each time.
>
>
https://codereview.appspot.**com/12265043/<https://codereview.appspot.com/122...
>
On 2013/08/05 22:38:22, gri wrote: > If you say hg mail CL it will automatically ...
11 years, 7 months ago
(2013-08-05 22:40:25 UTC)
#16
On 2013/08/05 22:38:22, gri wrote:
> If you say hg mail CL it will automatically send another mail. Just hg
> upload, and reply to the comments via Rietveld.
> - gri
I know, I was just wondering what the protocol was. I'll do as you say in the
future, thank you.
Issue 12265043: code review 12265043: container/heap: add Fix and document the min is element 0.
(Closed)
Created 11 years, 7 months ago by peted
Modified 11 years, 7 months ago
Reviewers:
Base URL:
Comments: 10