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

Issue 274953002: Bring the YAML package's style up to modern standards. (Closed)

Created:
6 years, 7 months ago by nweiz
Modified:
6 years, 7 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Bring the YAML package's style up to modern standards. R=jmesserly@google.com, rnystrom@google.com Committed: https://code.google.com/p/dart/source/detail?r=36386

Patch Set 1 #

Total comments: 18

Patch Set 2 : code review #

Total comments: 4

Patch Set 3 : code review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+345 lines, -332 lines) Patch
A pkg/yaml/CHANGELOG.md View 1 1 chunk +5 lines, -0 lines 0 comments Download
M pkg/yaml/README.md View 1 chunk +17 lines, -11 lines 0 comments Download
M pkg/yaml/lib/src/composer.dart View 5 chunks +28 lines, -24 lines 0 comments Download
M pkg/yaml/lib/src/constructor.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/yaml/lib/src/deep_equals.dart View 1 1 chunk +59 lines, -54 lines 0 comments Download
M pkg/yaml/lib/src/model.dart View 4 chunks +38 lines, -21 lines 0 comments Download
M pkg/yaml/lib/src/parser.dart View 1 6 chunks +11 lines, -10 lines 0 comments Download
M pkg/yaml/lib/src/utils.dart View 1 1 chunk +24 lines, -29 lines 0 comments Download
M pkg/yaml/lib/src/visitor.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/yaml/lib/src/yaml_exception.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/yaml/lib/src/yaml_map.dart View 1 1 chunk +19 lines, -66 lines 0 comments Download
M pkg/yaml/lib/yaml.dart View 3 chunks +17 lines, -47 lines 0 comments Download
M pkg/yaml/pubspec.yaml View 1 chunk +3 lines, -1 line 0 comments Download
A pkg/yaml/test/utils.dart View 1 2 1 chunk +83 lines, -0 lines 0 comments Download
M pkg/yaml/test/yaml_test.dart View 15 chunks +38 lines, -66 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
nweiz
6 years, 7 months ago (2014-05-08 23:46:46 UTC) #1
kevmoo
DBC. Awesome to see this. https://codereview.chromium.org/274953002/diff/1/pkg/yaml/pubspec.yaml File pkg/yaml/pubspec.yaml (right): https://codereview.chromium.org/274953002/diff/1/pkg/yaml/pubspec.yaml#newcode9 pkg/yaml/pubspec.yaml:9: unittest: ">=0.9.0 <0.10.0" Bump ...
6 years, 7 months ago (2014-05-08 23:58:33 UTC) #2
Bob Nystrom
https://codereview.chromium.org/274953002/diff/1/pkg/yaml/lib/src/composer.dart File pkg/yaml/lib/src/composer.dart (right): https://codereview.chromium.org/274953002/diff/1/pkg/yaml/lib/src/composer.dart#newcode81 pkg/yaml/lib/src/composer.dart:81: var result = setAnchor(seq, new SequenceNode(Tag.yaml('seq'), null)); What's your ...
6 years, 7 months ago (2014-05-09 00:18:55 UTC) #3
nweiz
+jmesserly since Bob is on vacation https://codereview.chromium.org/274953002/diff/1/pkg/yaml/lib/src/composer.dart File pkg/yaml/lib/src/composer.dart (right): https://codereview.chromium.org/274953002/diff/1/pkg/yaml/lib/src/composer.dart#newcode81 pkg/yaml/lib/src/composer.dart:81: var result = ...
6 years, 7 months ago (2014-05-20 00:15:06 UTC) #4
Jennifer Messerly
lgtm! https://codereview.chromium.org/274953002/diff/20001/pkg/yaml/test/utils.dart File pkg/yaml/test/utils.dart (right): https://codereview.chromium.org/274953002/diff/20001/pkg/yaml/test/utils.dart#newcode1 pkg/yaml/test/utils.dart:1: // Copyright (c) 2011, the Dart project authors. ...
6 years, 7 months ago (2014-05-20 18:07:56 UTC) #5
nweiz
https://codereview.chromium.org/274953002/diff/20001/pkg/yaml/test/utils.dart File pkg/yaml/test/utils.dart (right): https://codereview.chromium.org/274953002/diff/20001/pkg/yaml/test/utils.dart#newcode1 pkg/yaml/test/utils.dart:1: // Copyright (c) 2011, the Dart project authors. Please ...
6 years, 7 months ago (2014-05-20 21:39:48 UTC) #6
nweiz
6 years, 7 months ago (2014-05-20 21:40:31 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 manually as r36386 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698