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

Issue 3913041: code review 3913041: gofmt: don't attempt certain illegal rewrites (Closed)

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

Description

gofmt: don't attempt certain illegal rewrites (e.g.: echo 'package main' | gofmt -r 'x->7' cannot change the package name to 7)

Patch Set 1 #

Patch Set 2 : code review 3913041: gofmt: don't attempt certain illegal rewrites #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -10 lines) Patch
M src/cmd/gofmt/rewrite.go View 2 chunks +26 lines, -10 lines 0 comments Download

Messages

Total messages: 3
gri
Hello rsc (cc: golang-dev@googlegroups.com), I'd like you to review this change.
14 years, 5 months ago (2011-01-07 22:49:37 UTC) #1
rsc
LGTM
14 years, 5 months ago (2011-01-07 22:55:40 UTC) #2
gri
14 years, 5 months ago (2011-01-07 23:04:46 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=ce9f78e7ff0d ***

gofmt: don't attempt certain illegal rewrites

(e.g.: echo 'package main' | gofmt -r 'x->7'
cannot change the package name to 7)

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

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