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

Issue 5616060: code review 5616060: go/doc: Fix URL linking in ToHTML. (Closed)

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

Description

go/doc: Fix URL linking in ToHTML. Fixes issue: 2832

Patch Set 1 #

Patch Set 2 : diff -r 1b6e7832103e https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 1b6e7832103e https://go.googlecode.com/hg/ #

Total comments: 8

Patch Set 4 : diff -r 756477d03441 https://go.googlecode.com/hg/ #

Total comments: 2

Patch Set 5 : diff -r 756477d03441 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -4 lines) Patch
M src/pkg/go/doc/comment.go View 1 2 3 3 chunks +4 lines, -4 lines 0 comments Download
M src/pkg/go/doc/comment_test.go View 1 2 3 4 2 chunks +26 lines, -0 lines 0 comments Download

Messages

Total messages: 13
gburd
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
12 years, 3 months ago (2012-02-02 20:19:07 UTC) #1
rsc
test looks good; not sure about the comment http://codereview.appspot.com/5616060/diff/4001/src/pkg/go/doc/comment.go File src/pkg/go/doc/comment.go (right): http://codereview.appspot.com/5616060/diff/4001/src/pkg/go/doc/comment.go#newcode103 src/pkg/go/doc/comment.go:103: // ...
12 years, 3 months ago (2012-02-02 22:43:45 UTC) #2
gri
http://codereview.appspot.com/5616060/diff/4001/src/pkg/go/doc/comment.go File src/pkg/go/doc/comment.go (right): http://codereview.appspot.com/5616060/diff/4001/src/pkg/go/doc/comment.go#newcode90 src/pkg/go/doc/comment.go:90: // m >= 6 (two parenthesized sub-regexps in matchRx, ...
12 years, 3 months ago (2012-02-02 22:44:57 UTC) #3
gburd
Hello rsc@golang.org, gri@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
12 years, 3 months ago (2012-02-02 23:56:44 UTC) #4
gburd
http://codereview.appspot.com/5616060/diff/4001/src/pkg/go/doc/comment.go File src/pkg/go/doc/comment.go (right): http://codereview.appspot.com/5616060/diff/4001/src/pkg/go/doc/comment.go#newcode90 src/pkg/go/doc/comment.go:90: // m >= 6 (two parenthesized sub-regexps in matchRx, ...
12 years, 3 months ago (2012-02-03 00:00:20 UTC) #5
rsc
On Thu, Feb 2, 2012 at 19:00, <gary.burd@gmail.com> wrote: > m[1] is the end of ...
12 years, 3 months ago (2012-02-03 00:15:57 UTC) #6
rsc
LGTM
12 years, 3 months ago (2012-02-03 00:16:35 UTC) #7
gri
LGTM but please add one or two tests with a URL in the middle of ...
12 years, 3 months ago (2012-02-03 00:31:47 UTC) #8
rsc
Leaving for gri to submit.
12 years, 3 months ago (2012-02-03 00:40:08 UTC) #9
gburd
Hello rsc@golang.org, gri@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
12 years, 3 months ago (2012-02-03 00:55:21 UTC) #10
gburd
http://codereview.appspot.com/5616060/diff/2002/src/pkg/go/doc/comment_test.go File src/pkg/go/doc/comment_test.go (right): http://codereview.appspot.com/5616060/diff/2002/src/pkg/go/doc/comment_test.go#newcode90 src/pkg/go/doc/comment_test.go:90: {"http://www.google.com/", `<a href="http://www.google.com/">http://www.google.com/</a>`}, On 2012/02/03 00:31:47, gri wrote: > ...
12 years, 3 months ago (2012-02-03 00:55:32 UTC) #11
gri
LGTM. thanks. - gri
12 years, 3 months ago (2012-02-03 01:01:53 UTC) #12
gri
12 years, 3 months ago (2012-02-03 01:02:07 UTC) #13
*** Submitted as 1850ba379b84 ***

go/doc: Fix URL linking in ToHTML.

Fixes issue: 2832

R=rsc, gri
CC=golang-dev
http://codereview.appspot.com/5616060

Committer: Robert Griesemer <gri@golang.org>
Sign in to reply to this message.

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