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

Issue 16430043: code review 16430043: net/url: fix Encode doc comment (Closed)

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

Description

net/url: fix Encode doc comment Encoded query strings are always sorted by key; the example wasn't.

Patch Set 1 #

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

Patch Set 3 : diff -r 093d299d669e 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/net/url/url.go View 1 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 8
adg
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go
11 years, 4 months ago (2013-10-24 04:22:45 UTC) #1
dsymonds
If we're going to promise that it'll be ordered by key then the comment should ...
11 years, 4 months ago (2013-10-24 04:25:27 UTC) #2
adg
I agree. Happy to switch it to a guarantee in the comment if others agree. ...
11 years, 4 months ago (2013-10-24 04:50:46 UTC) #3
minux1
if the ordering is guaranteed, why not make it explicit in the comment?
11 years, 4 months ago (2013-10-24 05:27:15 UTC) #4
bradfitz
SGTM On Oct 23, 2013 9:25 PM, "David Symonds" <dsymonds@golang.org> wrote: > If we're going ...
11 years, 4 months ago (2013-10-24 15:56:39 UTC) #5
adg
Hello golang-dev@googlegroups.com, dsymonds@golang.org, minux.ma@gmail.com, bradfitz@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
11 years, 4 months ago (2013-10-25 13:37:19 UTC) #6
bradfitz
LGTM
11 years, 4 months ago (2013-10-25 17:42:29 UTC) #7
adg
11 years, 4 months ago (2013-10-25 20:00:26 UTC) #8
*** Submitted as https://code.google.com/p/go/source/detail?r=f9af8b83c78c ***

net/url: fix Encode doc comment

Encoded query strings are always sorted by key; the example wasn't.

R=golang-dev, dsymonds, minux.ma, bradfitz
CC=golang-dev
https://codereview.appspot.com/16430043
Sign in to reply to this message.

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