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

Issue 20162006: Fixed YAML output for a list of maps (Closed)

Created:
7 years, 5 months ago by Tate Mandel
Modified:
7 years, 5 months ago
CC:
Emily Fortuna, janicejl, reviews_dartlang.org
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 6

Patch Set 2 : Added documentation for parameters and internal logic. #

Patch Set 3 : Sorted the keys for consistency. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -9 lines) Patch
M pkg/docgen/lib/dart2yaml.dart View 1 2 1 chunk +22 lines, -9 lines 1 comment Download

Messages

Total messages: 8 (0 generated)
Tate Mandel
This updates the dart2yaml library to output valid YAML for a list of maps by ...
7 years, 5 months ago (2013-07-24 23:24:36 UTC) #1
Alan Knight
https://codereview.chromium.org/20162006/diff/1/pkg/docgen/lib/dart2yaml.dart File pkg/docgen/lib/dart2yaml.dart (right): https://codereview.chromium.org/20162006/diff/1/pkg/docgen/lib/dart2yaml.dart#newcode22 pkg/docgen/lib/dart2yaml.dart:22: */ This could use some documentation for the parameters. ...
7 years, 5 months ago (2013-07-25 17:46:42 UTC) #2
Tate Mandel
https://codereview.chromium.org/20162006/diff/1/pkg/docgen/lib/dart2yaml.dart File pkg/docgen/lib/dart2yaml.dart (right): https://codereview.chromium.org/20162006/diff/1/pkg/docgen/lib/dart2yaml.dart#newcode22 pkg/docgen/lib/dart2yaml.dart:22: */ On 2013/07/25 17:46:42, Alan Knight wrote: > This ...
7 years, 5 months ago (2013-07-25 22:01:53 UTC) #3
Emily Fortuna
lgtm
7 years, 5 months ago (2013-07-25 23:20:09 UTC) #4
Alan Knight
https://codereview.chromium.org/20162006/diff/1/pkg/docgen/lib/dart2yaml.dart File pkg/docgen/lib/dart2yaml.dart (right): https://codereview.chromium.org/20162006/diff/1/pkg/docgen/lib/dart2yaml.dart#newcode27 pkg/docgen/lib/dart2yaml.dart:27: if (isList && key == documentData.keys.first) { On 2013/07/25 ...
7 years, 5 months ago (2013-07-25 23:25:04 UTC) #5
Tate Mandel
https://chromiumcodereview.appspot.com/20162006/diff/1/pkg/docgen/lib/dart2yaml.dart File pkg/docgen/lib/dart2yaml.dart (right): https://chromiumcodereview.appspot.com/20162006/diff/1/pkg/docgen/lib/dart2yaml.dart#newcode27 pkg/docgen/lib/dart2yaml.dart:27: if (isList && key == documentData.keys.first) { On 2013/07/25 ...
7 years, 5 months ago (2013-07-26 20:33:04 UTC) #6
Alan Knight
lgtm https://chromiumcodereview.appspot.com/20162006/diff/11001/pkg/docgen/lib/dart2yaml.dart File pkg/docgen/lib/dart2yaml.dart (right): https://chromiumcodereview.appspot.com/20162006/diff/11001/pkg/docgen/lib/dart2yaml.dart#newcode32 pkg/docgen/lib/dart2yaml.dart:32: keys.sort((String first, String second) => first.compareTo(second)); Real nit. ...
7 years, 5 months ago (2013-07-26 20:51:03 UTC) #7
Tate Mandel
7 years, 5 months ago (2013-07-26 21:00:32 UTC) #8
Message was sent while issue was closed.
Committed patchset #3 manually as r25539 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698