LGTM sorry this was all my fault. On Thu, Mar 22, 2012 at 19:02, Brad ...
12 years, 11 months ago
(2012-03-22 18:33:50 UTC)
#4
LGTM sorry this was all my fault.
On Thu, Mar 22, 2012 at 19:02, Brad Fitzpatrick <bradfitz@golang.org> wrote:
> LGTM
>
> On Thu, Mar 22, 2012 at 10:57 AM, <iant@golang.org> wrote:
>
>> Reviewers: bradfitz,
>>
>> Message:
>> Hello bradfitz (cc: golang-dev@googlegroups.com),
>>
>> I'd like you to review this change to
>> https://go.googlecode.com/hg/
>>
>>
>> Description:
>> cmd/gc: fix comment typo, assignment spacing
>>
>> Please review this at
http://codereview.appspot.com/**5874053/<http://codereview.appspot.com/5874053/>
>>
>> Affected files:
>> M src/cmd/gc/walk.c
>>
>>
>> Index: src/cmd/gc/walk.c
>> ==============================**==============================**=======
>> --- a/src/cmd/gc/walk.c
>> +++ b/src/cmd/gc/walk.c
>> @@ -2358,10 +2358,10 @@
>>
>> walkexprlistsafe(n->list, init);
>>
>> - // walkexprlistsafe will leave OINDEX (s[n]) along if both s
>> + // walkexprlistsafe will leave OINDEX (s[n]) alone if both s
>> // and n are name or literal, but those may index the slice we're
>> // modifying here. Fix explicitly.
>> - for(l = n->list; l; l=l->next)
>> + for(l=n->list; l; l=l->next)
>> l->n = cheapexpr(l->n, init);
>>
>> nsrc = n->list->n;
>>
>>
>>
>
Issue 5874053: code review 5874053: cmd/gc: fix comment typo, assignment spacing
(Closed)
Created 12 years, 11 months ago by iant
Modified 12 years, 11 months ago
Reviewers:
Base URL:
Comments: 0