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

Issue 6594054: code review 6594054: /exp/types/staging: expression and statement type checking (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 10 months ago by gri
Modified:
12 years, 10 months ago
Reviewers:
CC:
rsc, golang-dev
Visibility:
Public.

Description

/exp/types/staging: expression and statement type checking Still lots of pieces missing, but basic framework working. Lots of tests.

Patch Set 1 #

Patch Set 2 : diff -r 5ef1cf4e6991 https://code.google.com/p/go #

Patch Set 3 : diff -r 5ef1cf4e6991 https://code.google.com/p/go #

Patch Set 4 : diff -r fc0c1a909822 https://code.google.com/p/go #

Total comments: 12

Patch Set 5 : diff -r 21aca6261767 https://code.google.com/p/go #

Patch Set 6 : diff -r 21aca6261767 https://code.google.com/p/go #

Patch Set 7 : diff -r 7fee1384bb69 https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1971 lines, -59 lines) Patch
A src/pkg/exp/types/staging/conversions.go View 1 1 chunk +39 lines, -0 lines 0 comments Download
A src/pkg/exp/types/staging/expr.go View 1 2 3 4 5 1 chunk +793 lines, -0 lines 0 comments Download
A src/pkg/exp/types/staging/stmt.go View 1 2 3 4 1 chunk +465 lines, -0 lines 0 comments Download
R src/pkg/exp/types/staging/stubs.go View 1 1 chunk +0 lines, -55 lines 0 comments Download
A src/pkg/exp/types/staging/testdata/const0.src View 1 1 chunk +209 lines, -0 lines 0 comments Download
A src/pkg/exp/types/staging/testdata/conversions.src View 1 1 chunk +18 lines, -0 lines 0 comments Download
M src/pkg/exp/types/staging/testdata/decls0.src View 1 2 3 4 chunks +9 lines, -4 lines 0 comments Download
A src/pkg/exp/types/staging/testdata/decls1.src View 1 2 3 1 chunk +123 lines, -0 lines 0 comments Download
A src/pkg/exp/types/staging/testdata/decls2a.src View 1 2 3 1 chunk +66 lines, -0 lines 0 comments Download
A src/pkg/exp/types/staging/testdata/decls2b.src View 1 2 3 1 chunk +15 lines, -0 lines 0 comments Download
A src/pkg/exp/types/staging/testdata/expr0.src View 1 1 chunk +135 lines, -0 lines 0 comments Download
A src/pkg/exp/types/staging/testdata/expr1.src View 1 1 chunk +7 lines, -0 lines 0 comments Download
A src/pkg/exp/types/staging/testdata/expr2.src View 1 1 chunk +7 lines, -0 lines 0 comments Download
A src/pkg/exp/types/staging/testdata/expr3.src View 1 1 chunk +43 lines, -0 lines 0 comments Download
A src/pkg/exp/types/staging/testdata/stmt0.src View 1 2 3 1 chunk +42 lines, -0 lines 0 comments Download

Messages

Total messages: 5
gri
Hello rsc@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
12 years, 10 months ago (2012-10-01 22:46:11 UTC) #1
rsc
LGTM https://codereview.appspot.com/6594054/diff/7001/src/pkg/exp/types/staging/expr.go File src/pkg/exp/types/staging/expr.go (right): https://codereview.appspot.com/6594054/diff/7001/src/pkg/exp/types/staging/expr.go#newcode79 src/pkg/exp/types/staging/expr.go:79: // TODO(gri) AST may be invalid - check ...
12 years, 10 months ago (2012-10-06 22:43:20 UTC) #2
gri
https://codereview.appspot.com/6594054/diff/7001/src/pkg/exp/types/staging/expr.go File src/pkg/exp/types/staging/expr.go (right): https://codereview.appspot.com/6594054/diff/7001/src/pkg/exp/types/staging/expr.go#newcode79 src/pkg/exp/types/staging/expr.go:79: // TODO(gri) AST may be invalid - check Unquote ...
12 years, 10 months ago (2012-10-07 23:27:20 UTC) #3
gri
https://codereview.appspot.com/6594054/diff/7001/src/pkg/exp/types/staging/expr.go File src/pkg/exp/types/staging/expr.go (right): https://codereview.appspot.com/6594054/diff/7001/src/pkg/exp/types/staging/expr.go#newcode116 src/pkg/exp/types/staging/expr.go:116: check.invalidOp(x.pos(), "operator %s not defined for %s", op, x) ...
12 years, 10 months ago (2012-10-08 00:19:45 UTC) #4
gri
12 years, 10 months ago (2012-10-08 01:01:52 UTC) #5
*** Submitted as http://code.google.com/p/go/source/detail?r=0a11e5a60d9c ***

/exp/types/staging: expression and statement type checking

Still lots of pieces missing, but basic framework working.
Lots of tests.

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

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