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

Issue 6281044: code review 6281044: go/ast: comment map implementation (Closed)

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

Description

go/ast: comment map implementation A comment map associates comments with AST nodes and permits correct updating of the AST's comment list when the AST is manipulated.

Patch Set 1 #

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

Patch Set 3 : diff -r ae0301294b9b https://code.google.com/p/go #

Patch Set 4 : diff -r ae0301294b9b https://code.google.com/p/go #

Patch Set 5 : diff -r 76f136192aac https://code.google.com/p/go #

Patch Set 6 : diff -r 76f136192aac https://code.google.com/p/go #

Patch Set 7 : diff -r 76f136192aac https://code.google.com/p/go #

Total comments: 26

Patch Set 8 : diff -r 319a9f3330d0 https://code.google.com/p/go #

Patch Set 9 : diff -r f33da81baac2 https://code.google.com/p/go #

Patch Set 10 : diff -r f33da81baac2 https://code.google.com/p/go #

Patch Set 11 : diff -r cbef2fd0bcda https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+411 lines, -0 lines) Patch
A src/pkg/go/ast/commentmap.go View 1 2 3 4 5 6 7 8 9 1 chunk +268 lines, -0 lines 0 comments Download
A src/pkg/go/ast/commentmap_test.go View 1 2 3 4 5 6 7 8 9 1 chunk +143 lines, -0 lines 0 comments Download

Messages

Total messages: 9
gri
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go
14 years ago (2012-06-04 23:51:02 UTC) #1
gri
hold off on this one - there's some issues with it - gri On Mon, ...
14 years ago (2012-06-05 17:13:04 UTC) #2
gri
Hello rsc@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
14 years ago (2012-06-07 01:23:25 UTC) #3
rsc
This is new API, but we can still tweak it until it is released, probably ...
14 years ago (2012-06-07 03:26:43 UTC) #4
gri
PTAL. The current plan is to use comment maps to augment the AST filtering code ...
14 years ago (2012-06-07 18:59:22 UTC) #5
rsc
LGTM
14 years ago (2012-06-07 19:09:41 UTC) #6
gri
PTAL. Changed Update function (now called Filter). - gri On Thu, Jun 7, 2012 at ...
14 years ago (2012-06-07 23:44:11 UTC) #7
rsc
LGTM
14 years ago (2012-06-13 19:09:30 UTC) #8
gri
14 years ago (2012-06-13 20:32:45 UTC) #9
*** Submitted as http://code.google.com/p/go/source/detail?r=5da2d3663cf1 ***

go/ast: comment map implementation

A comment map associates comments with AST nodes
and permits correct updating of the AST's comment
list when the AST is manipulated.

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

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