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
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
Done.
Will need to submit with the pending godoc changes (after review)
since this CL requires some changes to godoc's package.html template.
- Robert
On Fri, Feb 12, 2010 at 2:36 PM, <rsc@golang.org> wrote:
> 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 filenames list and returns
> suggest ParseFiles, since the field in Package is Files.
>
> in contrast to ParseExprList, ParseStmtList,
> FileList is not a grammar term.
>
> http://codereview.appspot.com/207087/show
>
Issue 207087: code review 207087: remove assumption that all files belonging to a package...
(Closed)
Created 15 years, 5 months ago by gri
Modified 15 years, 5 months ago
Reviewers:
Base URL:
Comments: 1