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

Issue 13441043: code review 13441043: go.tools/oracle: change -pos flag syntax from "file pos... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 7 months ago by adonovan
Modified:
10 years, 7 months ago
Reviewers:
crawshaw1
CC:
crawshaw1, dgryski, golang-dev
Visibility:
Public.

Description

go.tools/oracle: change -pos flag syntax from "file pos-pos" to file:pos-pos. Pro: no shell quotation needed. Con: can't be parsed by (the perpetually useless) Scanf.

Patch Set 1 #

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -23 lines) Patch
M cmd/oracle/main.go View 1 1 chunk +1 line, -3 lines 0 comments Download
M cmd/oracle/oracle.el View 1 2 chunks +9 lines, -6 lines 0 comments Download
M cmd/oracle/oracle.vim View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M oracle/oracle.go View 1 2 2 chunks +32 lines, -12 lines 0 comments Download
M oracle/oracle_test.go View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 5
adonovan
Hello crawshaw@google.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go.tools
10 years, 7 months ago (2013-08-30 18:38:35 UTC) #1
crawshaw1
LGTM A similar change is needed to oracle.vim.
10 years, 7 months ago (2013-09-03 12:59:59 UTC) #2
dgryski
Le mardi 3 septembre 2013 14:59:59 UTC+2, David Crawshaw a écrit : > > LGTM ...
10 years, 7 months ago (2013-09-03 13:39:02 UTC) #3
adonovan
On 2013/09/03 13:39:02, dgryski wrote: > > Le mardi 3 septembre 2013 14:59:59 UTC+2, David ...
10 years, 7 months ago (2013-09-03 14:57:05 UTC) #4
adonovan
10 years, 7 months ago (2013-09-03 14:59:01 UTC) #5
*** Submitted as
https://code.google.com/p/go/source/detail?r=07183b5c385c&repo=tools ***

go.tools/oracle: change -pos flag syntax from "file pos-pos" to file:pos-pos.

Pro: no shell quotation needed.
Con: can't be parsed by (the perpetually useless) Scanf.

R=crawshaw, dgryski
CC=golang-dev
https://codereview.appspot.com/13441043
Sign in to reply to this message.

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