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

Issue 157068: code review 157068: Add json.Marshal to json package (Closed)

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

Description

Add json.Marshal to json package

Patch Set 1 #

Patch Set 2 : code review 157068: Add json.Marshal to json package #

Patch Set 3 : code review 157068: Add json.Marshal to json package #

Patch Set 4 : code review 157068: Add json.Marshal to json package #

Total comments: 7

Patch Set 5 : code review 157068: Add json.Marshal to json package #

Total comments: 15

Patch Set 6 : code review 157068: Add json.Marshal to json package #

Total comments: 3

Patch Set 7 : code review 157068: Add json.Marshal to json package #

Unified diffs Side-by-side diffs Delta from patch set Stats (+143 lines, -0 lines) Patch
M src/pkg/json/struct.go View 1 2 3 4 5 6 2 chunks +97 lines, -0 lines 0 comments Download
M src/pkg/json/struct_test.go View 1 2 3 4 5 6 2 chunks +46 lines, -0 lines 0 comments Download

Messages

Total messages: 10
hoisie
Hello rsc, I'd like you to review the following change.
15 years, 8 months ago (2009-11-18 18:44:46 UTC) #1
rsc
Thanks for doing this. Please run hg gofmt hg upload 157068 and let me know ...
15 years, 8 months ago (2009-11-18 18:59:05 UTC) #2
hoisie
Just ran gofmt and re-uploaded. Enjoy :)
15 years, 8 months ago (2009-11-18 19:44:26 UTC) #3
rsc
This is a good start, but there are some structural things that I think you ...
15 years, 8 months ago (2009-11-19 06:15:50 UTC) #4
hoisie
OK I made a few changes tonight: 1) updated the Marshal method to use a ...
15 years, 8 months ago (2009-11-19 10:45:45 UTC) #5
rsc
Looking pretty good. These comments are mostly ways to make the Go code a little ...
15 years, 8 months ago (2009-11-19 23:03:11 UTC) #6
hoisie
Updated the patch to include all the changes. * Changed error format * removed 'json' ...
15 years, 8 months ago (2009-11-20 04:02:18 UTC) #7
rsc
Really close to done! http://codereview.appspot.com/157068/diff/12/1024 File src/pkg/json/struct.go (right): http://codereview.appspot.com/157068/diff/12/1024#newcode391 src/pkg/json/struct.go:391: case *reflect.ChanValue: Go is different ...
15 years, 8 months ago (2009-11-20 04:14:44 UTC) #8
hoisie
Good catch on the map case :) Re-uploaded, and I added those tests.
15 years, 8 months ago (2009-11-20 04:29:54 UTC) #9
rsc
15 years, 8 months ago (2009-11-20 04:45:04 UTC) #10
*** Submitted as http://code.google.com/p/go/source/detail?r=0f043e6b7545 ***

Add json.Marshal to json package

R=rsc
CC=golang-dev
http://codereview.appspot.com/157068

Committer: Russ Cox <rsc@golang.org>
Sign in to reply to this message.

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