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: ...
14 years, 2 months ago
(2011-03-10 18:42:43 UTC)
#3
that's just the web. the CL has been updated - gri On Thu, Mar 10, ...
14 years, 2 months ago
(2011-03-10 19:27:23 UTC)
#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, ...
14 years, 2 months ago
(2011-03-10 19:40:29 UTC)
#8
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 ...
14 years, 2 months ago
(2011-03-10 21:28:31 UTC)
#10
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 ...
14 years, 2 months ago
(2011-03-10 23:38:23 UTC)
#11
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
14 years, 2 months ago
(2011-03-11 00:02:34 UTC)
#12
On Thu, Mar 10, 2011 at 14:27, Robert Griesemer <gri@golang.org> wrote: > that's just the ...
14 years, 2 months ago
(2011-03-11 15:09:55 UTC)
#13
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#newcode185 > src/cmd/gotype/gotype.go:185: processPackage([]string{os.Stdin.Name()}) ...
14 years, 2 months ago
(2011-03-11 18:26:17 UTC)
#15
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 ...
14 years, 2 months ago
(2011-03-11 18:27:29 UTC)
#16
Issue 4259065: code review 4259065: gotype: commandline tool to typecheck go programs
(Closed)
Created 14 years, 2 months ago by gri
Modified 13 years, 10 months ago
Reviewers:
Base URL:
Comments: 22