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

Issue 6868044: code review 6868044: encoding/xml: namespace handling

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 4 months ago by cjyar
Modified:
10 years ago
Reviewers:
rsc, dave, niemeyer, mendel
CC:
golang-codereviews
Visibility:
Public.

Description

encoding/xml: namespace handling This is a revised patch for 6856092, issue 3526. This fixes various aspects of XML namespace handling, especially attributes in namespaces other than their containing elements'.

Patch Set 1 #

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

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

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

Patch Set 5 : diff -r 0320ad78230f https://code.google.com/p/go #

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

Patch Set 7 : code review 6868044: encoding/xml: namespace handling #

Patch Set 8 : diff -r 8ea98ec93704 https://code.google.com/p/go #

Total comments: 2

Patch Set 9 : diff -r 8ea98ec93704 https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+417 lines, -61 lines) Patch
src/pkg/encoding/xml/atom_test.go View 7 2 chunks +2 lines, -1 line 0 comments Download
src/pkg/encoding/xml/decodectx_test.go View 1 2 3 4 5 6 7 1 chunk +50 lines, -0 lines 0 comments Download
src/pkg/encoding/xml/marshal.go View 1 2 3 4 5 6 7 8 10 chunks +86 lines, -23 lines 0 comments Download
src/pkg/encoding/xml/marshal_test.go View 1 2 3 4 5 6 7 8 6 chunks +91 lines, -2 lines 0 comments Download
src/pkg/encoding/xml/namespace.go View 1 2 3 4 5 6 7 8 1 chunk +60 lines, -0 lines 0 comments Download
src/pkg/encoding/xml/namespace_test.go View 1 2 3 4 5 6 7 1 chunk +63 lines, -0 lines 0 comments Download
src/pkg/encoding/xml/read.go View 1 2 3 4 5 6 7 8 4 chunks +4 lines, -4 lines 0 comments Download
src/pkg/encoding/xml/read_test.go View 7 2 chunks +2 lines, -0 lines 0 comments Download
src/pkg/encoding/xml/typeinfo.go View 1 2 3 4 5 6 7 13 chunks +49 lines, -21 lines 0 comments Download
src/pkg/encoding/xml/xml.go View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download
src/pkg/encoding/xml/xml_test.go View 7 3 chunks +8 lines, -8 lines 0 comments Download

Messages

Total messages: 20
rsc
Just found this linked in issue 3526. Please run hg mail to send to golang-dev. ...
11 years, 4 months ago (2012-12-09 17:21:59 UTC) #1
chris_cjones.org
maxwell$ hg stat M src/pkg/encoding/xml/atom_test.go M src/pkg/encoding/xml/marshal.go M src/pkg/encoding/xml/marshal_test.go M src/pkg/encoding/xml/read.go M src/pkg/encoding/xml/read_test.go M src/pkg/encoding/xml/typeinfo.go ...
11 years, 4 months ago (2012-12-10 01:29:58 UTC) #2
cjyar
Hello golang-dev@googlegroups.com, rsc@golang.org, chris@cjones.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
11 years, 4 months ago (2012-12-10 02:06:03 UTC) #3
rsc
I'd like to see what Gustavo thinks if he's around. There's a lot of new ...
11 years, 4 months ago (2012-12-11 18:31:27 UTC) #4
cjyar
Hello rsc@golang.org, chris@cjones.org, n13m3y3r@gmail.com (cc: golang-dev@googlegroups.com), Please take another look.
11 years, 4 months ago (2012-12-14 06:36:09 UTC) #5
cjyar
Hello rsc@golang.org, chris@cjones.org, n13m3y3r@gmail.com (cc: golang-dev@googlegroups.com), Please take another look.
11 years, 4 months ago (2012-12-14 06:41:14 UTC) #6
cjyar
Hello rsc@golang.org, chris@cjones.org, n13m3y3r@gmail.com (cc: golang-dev@googlegroups.com), Please take another look.
11 years, 4 months ago (2012-12-16 22:26:26 UTC) #7
cjyar
Hello rsc@golang.org, chris@cjones.org, n13m3y3r@gmail.com (cc: golang-dev@googlegroups.com), Please take another look.
11 years, 4 months ago (2012-12-17 02:54:11 UTC) #8
rsc
I would like to drop Context from the API. Can we do that? It seems ...
11 years, 4 months ago (2012-12-17 16:19:47 UTC) #9
rsc
Perhaps, but perhaps not. I think that if you need to send a <foo> in ...
11 years, 4 months ago (2012-12-17 18:54:36 UTC) #10
rsc
It's easy to handle the parsing half. Use the xml Decoder to read the first ...
11 years, 4 months ago (2012-12-22 14:57:10 UTC) #11
cjyar
Hello rsc@golang.org, chris@cjones.org, n13m3y3r@gmail.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
11 years, 4 months ago (2012-12-28 22:12:45 UTC) #12
rsc
Can we please split this into two CLs, one for encoding and one for decoding? ...
11 years, 3 months ago (2013-01-18 22:24:56 UTC) #13
cjyar
It would be awkward to split this into two CLs, but I'll do it if ...
11 years, 3 months ago (2013-01-21 04:46:08 UTC) #14
rsc
I believe that Unmarshal is handling name spaces just fine and does not need changes. ...
11 years, 3 months ago (2013-01-22 22:15:15 UTC) #15
cjyar
Hello rsc@golang.org, n13m3y3r@gmail.com (cc: golang-dev@googlegroups.com), Please take another look.
11 years, 2 months ago (2013-01-31 05:33:44 UTC) #16
mendel
On 2013/01/31 05:33:44, cjyar wrote: > Hello mailto:rsc@golang.org, mailto:n13m3y3r@gmail.com (cc: mailto:golang-dev@googlegroups.com), > > Please take ...
10 years, 5 months ago (2013-11-27 15:41:02 UTC) #17
dave_cheney.net
@mendel this is not the appropriate forum for a bug report. Please log issues here, ...
10 years, 5 months ago (2013-11-30 01:16:11 UTC) #18
gobot
Replacing golang-dev with golang-codereviews.
10 years, 4 months ago (2013-12-20 16:21:42 UTC) #19
rsc
10 years ago (2014-04-09 01:57:35 UTC) #20
R=close

The referenced issue is marked fixed.
Sign in to reply to this message.

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