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

Issue 6815075: code review 6815075: go.talks/present: separate parser from present tool (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 5 months ago by adg
Modified:
11 years, 5 months ago
Reviewers:
CC:
r, francesc, golang-dev
Visibility:
Public.

Description

go.talks/present: separate parser from present tool This will allow present files to be used by the tour and other tools. This change is the first of a series. It focuses on moving the code with a minimum of exported changes. I will refine the exported interface of the present package in a followup change.

Patch Set 1 #

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

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

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

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

Total comments: 3

Patch Set 6 : diff -r 36e7da875e8c https://code.google.com/p/go.talks #

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+107 lines, -231 lines) Patch
M pkg/present/args.go View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M pkg/present/code.go View 1 2 3 4 3 chunks +9 lines, -3 lines 0 comments Download
M pkg/present/doc.go View 1 2 3 4 5 3 chunks +6 lines, -3 lines 0 comments Download
M pkg/present/html.go View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M pkg/present/image.go View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M pkg/present/link.go View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M pkg/present/parse.go View 1 2 3 4 7 chunks +17 lines, -59 lines 0 comments Download
M pkg/present/style.go View 1 2 3 2 chunks +5 lines, -1 line 0 comments Download
M pkg/present/style_test.go View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M present/dir.go View 1 2 3 4 chunks +57 lines, -1 line 0 comments Download
M present/doc.go View 1 2 3 4 5 1 chunk +2 lines, -155 lines 0 comments Download
M present/main.go View 1 2 3 3 chunks +6 lines, -4 lines 0 comments Download

Messages

Total messages: 12
adg
Hello r@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go.talks
11 years, 5 months ago (2012-11-13 11:26:18 UTC) #1
r
Curious: why?
11 years, 5 months ago (2012-11-13 15:24:54 UTC) #2
adg
I want to use the parser and action code from the tour, the blog, and ...
11 years, 5 months ago (2012-11-13 15:30:54 UTC) #3
r
That's just the sort of information that belongs in the CL description. -rob
11 years, 5 months ago (2012-11-13 15:35:15 UTC) #4
adg
I updated the CL description. On 13 November 2012 16:35, Rob Pike <r@golang.org> wrote: > ...
11 years, 5 months ago (2012-11-13 15:43:47 UTC) #5
francesc
https://codereview.appspot.com/6815075/diff/10001/present/dir.go File present/dir.go (right): https://codereview.appspot.com/6815075/diff/10001/present/dir.go#newcode52 present/dir.go:52: // extensions maps the presentable file extensions to the ...
11 years, 5 months ago (2012-11-14 02:06:42 UTC) #6
adg
On 14 Nov 2012 03:06, <campoy@golang.org> wrote: > > > https://codereview.appspot.com/6815075/diff/10001/present/dir.go > File present/dir.go (right): ...
11 years, 5 months ago (2012-11-14 08:50:44 UTC) #7
r
there needs to be command documentation that points to the package documentation, if that's where ...
11 years, 5 months ago (2012-11-14 14:30:53 UTC) #8
r
http://codereview.appspot.com/6815075/diff/10001/present/doc.go File present/doc.go (right): http://codereview.appspot.com/6815075/diff/10001/present/doc.go#newcode20 present/doc.go:20: appcfg.py update -A your-app-id -V your-app-version /path/to/go.talks you must ...
11 years, 5 months ago (2012-11-14 19:28:29 UTC) #9
adg
Hello r@golang.org, campoy@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
11 years, 5 months ago (2012-11-15 19:02:48 UTC) #10
r
LGTM
11 years, 5 months ago (2012-11-15 21:35:30 UTC) #11
adg
11 years, 5 months ago (2012-11-15 22:02:04 UTC) #12
*** Submitted as
http://code.google.com/p/go/source/detail?r=4dc5255056df&repo=talks ***

go.talks/present: separate parser from present tool

This will allow present files to be used by the tour and other tools.
This change is the first of a series. It focuses on moving the code
with a minimum of exported changes. I will refine the exported
interface of the present package in a followup change.

R=r, campoy
CC=golang-dev
http://codereview.appspot.com/6815075
Sign in to reply to this message.

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