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

Issue 210044: code review 210044: time.Ticker: fix bug arising when all tickers are dead. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
15 years, 4 months ago by r
Modified:
15 years, 3 months ago
Reviewers:
CC:
rsc, golang-dev
Visibility:
Public.

Description

time.Ticker: fix bug arising when all tickers are dead. thanks to yglgogo for analysis. Fixes issue 593.

Patch Set 1 #

Patch Set 2 : code review 210044: time.Ticker: fix bug arising when all tickers are dead. #

Total comments: 1

Patch Set 3 : code review 210044: time.Ticker: fix bug arising when all tickers are dead. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -6 lines) Patch
M src/pkg/time/tick.go View 1 2 2 chunks +15 lines, -6 lines 0 comments Download
M src/pkg/time/tick_test.go View 1 1 chunk +9 lines, -0 lines 0 comments Download

Messages

Total messages: 3
r
Hello rsc (cc: golang-dev@googlegroups.com), I'd like you to review this change.
15 years, 4 months ago (2010-02-17 05:18:13 UTC) #1
rsc
LGTM http://codereview.appspot.com/210044/diff/6/7 File src/pkg/time/tick.go (right): http://codereview.appspot.com/210044/diff/6/7#newcode42 src/pkg/time/tick.go:42: // If there's no wakeLoop, start one. nice ...
15 years, 4 months ago (2010-02-17 15:19:32 UTC) #2
r
15 years, 3 months ago (2010-02-17 22:55:36 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=9da37c7ba72b ***

time.Ticker: fix bug arising when all tickers are dead.
thanks to yglgogo for analysis.

Fixes issue 593.

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

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