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

Issue 6847128: code review 6847128: go.talks/pkg/present: Adding inline links with style. (Closed)

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

Description

go.talks/pkg/present: Adding inline links with style. Read doc.go for more details.

Patch Set 1 #

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

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

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

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

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

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

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

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

Total comments: 16

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

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

Total comments: 6

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

Total comments: 4

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

Patch Set 14 : diff -r 40efd5c773a2 https://code.google.com/p/go.talks #

Unified diffs Side-by-side diffs Delta from patch set Stats (+107 lines, -5 lines) Patch
M pkg/present/doc.go View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +5 lines, -0 lines 0 comments Download
M pkg/present/link.go View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +36 lines, -1 line 0 comments Download
A pkg/present/link_test.go View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +38 lines, -0 lines 0 comments Download
M pkg/present/style.go View 1 2 3 4 5 6 7 8 9 3 chunks +14 lines, -4 lines 0 comments Download
M pkg/present/style_test.go View 1 2 3 4 5 6 7 8 9 10 2 chunks +14 lines, -0 lines 0 comments Download

Messages

Total messages: 9
francesc
Hello golang-dev@googlegroups.com (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-12-01 00:32:46 UTC) #1
adg
https://codereview.appspot.com/6847128/diff/5002/pkg/present/link.go File pkg/present/link.go (right): https://codereview.appspot.com/6847128/diff/5002/pkg/present/link.go#newcode50 pkg/present/link.go:50: return template.HTML(fmt.Sprintf(`<a href=%q>%s</a>`, url.String(), label)), nil change this to ...
11 years, 5 months ago (2012-12-01 11:41:20 UTC) #2
francesc
PTAL, I added more tests too https://codereview.appspot.com/6847128/diff/5002/pkg/present/link.go File pkg/present/link.go (right): https://codereview.appspot.com/6847128/diff/5002/pkg/present/link.go#newcode50 pkg/present/link.go:50: return template.HTML(fmt.Sprintf(`<a href=%q>%s</a>`, ...
11 years, 5 months ago (2012-12-01 20:53:57 UTC) #3
adg
https://codereview.appspot.com/6847128/diff/19001/pkg/present/link_test.go File pkg/present/link_test.go (right): https://codereview.appspot.com/6847128/diff/19001/pkg/present/link_test.go#newcode20 pkg/present/link_test.go:20: {"[[http://golang.org]]", "http://golang.org", "http://golang.org", 21}, add at least one test ...
11 years, 5 months ago (2012-12-02 06:06:53 UTC) #4
francesc
https://codereview.appspot.com/6847128/diff/19001/pkg/present/link_test.go File pkg/present/link_test.go (right): https://codereview.appspot.com/6847128/diff/19001/pkg/present/link_test.go#newcode20 pkg/present/link_test.go:20: {"[[http://golang.org]]", "http://golang.org", "http://golang.org", 21}, On 2012/12/02 06:06:53, adg wrote: ...
11 years, 5 months ago (2012-12-03 05:13:36 UTC) #5
adg
LGTM modulo these documentation changes. https://codereview.appspot.com/6847128/diff/20003/pkg/present/doc.go File pkg/present/doc.go (right): https://codereview.appspot.com/6847128/diff/20003/pkg/present/doc.go#newcode78 pkg/present/doc.go:78: Links can be inlined ...
11 years, 5 months ago (2012-12-03 05:20:07 UTC) #6
francesc
https://codereview.appspot.com/6847128/diff/20003/pkg/present/doc.go File pkg/present/doc.go (right): https://codereview.appspot.com/6847128/diff/20003/pkg/present/doc.go#newcode78 pkg/present/doc.go:78: Links can be inlined in the text using the ...
11 years, 5 months ago (2012-12-03 05:25:38 UTC) #7
adg
LGTM
11 years, 5 months ago (2012-12-03 05:32:27 UTC) #8
francesc
11 years, 5 months ago (2012-12-03 05:33:44 UTC) #9
*** Submitted as
https://code.google.com/p/go/source/detail?r=c0f111ea557b&repo=talks ***

go.talks/pkg/present: Adding inline links with style.

Read doc.go for more details.

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

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