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

Issue 216059: code review 216059: go/ast: use a slice instead of a linked list for the li... (Closed)

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

Description

go/ast: use a slice instead of a linked list for the list of comments (this will simplify some further changes) removed several TODOs

Patch Set 1 #

Patch Set 2 : code review 216059: go/ast: use a slice instead of a linked list for the li... #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -42 lines) Patch
M src/pkg/go/ast/ast.go View 2 chunks +9 lines, -6 lines 0 comments Download
M src/pkg/go/ast/filter.go View 4 chunks +2 lines, -9 lines 0 comments Download
M src/pkg/go/ast/walk.go View 2 chunks +3 lines, -6 lines 0 comments Download
M src/pkg/go/doc/doc.go View 2 chunks +2 lines, -2 lines 0 comments Download
M src/pkg/go/parser/parser.go View 3 chunks +10 lines, -8 lines 0 comments Download
M src/pkg/go/printer/nodes.go View 4 chunks +5 lines, -5 lines 0 comments Download
M src/pkg/go/printer/printer.go View 4 chunks +7 lines, -6 lines 0 comments Download

Messages

Total messages: 3
gri
Hello rsc (cc: golang-dev@googlegroups.com), I'd like you to review this change.
15 years, 5 months ago (2010-02-20 00:31:22 UTC) #1
rsc
LGTM
15 years, 5 months ago (2010-02-20 00:41:30 UTC) #2
gri
15 years, 5 months ago (2010-02-20 01:03:11 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=0692c79ada0a ***

go/ast: use a slice instead of a linked list for the list of comments
        (this will simplify some further changes)
removed several TODOs

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

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