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

Issue 33140043: code review 33140043: encoding/xml: unmarshal into interfaces (Closed)

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

Description

encoding/xml: unmarshal into interfaces Fixes issue 6836.

Patch Set 1 #

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -0 lines) Patch
M src/pkg/encoding/xml/read.go View 1 1 chunk +9 lines, -0 lines 0 comments Download
M src/pkg/encoding/xml/read_test.go View 1 2 1 chunk +27 lines, -0 lines 0 comments Download

Messages

Total messages: 13
josharian
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go
11 years, 5 months ago (2013-12-14 02:22:42 UTC) #1
rsc
I am not convinced about this. This is different from the behavior for pointers. If ...
11 years, 5 months ago (2013-12-18 17:56:42 UTC) #2
r
On a related note, in retrospect I wish I had not added support for interfaces ...
11 years, 5 months ago (2013-12-18 18:39:24 UTC) #3
josharian
Issue 6836 was filed by a colleague of mine. I'll talk with him about possible ...
11 years, 5 months ago (2013-12-19 22:32:12 UTC) #4
gobot
Replacing golang-dev with golang-codereviews.
11 years, 5 months ago (2013-12-20 16:26:10 UTC) #5
mike10
On 2013/12/18 17:56:42, rsc wrote: > I am not convinced about this. This is different ...
11 years, 3 months ago (2014-02-12 01:39:22 UTC) #6
mike10
the syntax highlighter didn't get the URL fragment right. Here's the correct link: http://blog.golang.org/json-and-go#TOC_4%2e
11 years, 3 months ago (2014-02-12 01:44:14 UTC) #7
josharian
PTAL No code changes, just trying to get this to show up as "waiting for ...
11 years, 3 months ago (2014-02-13 01:17:34 UTC) #8
rsc
LGTM I did not realize that (1) this is what encoding/json does and (2) the ...
11 years, 2 months ago (2014-04-08 18:55:04 UTC) #9
rsc
*** Submitted as https://code.google.com/p/go/source/detail?r=1d51e13e0db0 *** encoding/xml: unmarshal into interfaces Fixes issue 6836. LGTM=rsc R=golang-codereviews, rsc, ...
11 years, 2 months ago (2014-04-08 18:55:15 UTC) #10
gobot
This CL appears to have broken the plan9-386-cnielsen builder. See http://build.golang.org/log/5bc4422f7d7e8fee689d13efda30a563eac4f284
11 years, 2 months ago (2014-04-08 19:08:56 UTC) #11
mike10
On 2014/04/08 19:08:56, gobot wrote: > This CL appears to have broken the plan9-386-cnielsen builder. ...
11 years, 2 months ago (2014-04-09 01:27:54 UTC) #12
mike10
11 years, 2 months ago (2014-04-09 01:32:39 UTC) #13
On 2014/04/08 18:55:04, rsc wrote:
> LGTM
> 
> I did not realize that (1) this is what encoding/json does and (2) the code
> in this CL was lifted from json. Next time lead with that. :-)

rsc, thanks very much for including this.  Sorry it took so long to communicate.
 I did in fact lead off with this in my bug report
(https://code.google.com/p/go/issues/detail?id=6836) but for some reason this
patch submission and the bug report aren't very closely integrated and the
context was lost.  i'll make sure we are clear next time.

thanks again!
Sign in to reply to this message.

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