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

Issue 110890043: code review 110890043: net/rpc: use html/template to render html (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 11 months ago by josharian
Modified:
10 years, 11 months ago
Reviewers:
gobot, rsc
CC:
r, minux, rsc, adg, golang-codereviews
Visibility:
Public.

Description

net/rpc: use html/template to render html Found using the vet check in CL 106370045. This is a second attempt at CL 101670044, which omitted the deps_test change. This adds dependencies to net/rpc: encoding encoding/base64 encoding/json html unicode/utf16 The obvious correctness and security warrants the additional dependencies.

Patch Set 1 #

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M src/pkg/go/build/deps_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/net/rpc/debug.go View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 9
josharian
Hello r@golang.org, minux@golang.org (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
10 years, 11 months ago (2014-07-08 00:30:31 UTC) #1
minux
R: +rsc.
10 years, 11 months ago (2014-07-08 00:34:00 UTC) #2
r
new transitive dependencies: encoding encoding/base64 encoding/json html math net/url there are a couple of biggies ...
10 years, 11 months ago (2014-07-08 01:14:18 UTC) #3
adg
On 8 July 2014 11:14, <r@golang.org> wrote: > there are a couple of biggies in ...
10 years, 11 months ago (2014-07-08 04:43:42 UTC) #4
josharian
> new transitive dependencies: encoding encoding/base64 encoding/json html math > net/url FTR, math and net/url ...
10 years, 11 months ago (2014-07-08 19:48:39 UTC) #5
rsc
lgtm it seems weird to me that net/rpc now depends on html, just to print ...
10 years, 11 months ago (2014-07-09 16:34:29 UTC) #6
josharian
*** Submitted as https://code.google.com/p/go/source/detail?r=d6c7ec5112ec *** net/rpc: use html/template to render html Found using the vet ...
10 years, 11 months ago (2014-07-10 02:33:46 UTC) #7
gobot
This CL appears to have broken the plan9-386-cnielsen builder. See http://build.golang.org/log/47c3094d07ea5dfa8d18ee9f9c0a8b7d8a916623
10 years, 11 months ago (2014-07-10 03:35:22 UTC) #8
josharian
10 years, 11 months ago (2014-07-10 04:13:38 UTC) #9
Unrelated.

This builder has been pretty flaky recently.



On Wed, Jul 9, 2014 at 8:35 PM, <gobot@golang.org> wrote:

> This CL appears to have broken the plan9-386-cnielsen builder.
> See http://build.golang.org/log/47c3094d07ea5dfa8d18ee9f9c0a8b7d8a916623
>
> https://codereview.appspot.com/110890043/
>
Sign in to reply to this message.

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