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

Issue 98580047: code review 98580047: mime: sort attributes in FormatMediaType (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 11 months ago by bradfitz
Modified:
9 years, 11 months ago
Reviewers:
r, rsc
CC:
golang-codereviews, r, dsymonds, iant, rsc
Visibility:
Public.

Description

mime: sort attributes in FormatMediaType Map iteration order issue. Go 1.2 and earlier had stable results for small maps. Fixes Issue 8115

Patch Set 1 #

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -1 line) Patch
M src/pkg/mime/mediatype.go View 1 2 chunks +9 lines, -1 line 0 comments Download
M src/pkg/mime/mediatype_test.go View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 4
bradfitz
Hello golang-codereviews@googlegroups.com (cc: dsymonds@golang.org, iant@golang.org, r@golang.org, rsc@golang.org), I'd like you to review this change to ...
9 years, 11 months ago (2014-05-28 14:46:42 UTC) #1
r
LGTM
9 years, 11 months ago (2014-05-28 14:55:10 UTC) #2
rsc
LGTM
9 years, 11 months ago (2014-05-28 15:15:13 UTC) #3
bradfitz
9 years, 11 months ago (2014-05-28 15:16:18 UTC) #4
*** Submitted as https://code.google.com/p/go/source/detail?r=c160d357c4cd ***

mime: sort attributes in FormatMediaType

Map iteration order issue. Go 1.2 and earlier had stable results
for small maps.

Fixes Issue 8115

LGTM=r, rsc
R=golang-codereviews, r
CC=dsymonds, golang-codereviews, iant, rsc
https://codereview.appspot.com/98580047
Sign in to reply to this message.

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