Keyboard Shortcuts

File
u :up to issue
m :publish + mail comments
M :edit review message
j / k :jump to file after / before current file
J / K :jump to next file with a comment after / before current file
Side-by-side diff
i :toggle intra-line diffs
e :expand all comments
c :collapse all comments
s :toggle showing all comments
n / p :next / previous diff chunk or comment
N / P :next / previous comment
<Up> / <Down> :next / previous line
<Enter> :respond to / edit current comment
d :mark current comment as done
Issue
u :up to list of issues
m :publish + mail comments
j / k :jump to patch after / before current patch
o / <Enter> :open current patch in side-by-side view
i :open current patch in unified diff view
Issue List
j / k :jump to issue after / before current issue
o / <Enter> :open current issue
# : close issue
Comment/message editing
<Ctrl> + s or <Ctrl> + Enter :save comment
<Esc> :cancel edit
Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(148)
Issues Repositories Search
Open Issues | Closed Issues | All Issues | Sign in with your Google Account to create issues and add comments

Issue 217047: code review 217047: fix quoted strings in Marshal

Can't Edit
Can't Publish+Mail
Start Review
Created:
15 years, 10 months ago by skorobo
Modified:
10 years, 9 months ago
Reviewers:
rsc
CC:
rsc, golang-dev
Visibility:
Public.
fix quoted strings in Marshal

Patch Set 1 #

Total comments: 1

Patch Set 2 : code review 217047: fix quoted strings in Marshal #

Patch Set 3 : code review 217047: fix quoted strings in Marshal #

Created: 15 years, 10 months ago
Download [raw] [tar.bz2]
Unified diffs Side-by-side diffs Delta from patch set Stats (+85 lines, -29 lines) Patch
M src/pkg/json/struct.go View 1 2 2 chunks +62 lines, -29 lines 0 comments Download
M src/pkg/json/struct_test.go View 1 2 2 chunks +23 lines, -0 lines 0 comments Download
Total messages: 7
|
rsc
looks good. please change the comment and also run "hg change 217047" and edit the ...
15 years, 10 months ago (2010年02月19日 16:37:35 UTC) #1
looks good. please change the comment
and also run "hg change 217047" and
edit the CL description to say
 json: fix quoted strings in Marshal
then run hg mail 217047 to reupload
and let us know that it's ready to look at again.
thanks.
http://codereview.appspot.com/217047/diff/1/2
File src/pkg/json/struct.go (right):
http://codereview.appspot.com/217047/diff/1/2#newcode441
src/pkg/json/struct.go:441: // Marshal converts an arbitrary value to the JSON
syntax and writes it to w.
// Marshal writes the JSON encoding of val to w.
//
// Due to limitations in JSON, val cannot include cyclic data
// structures, channels, functions, or maps.
the comment about human-readable is unnecessary
commentary.
Sign in to reply to this message.
skorobo
Hello rsc (cc: golang-dev@googlegroups.com), I'd like you to review this change.
15 years, 10 months ago (2010年02月19日 16:52:53 UTC) #2
Hello rsc (cc: golang-dev@googlegroups.com),
I'd like you to review this change.
Sign in to reply to this message.
skorobo
Hello rsc (cc: golang-dev@googlegroups.com), Please take another look.
15 years, 10 months ago (2010年02月19日 20:43:57 UTC) #3
Hello rsc (cc: golang-dev@googlegroups.com),
Please take another look.
Sign in to reply to this message.
rsc
LGTM thanks
15 years, 10 months ago (2010年02月19日 20:47:05 UTC) #4
LGTM
thanks
Sign in to reply to this message.
rsc
Please complete a CLA as described at http://golang.org/doc/contribute.html#copyright
15 years, 10 months ago (2010年02月19日 20:48:52 UTC) #5
Please complete a CLA as described at
http://golang.org/doc/contribute.html#copyright
Sign in to reply to this message.
skorobo
Completed. > Please complete a CLA as described at > http://golang.org/doc/contribute.html#copyright
15 years, 10 months ago (2010年02月19日 21:32:32 UTC) #6
Completed.
> Please complete a CLA as described at
> http://golang.org/doc/contribute.html#copyright
Sign in to reply to this message.
rsc
*** Submitted as http://code.google.com/p/go/source/detail?r=011400aed900 *** json: fix quoted strings in Marshal R=rsc CC=golang-dev http://codereview.appspot.com/217047 Committer: ...
15 years, 10 months ago (2010年02月22日 22:32:42 UTC) #7
*** Submitted as http://code.google.com/p/go/source/detail?r=011400aed900 ***
json: fix quoted strings in Marshal
R=rsc
CC=golang-dev
http://codereview.appspot.com/217047
Committer: Russ Cox <rsc@golang.org>
Sign in to reply to this message.
|
Powered by Google App Engine
This is Rietveld f62528b

AltStyle によって変換されたページ (->オリジナル) /