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

Issue 5726062: code review 5726062: expvar: add missing locking in String methods (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 2 months ago by bradfitz
Modified:
13 years, 2 months ago
Reviewers:
CC:
golang-dev, rsc
Visibility:
Public.

Description

expvar: add missing locking in String methods

Patch Set 1 #

Patch Set 2 : diff -r a0a830baec9e https://go.googlecode.com/hg #

Patch Set 3 : diff -r a0a830baec9e https://go.googlecode.com/hg #

Patch Set 4 : diff -r a0a830baec9e https://go.googlecode.com/hg #

Patch Set 5 : diff -r a0a830baec9e https://go.googlecode.com/hg #

Patch Set 6 : diff -r a0a830baec9e https://go.googlecode.com/hg #

Patch Set 7 : diff -r a0a830baec9e https://go.googlecode.com/hg #

Patch Set 8 : diff -r a0a830baec9e https://go.googlecode.com/hg #

Patch Set 9 : diff -r a0a830baec9e https://go.googlecode.com/hg #

Patch Set 10 : diff -r 1f28e9df4dc1 https://go.googlecode.com/hg #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -7 lines) Patch
M src/pkg/expvar/expvar.go View 1 2 3 3 chunks +15 lines, -7 lines 0 comments Download

Messages

Total messages: 6
bradfitz
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg
13 years, 2 months ago (2012-03-05 18:36:39 UTC) #1
bradfitz
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 2 months ago (2012-03-05 18:40:37 UTC) #2
bradfitz
In this version, also changed a new(bytes.Buffer) to var b bytes.Buffer. On Mon, Mar 5, ...
13 years, 2 months ago (2012-03-05 18:41:12 UTC) #3
rsc
LGTM On Mon, Mar 5, 2012 at 13:40, <bradfitz@golang.org> wrote: > Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), ...
13 years, 2 months ago (2012-03-05 18:43:20 UTC) #4
bradfitz
This won't submit. bradfitz@gopher:~/go/src$ hg p 5726062: expvar: add missing locking in String methods Reviewer: ...
13 years, 2 months ago (2012-03-05 18:54:37 UTC) #5
bradfitz
13 years, 2 months ago (2012-03-05 19:09:54 UTC) #6
*** Submitted as http://code.google.com/p/go/source/detail?r=b18c189bbc61 ***

expvar: add missing locking in String methods

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

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