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

Issue 207087: code review 207087: remove assumption that all files belonging to a package... (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

remove assumption that all files belonging to a package are in the same directory: - adjust ast.Package node and doc.PackageDoc correspondingly - introduce parser.ParseFiles

Patch Set 1 #

Patch Set 2 : code review 207087: remove assumption that all files belonging to a package... #

Total comments: 1

Patch Set 3 : code review 207087: remove assumption that all files belonging to a package... #

Patch Set 4 : code review 207087: remove assumption that all files belonging to a package... #

Patch Set 5 : code review 207087: remove assumption that all files belonging to a package... #

Unified diffs Side-by-side diffs Delta from patch set Stats (+46 lines, -26 lines) Patch
M src/pkg/exp/parser/interface.go View 2 chunks +4 lines, -3 lines 0 comments Download
M src/pkg/go/ast/ast.go View 1 chunk +1 line, -2 lines 0 comments Download
M src/pkg/go/doc/doc.go View 4 chunks +3 lines, -5 lines 0 comments Download
M src/pkg/go/parser/interface.go View 1 2 2 chunks +38 lines, -16 lines 0 comments Download

Messages

Total messages: 4
gri
Hello rsc (cc: golang-dev@googlegroups.com), I'd like you to review this change.
15 years, 5 months ago (2010-02-12 22:15:38 UTC) #1
rsc
LGTM http://codereview.appspot.com/207087/diff/10/14 File src/pkg/go/parser/interface.go (right): http://codereview.appspot.com/207087/diff/10/14#newcode146 src/pkg/go/parser/interface.go:146: // ParseFileList calls ParseFile for each file in ...
15 years, 5 months ago (2010-02-12 22:36:57 UTC) #2
gri
Done. Will need to submit with the pending godoc changes (after review) since this CL ...
15 years, 5 months ago (2010-02-12 22:50:26 UTC) #3
gri
15 years, 5 months ago (2010-02-16 19:20:28 UTC) #4
*** Submitted as http://code.google.com/p/go/source/detail?r=c1a627ac3676 ***

remove assumption that all files belonging to a package are in the same
directory:
- adjust ast.Package node and doc.PackageDoc correspondingly
- introduce parser.ParseFiles

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

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