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

Issue 4001048: code review 4001048: log: rename Exit* to Fatal* (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 1 month ago by r
Modified:
14 years, 1 month ago
Reviewers:
CC:
rsc, golang-dev
Visibility:
Public.

Description

log: rename Exit* to Fatal* This aligns the naming scheme with the testing package and also lets govet work on more logging calls.

Patch Set 1 #

Patch Set 2 : code review 4001048: log: rename Exit* to Fatal* #

Unified diffs Side-by-side diffs Delta from patch set Stats (+77 lines, -77 lines) Patch
M doc/codelab/wiki/get.go View 3 chunks +4 lines, -4 lines 0 comments Download
M doc/codelab/wiki/srcextract.go View 1 chunk +1 line, -1 line 0 comments Download
M doc/effective_go.html View 2 chunks +2 lines, -2 lines 0 comments Download
M doc/htmlgen.go View 1 chunk +1 line, -1 line 0 comments Download
M misc/dashboard/builder/main.go View 1 chunk +5 lines, -5 lines 0 comments Download
M misc/goplay/goplay.go View 2 chunks +2 lines, -2 lines 0 comments Download
M src/cmd/godoc/godoc.go View 1 2 chunks +3 lines, -3 lines 0 comments Download
M src/cmd/godoc/main.go View 5 chunks +5 lines, -5 lines 0 comments Download
M src/pkg/exec/lp_test.go View 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/http/server.go View 2 chunks +2 lines, -2 lines 0 comments Download
M src/pkg/log/log.go View 3 chunks +14 lines, -14 lines 0 comments Download
M src/pkg/netchan/export.go View 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/netchan/import.go View 1 chunk +2 lines, -2 lines 0 comments Download
M src/pkg/rpc/server.go View 5 chunks +5 lines, -5 lines 0 comments Download
M src/pkg/rpc/server_test.go View 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/syslog/syslog_test.go View 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/unicode/maketables.go View 14 chunks +25 lines, -25 lines 0 comments Download
M src/pkg/websocket/websocket_test.go View 1 chunk +1 line, -1 line 0 comments Download
M test/garbage/parser.go View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3
r
Hello rsc (cc: golang-dev@googlegroups.com), I'd like you to review this change.
14 years, 1 month ago (2011-02-01 20:15:22 UTC) #1
rsc
LGTM
14 years, 1 month ago (2011-02-01 20:16:52 UTC) #2
r
14 years, 1 month ago (2011-02-01 20:47:38 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=244f63f88b27 ***

log: rename Exit* to Fatal*
This aligns the naming scheme with the testing package and
also lets govet work on more logging calls.

R=rsc
CC=golang-dev
http://codereview.appspot.com/4001048
Sign in to reply to this message.

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