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

Issue 5672072: code review 5672072: net/url: API (Closed)

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

Description

net/url: API Convert cryptotype to general go1rename fix. Add os.Exec -> syscall.Exec fix along with new URL fixes. Fixes issue 2946.

Patch Set 1 #

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

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

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

Patch Set 5 : diff -r 0effb05ba6ea https://go.googlecode.com/hg/ #

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+67 lines, -64 lines) Patch
M src/cmd/fix/go1pkgrename_test.go View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M src/cmd/fix/go1rename.go View 1 2 3 4 2 chunks +28 lines, -5 lines 0 comments Download
M src/cmd/fix/go1rename_test.go View 1 2 3 4 chunks +15 lines, -3 lines 0 comments Download
M src/pkg/net/http/request.go View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M src/pkg/net/url/url.go View 1 2 3 2 chunks +15 lines, -22 lines 0 comments Download
M src/pkg/net/url/url_test.go View 1 2 3 4 6 chunks +5 lines, -30 lines 0 comments Download

Messages

Total messages: 17
rsc
Hello 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-16 18:22:38 UTC) #1
r
LGTM works for me, but dsymonds didn't like ParseFragment. i'll let you two fight that ...
12 years, 3 months ago (2012-02-16 19:52:42 UTC) #2
rsc
That's fine. I dropped with With because there is nothing for it to modify.
12 years, 3 months ago (2012-02-16 20:00:24 UTC) #3
dsymonds
On Fri, Feb 17, 2012 at 7:00 AM, Russ Cox <rsc@golang.org> wrote: > That's fine. ...
12 years, 3 months ago (2012-02-16 21:25:28 UTC) #4
rsc
On Thu, Feb 16, 2012 at 16:25, David Symonds <dsymonds@golang.org> wrote: > I explained why ...
12 years, 3 months ago (2012-02-16 21:26:59 UTC) #5
dsymonds
On Fri, Feb 17, 2012 at 8:26 AM, Russ Cox <rsc@golang.org> wrote: > On Thu, ...
12 years, 3 months ago (2012-02-16 21:30:40 UTC) #6
rsc
On Thu, Feb 16, 2012 at 16:30, David Symonds <dsymonds@golang.org> wrote: > I just explained ...
12 years, 3 months ago (2012-02-16 21:31:20 UTC) #7
rsc
On Thu, Feb 16, 2012 at 16:31, Russ Cox <rsc@golang.org> wrote: > url.ParseURLWithFragment is a ...
12 years, 3 months ago (2012-02-16 21:31:38 UTC) #8
dsymonds
Different thought: let's drop this function altogether. Parse can easily do both jobs. It's not ...
12 years, 3 months ago (2012-02-16 21:40:30 UTC) #9
rsc
On Thu, Feb 16, 2012 at 16:40, David Symonds <dsymonds@golang.org> wrote: > Different thought: let's ...
12 years, 3 months ago (2012-02-16 21:49:27 UTC) #10
dsymonds
On Fri, Feb 17, 2012 at 8:49 AM, Russ Cox <rsc@golang.org> wrote: > On Thu, ...
12 years, 3 months ago (2012-02-16 22:02:25 UTC) #11
rsc
On Thu, Feb 16, 2012 at 17:02, David Symonds <dsymonds@golang.org> wrote: > Yeah, I can't ...
12 years, 3 months ago (2012-02-16 22:27:22 UTC) #12
dsymonds
On Fri, Feb 17, 2012 at 9:27 AM, Russ Cox <rsc@golang.org> wrote: > What I ...
12 years, 3 months ago (2012-02-16 23:06:05 UTC) #13
rsc
Okay. I'll revise this CL.
12 years, 3 months ago (2012-02-16 23:38:37 UTC) #14
rsc
Hello golang-dev@googlegroups.com, r@golang.org, dsymonds@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
12 years, 3 months ago (2012-02-17 02:52:13 UTC) #15
dsymonds
LGTM I am happy, thanks.
12 years, 3 months ago (2012-02-17 03:37:45 UTC) #16
rsc
12 years, 3 months ago (2012-02-17 04:46:31 UTC) #17
*** Submitted as 789b1662e5ce ***

net/url: API

Convert cryptotype to general go1rename fix.
Add os.Exec -> syscall.Exec fix along with new
URL fixes.

Fixes issue 2946.

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

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