seems reasonable as code but what is the motivation? http://codereview.appspot.com/4259065/diff/3006/src/cmd/gocheck/doc.go File src/cmd/gocheck/doc.go (right): http://codereview.appspot.com/4259065/diff/3006/src/cmd/gocheck/doc.go#newcode6 src/cmd/gocheck/doc.go:6: ...
that's just the web. the CL has been updated
- gri
On Thu, Mar 10, 2011 at 11:21 AM, Russ Cox <rsc@golang.org> wrote:
> CL description on the web still says gofront
>
sigh. ok, will come up with another name. thanks.
- gri
On Thu, Mar 10, 2011 at 11:36 AM, Evan Shaw <chickencha@gmail.com> wrote:
> This came up before when Govet was introduced, but the name Gocheck is
> in use: http://niemeyer.net/gocheck
>
> - Evan
>
http://codereview.appspot.com/4259065/diff/25001/src/cmd/gotype/doc.go File src/cmd/gotype/doc.go (right): http://codereview.appspot.com/4259065/diff/25001/src/cmd/gotype/doc.go#newcode14 src/cmd/gotype/doc.go:14: Given a list of file names, each file must ...
PTAL http://codereview.appspot.com/4259065/diff/25001/src/cmd/gotype/doc.go File src/cmd/gotype/doc.go (right): http://codereview.appspot.com/4259065/diff/25001/src/cmd/gotype/doc.go#newcode14 src/cmd/gotype/doc.go:14: Given a list of file names, each file ...
LGTM http://codereview.appspot.com/4259065/diff/29001/src/cmd/gotype/doc.go File src/cmd/gotype/doc.go (right): http://codereview.appspot.com/4259065/diff/29001/src/cmd/gotype/doc.go#newcode36 src/cmd/gotype/doc.go:36: process files concurrently. this is now gone
On Thu, Mar 10, 2011 at 14:27, Robert Griesemer <gri@golang.org> wrote:
> that's just the web. the CL has been updated
i assume that you moved the CL using hg clpatch
from one machine to another. be aware that if you
move it again clpatch fetches the description from
the web, so you will get the stale one.
russ
On Fri, Mar 11, 2011 at 7:16 AM, <rsc@golang.org> wrote:
>
http://codereview.appspot.com/4259065/diff/29001/src/cmd/gotype/gotype.go#new...
> src/cmd/gotype/gotype.go:185: processPackage([]string{os.Stdin.Name()})
> I don't believe you can open os.Stdin.Name() on windows,
> and you can't even open it on Unix in some conditions
> (for example, if stdin is an open network connection).
>
> Would be more reliable to pass a *os.File, string pair in this case.
Let me fix this in a separate CL. I think I need to restructure a bit.
Everything else fixed. Thanks for the review.
- Robert
*** Submitted as http://code.google.com/p/go/source/detail?r=d697ac78ca5d *** gotype: commandline tool to typecheck go programs First version. Handles ...
Issue 4259065: code review 4259065: gotype: commandline tool to typecheck go programs
(Closed)
Created 14 years ago by gri
Modified 13 years, 8 months ago
Reviewers:
Base URL:
Comments: 22