Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(544)

Issue 89290043: code review 89290043: cmd/gc: call fmtinstallgo() sooner (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years ago by atom
Modified:
11 years ago
Reviewers:
minux1
CC:
rsc, minux1, golang-codereviews
Visibility:
Public.

Description

cmd/gc: avoid %L in error message Fixes issue 7783

Patch Set 1 #

Patch Set 2 : diff -r ce907da5e2fb https://code.google.com/p/go/ #

Patch Set 3 : diff -r ce907da5e2fb https://code.google.com/p/go/ #

Total comments: 2

Patch Set 4 : diff -r ce907da5e2fb https://code.google.com/p/go/ #

Patch Set 5 : diff -r 2b0a7f247bb3 https://code.google.com/p/go/ #

Total comments: 1

Patch Set 6 : diff -r 2b0a7f247bb3 https://code.google.com/p/go/ #

Patch Set 7 : diff -r 70af843fed44 https://code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M src/cmd/gc/lex.c View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 9
atom
Hello rsc@golang.org (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go/
11 years ago (2014-04-18 12:03:03 UTC) #1
minux1
lex.c changes look good. https://codereview.appspot.com/89290043/diff/40001/src/liblink/obj.c File src/liblink/obj.c (right): https://codereview.appspot.com/89290043/diff/40001/src/liblink/obj.c#newcode33 src/liblink/obj.c:33: for(h=(ctxt ? ctxt->hist : nil); ...
11 years ago (2014-04-18 14:51:58 UTC) #2
atom
https://codereview.appspot.com/89290043/diff/40001/src/liblink/obj.c File src/liblink/obj.c (right): https://codereview.appspot.com/89290043/diff/40001/src/liblink/obj.c#newcode33 src/liblink/obj.c:33: for(h=(ctxt ? ctxt->hist : nil); h!=nil; h=h->link) { On ...
11 years ago (2014-04-18 15:01:52 UTC) #3
minux1
On Apr 18, 2014 11:01 AM, <0xE2.0x9A.0x9B@gmail.com> wrote: > https://codereview.appspot.com/89290043/diff/40001/src/liblink/obj.c#newcode33 > src/liblink/obj.c:33: for(h=(ctxt ? ctxt->hist ...
11 years ago (2014-04-18 15:11:14 UTC) #4
atom
On 2014/04/18 15:11:14, minux wrote: > i see. then i suggest we change the offending ...
11 years ago (2014-04-18 15:20:39 UTC) #5
minux1
LGTM if you made two changes. basically, i think just s/fatal/sysfatal/ is sufficient for this ...
11 years ago (2014-04-18 15:28:12 UTC) #6
atom
On 2014/04/18 15:28:12, minux wrote: > LGTM if you made two changes. > > basically, ...
11 years ago (2014-04-18 15:40:45 UTC) #7
minux1
LGTM.
11 years ago (2014-04-18 15:57:02 UTC) #8
atom
11 years ago (2014-04-20 09:02:05 UTC) #9
*** Submitted as https://code.google.com/p/go/source/detail?r=7da10a02f6dd ***

cmd/gc: avoid %L in error message

Fixes issue 7783

LGTM=minux.ma
R=rsc, minux.ma
CC=golang-codereviews
https://codereview.appspot.com/89290043
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b