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

Issue 302313007: Attach source range information to parsed YAML nodes. (Closed)

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

Description

Attach source range information to parsed YAML nodes. Also release yaml 1.0.0. R=efortuna@google.com, rnystrom@google.com, sigmund@google.com Committed: https://code.google.com/p/dart/source/detail?r=36937

Patch Set 1 #

Total comments: 22

Patch Set 2 : code review #

Patch Set 3 : fix tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+362 lines, -331 lines) Patch
M pkg/docgen/pubspec.yaml View 1 chunk +1 line, -1 line 0 comments Download
M pkg/polymer/pubspec.yaml View 1 chunk +1 line, -1 line 0 comments Download
M pkg/yaml/CHANGELOG.md View 1 1 chunk +15 lines, -0 lines 0 comments Download
M pkg/yaml/lib/src/composer.dart View 1 2 7 chunks +41 lines, -33 lines 0 comments Download
M pkg/yaml/lib/src/constructor.dart View 1 2 chunks +28 lines, -16 lines 0 comments Download
D pkg/yaml/lib/src/deep_equals.dart View 1 chunk +0 lines, -81 lines 0 comments Download
A + pkg/yaml/lib/src/equality.dart View 3 chunks +49 lines, -4 lines 0 comments Download
M pkg/yaml/lib/src/model.dart View 7 chunks +18 lines, -12 lines 0 comments Download
M pkg/yaml/lib/src/parser.dart View 36 chunks +65 lines, -58 lines 0 comments Download
M pkg/yaml/lib/src/utils.dart View 1 chunk +6 lines, -27 lines 0 comments Download
M pkg/yaml/lib/src/visitor.dart View 2 chunks +2 lines, -2 lines 0 comments Download
D pkg/yaml/lib/src/yaml_map.dart View 1 chunk +0 lines, -40 lines 0 comments Download
A pkg/yaml/lib/src/yaml_node.dart View 1 1 chunk +92 lines, -0 lines 0 comments Download
M pkg/yaml/lib/yaml.dart View 3 chunks +17 lines, -7 lines 0 comments Download
M pkg/yaml/test/utils.dart View 2 chunks +10 lines, -7 lines 0 comments Download
M pkg/yaml/test/yaml_test.dart View 11 chunks +11 lines, -42 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/barback.dart View 1 1 chunk +3 lines, -0 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/pubspec.dart View 1 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
nweiz
6 years, 6 months ago (2014-06-02 23:15:19 UTC) #1
Bob Nystrom
https://codereview.chromium.org/302313007/diff/1/pkg/yaml/CHANGELOG.md File pkg/yaml/CHANGELOG.md (right): https://codereview.chromium.org/302313007/diff/1/pkg/yaml/CHANGELOG.md#newcode4 pkg/yaml/CHANGELOG.md:4: `loadYamlStream` are now read-only. "read-only" -> "immutable". (Assuming their ...
6 years, 6 months ago (2014-06-03 00:33:14 UTC) #2
nweiz
https://codereview.chromium.org/302313007/diff/1/pkg/yaml/CHANGELOG.md File pkg/yaml/CHANGELOG.md (right): https://codereview.chromium.org/302313007/diff/1/pkg/yaml/CHANGELOG.md#newcode4 pkg/yaml/CHANGELOG.md:4: `loadYamlStream` are now read-only. On 2014/06/03 00:33:14, Bob Nystrom ...
6 years, 6 months ago (2014-06-03 02:03:21 UTC) #3
Bob Nystrom
lgtm
6 years, 6 months ago (2014-06-03 20:02:41 UTC) #4
Emily Fortuna
lgtm
6 years, 6 months ago (2014-06-03 20:28:35 UTC) #5
Siggi Cherem (dart-lang)
lgtm
6 years, 6 months ago (2014-06-03 20:30:52 UTC) #6
nweiz
6 years, 6 months ago (2014-06-03 20:33:46 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 manually as r36937 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698