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

Issue 5574057: code review 5574057: encoding/xml: remove Marshaler support (Closed)

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

Description

encoding/xml: remove Marshaler support Marshaler has a number of open areas that need further thought (e.g. it doesn't handle attributes, it's supposed to handle tag names internally but has no information to do so, etc). We're removing it now and will bring it back with an interface that covers these aspects, after Go 1. Related to issue 2771, but doesn't fix it.

Patch Set 1 #

Patch Set 2 : code review 5574057: encoding/xml: remove Marshaler support #

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

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

Patch Set 5 : diff -r 60013c96035b https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -33 lines) Patch
M src/pkg/encoding/xml/marshal.go View 1 2 2 chunks +0 lines, -20 lines 0 comments Download
M src/pkg/encoding/xml/marshal_test.go View 1 2 2 chunks +0 lines, -13 lines 0 comments Download

Messages

Total messages: 3
niemeyer
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 3 months ago (2012-01-24 23:14:30 UTC) #1
rsc
LGTM I love deletion-only CLs.
13 years, 3 months ago (2012-01-24 23:19:30 UTC) #2
niemeyer
13 years, 3 months ago (2012-01-24 23:51:22 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=20a3a96e61b2 ***

encoding/xml: remove Marshaler support

Marshaler has a number of open areas that need
further thought (e.g. it doesn't handle attributes,
it's supposed to handle tag names internally but has
no information to do so, etc).

We're removing it now and will bring it back with an
interface that covers these aspects, after Go 1.

Related to issue 2771, but doesn't fix it.

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

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