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

Issue 14103026: Restructure the yaml package. (Closed)

Created:
7 years, 8 months ago by nweiz
Modified:
7 years, 8 months ago
Reviewers:
Bob Nystrom
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Restructure the yaml package. Committed: https://code.google.com/p/dart/source/detail?r=21571

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+371 lines, -2957 lines) Patch
D pkg/yaml/lib/composer.dart View 1 chunk +0 lines, -166 lines 0 comments Download
D pkg/yaml/lib/constructor.dart View 1 chunk +0 lines, -56 lines 0 comments Download
D pkg/yaml/lib/deep_equals.dart View 1 chunk +0 lines, -72 lines 0 comments Download
D pkg/yaml/lib/model.dart View 1 chunk +0 lines, -232 lines 0 comments Download
D pkg/yaml/lib/parser.dart View 1 chunk +0 lines, -1939 lines 0 comments Download
A + pkg/yaml/lib/src/composer.dart View 5 chunks +39 lines, -35 lines 0 comments Download
A + pkg/yaml/lib/src/constructor.dart View 3 chunks +17 lines, -13 lines 0 comments Download
A + pkg/yaml/lib/src/deep_equals.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/yaml/lib/src/model.dart View 8 chunks +58 lines, -53 lines 0 comments Download
A + pkg/yaml/lib/src/parser.dart View 55 chunks +183 lines, -177 lines 0 comments Download
A pkg/yaml/lib/src/utils.dart View 1 chunk +39 lines, -0 lines 0 comments Download
A + pkg/yaml/lib/src/visitor.dart View 1 chunk +9 lines, -6 lines 0 comments Download
A + pkg/yaml/lib/src/yaml_exception.dart View 1 chunk +6 lines, -8 lines 0 comments Download
A + pkg/yaml/lib/src/yaml_map.dart View 5 chunks +8 lines, -38 lines 0 comments Download
D pkg/yaml/lib/visitor.dart View 1 chunk +0 lines, -27 lines 0 comments Download
M pkg/yaml/lib/yaml.dart View 3 chunks +12 lines, -25 lines 0 comments Download
D pkg/yaml/lib/yaml_map.dart View 1 chunk +0 lines, -110 lines 0 comments Download
M pkg/yaml/test/yaml_test.dart View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
nweiz
7 years, 8 months ago (2013-04-15 23:25:54 UTC) #1
Bob Nystrom
LGTM.
7 years, 8 months ago (2013-04-16 19:57:59 UTC) #2
nweiz
7 years, 8 months ago (2013-04-16 20:05:32 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r21571 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698