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

Issue 4259065: code review 4259065: gotype: commandline tool to typecheck go programs (Closed)

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

Description

gofront: commandline tool to typecheck go programs

Patch Set 1 #

Patch Set 2 : diff -r 1adc5588bf12 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 1adc5588bf12 https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r 1adc5588bf12 https://go.googlecode.com/hg/ #

Patch Set 5 : diff -r b8d901732d17 https://go.googlecode.com/hg/ #

Patch Set 6 : diff -r b8d901732d17 https://go.googlecode.com/hg/ #

Patch Set 7 : diff -r b8d901732d17 https://go.googlecode.com/hg/ #

Patch Set 8 : diff -r b8d901732d17 https://go.googlecode.com/hg/ #

Patch Set 9 : diff -r b8d901732d17 https://go.googlecode.com/hg/ #

Patch Set 10 : diff -r b8d901732d17 https://go.googlecode.com/hg/ #

Total comments: 4

Patch Set 11 : diff -r b8d901732d17 https://go.googlecode.com/hg/ #

Patch Set 12 : diff -r b8d901732d17 https://go.googlecode.com/hg/ #

Patch Set 13 : diff -r c05f1a235478 https://go.googlecode.com/hg/ #

Patch Set 14 : diff -r c05f1a235478 https://go.googlecode.com/hg/ #

Total comments: 14

Patch Set 15 : diff -r c05f1a235478 https://go.googlecode.com/hg/ #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+264 lines, -0 lines) Patch
M src/cmd/Makefile View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -0 lines 1 comment Download
A src/cmd/gotype/Makefile View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +11 lines, -0 lines 0 comments Download
A src/cmd/gotype/doc.go View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +59 lines, -0 lines 2 comments Download
A src/cmd/gotype/gotype.go View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +191 lines, -0 lines 1 comment Download
M src/pkg/Makefile View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 16
gri
Hello rsc (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
14 years ago (2011-03-10 07:32:06 UTC) #1
gri
Hello rsc (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
14 years ago (2011-03-10 18:33:58 UTC) #2
r
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 ago (2011-03-10 18:42:43 UTC) #3
gri
I want a driver app to hook up the typechecker. I don't want it to ...
14 years ago (2011-03-10 19:20:04 UTC) #4
rsc
CL description on the web still says gofront
14 years ago (2011-03-10 19:21:27 UTC) #5
gri
that's just the web. the CL has been updated - gri On Thu, Mar 10, ...
14 years ago (2011-03-10 19:27:23 UTC) #6
eds
This came up before when Govet was introduced, but the name Gocheck is in use: ...
14 years ago (2011-03-10 19:36:09 UTC) #7
gri
sigh. ok, will come up with another name. thanks. - gri On Thu, Mar 10, ...
14 years ago (2011-03-10 19:40:29 UTC) #8
gri
Hello rsc, r, eds (cc: golang-dev@googlegroups.com), Please take another look.
14 years ago (2011-03-10 21:00:51 UTC) #9
r
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 ago (2011-03-10 21:28:31 UTC) #10
gri
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 ago (2011-03-10 23:38:23 UTC) #11
r
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 ago (2011-03-11 00:02:34 UTC) #12
rsc
On Thu, Mar 10, 2011 at 14:27, Robert Griesemer <gri@golang.org> wrote: > that's just the ...
14 years ago (2011-03-11 15:09:55 UTC) #13
rsc
LGTM http://codereview.appspot.com/4259065/diff/29001/src/cmd/Makefile File src/cmd/Makefile (right): http://codereview.appspot.com/4259065/diff/29001/src/cmd/Makefile#newcode45 src/cmd/Makefile:45: gotype\ sort down 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#newcode45 ...
14 years ago (2011-03-11 15:16:57 UTC) #14
gri
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 ago (2011-03-11 18:26:17 UTC) #15
gri
14 years ago (2011-03-11 18:27:29 UTC) #16
*** Submitted as http://code.google.com/p/go/source/detail?r=d697ac78ca5d ***

gotype: commandline tool to typecheck go programs

First version. Handles scope analysis only at the
moment.

R=rsc, r, eds
CC=golang-dev
http://codereview.appspot.com/4259065

Committer: Robert Griesemer <gri@golang.org>
Sign in to reply to this message.

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