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

Issue 6282043: code review 6282043: text/template/parse: restore the goroutine (Closed)

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

Description

text/template/parse: restore the goroutine To avoid goroutines during init, the nextItem function was a clever workaround. Now that init goroutines are permitted, restore the original, simpler design.

Patch Set 1 #

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -12 lines) Patch
M src/pkg/text/template/parse/lex.go View 3 chunks +11 lines, -12 lines 0 comments Download

Messages

Total messages: 3
r
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go/
12 years, 11 months ago (2012-06-02 00:51:30 UTC) #1
bradfitz
LGTM On Fri, Jun 1, 2012 at 5:51 PM, <r@golang.org> wrote: > Reviewers: golang-dev_googlegroups.com, > ...
12 years, 11 months ago (2012-06-02 01:19:00 UTC) #2
r
12 years, 11 months ago (2012-06-02 01:34:25 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=0b9ae2971811 ***

text/template/parse: restore the goroutine
To avoid goroutines during init, the nextItem function was a
clever workaround. Now that init goroutines are permitted,
restore the original, simpler design.

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

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