Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(624)

Issue 19220006: Updated the schema of the yaml output. (Closed)

Created:
7 years, 5 months ago by janicejl
Modified:
7 years, 5 months ago
Visibility:
Public.

Description

Updated the schema of the yaml output. R=rnystrom@google.com Committed: https://code.google.com/p/dart/source/detail?r=25035

Patch Set 1 #

Patch Set 2 : #

Total comments: 6

Patch Set 3 : #

Patch Set 4 : #

Total comments: 2

Patch Set 5 : #

Total comments: 1

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+85 lines, -65 lines) Patch
M pkg/docgen/lib/dart2yaml.dart View 1 2 3 1 chunk +5 lines, -2 lines 0 comments Download
M pkg/docgen/lib/docgen.dart View 1 2 3 4 13 chunks +69 lines, -60 lines 0 comments Download
M pkg/docgen/lib/src/io.dart View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M pkg/docgen/test/single_library_test.dart View 2 chunks +10 lines, -2 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
janicejl
Also escapes new line characters.
7 years, 5 months ago (2013-07-15 22:03:02 UTC) #1
Bob Nystrom
https://codereview.chromium.org/19220006/diff/2001/pkg/docgen/lib/dart2yaml.dart File pkg/docgen/lib/dart2yaml.dart (right): https://codereview.chromium.org/19220006/diff/2001/pkg/docgen/lib/dart2yaml.dart#newcode56 pkg/docgen/lib/dart2yaml.dart:56: .replaceAll("\"", "\\\"").replaceAll("\n", "\\n")}\"\n"; You can make this a little ...
7 years, 5 months ago (2013-07-15 22:16:03 UTC) #2
janicejl
https://codereview.chromium.org/19220006/diff/2001/pkg/docgen/lib/dart2yaml.dart File pkg/docgen/lib/dart2yaml.dart (right): https://codereview.chromium.org/19220006/diff/2001/pkg/docgen/lib/dart2yaml.dart#newcode56 pkg/docgen/lib/dart2yaml.dart:56: .replaceAll("\"", "\\\"").replaceAll("\n", "\\n")}\"\n"; On 2013/07/15 22:16:03, Bob Nystrom wrote: ...
7 years, 5 months ago (2013-07-15 22:38:43 UTC) #3
Bob Nystrom
https://codereview.chromium.org/19220006/diff/11001/pkg/docgen/lib/docgen.dart File pkg/docgen/lib/docgen.dart (right): https://codereview.chromium.org/19220006/diff/11001/pkg/docgen/lib/docgen.dart#newcode326 pkg/docgen/lib/docgen.dart:326: var methodConstructor = new Method(mirrorName, mirror.isStatic, It's just a ...
7 years, 5 months ago (2013-07-15 22:46:43 UTC) #4
janicejl
https://codereview.chromium.org/19220006/diff/11001/pkg/docgen/lib/docgen.dart File pkg/docgen/lib/docgen.dart (right): https://codereview.chromium.org/19220006/diff/11001/pkg/docgen/lib/docgen.dart#newcode326 pkg/docgen/lib/docgen.dart:326: var methodConstructor = new Method(mirrorName, mirror.isStatic, On 2013/07/15 22:46:43, ...
7 years, 5 months ago (2013-07-15 23:03:44 UTC) #5
Bob Nystrom
LGTM! https://codereview.chromium.org/19220006/diff/16001/pkg/docgen/lib/docgen.dart File pkg/docgen/lib/docgen.dart (right): https://codereview.chromium.org/19220006/diff/16001/pkg/docgen/lib/docgen.dart#newcode24 pkg/docgen/lib/docgen.dart:24: import 'package:pathos/path.dart' as path; This should be "path" ...
7 years, 5 months ago (2013-07-15 23:11:13 UTC) #6
janicejl
7 years, 5 months ago (2013-07-15 23:38:41 UTC) #7
Message was sent while issue was closed.
Committed patchset #6 manually as r25035 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698