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

Issue 1622313003: Add minimal yaml support to the engine (Closed)

Created:
4 years, 11 months ago by Brian Wilkerson
Modified:
4 years, 10 months ago
Reviewers:
Paul Berry, scheglov
CC:
reviews_dartlang.org
Base URL:
https://github.com/dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 4

Patch Set 2 : Address Comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+262 lines, -2 lines) Patch
M pkg/analyzer/lib/src/generated/source.dart View 1 chunk +7 lines, -0 lines 0 comments Download
M pkg/analyzer/lib/src/plugin/engine_plugin.dart View 2 chunks +5 lines, -0 lines 0 comments Download
A pkg/analyzer/lib/src/task/yaml.dart View 1 chunk +144 lines, -0 lines 0 comments Download
A pkg/analyzer/lib/task/yaml.dart View 1 chunk +29 lines, -0 lines 0 comments Download
M pkg/analyzer/test/src/task/dart_test.dart View 2 chunks +6 lines, -2 lines 0 comments Download
M pkg/analyzer/test/src/task/test_all.dart View 2 chunks +2 lines, -0 lines 0 comments Download
A pkg/analyzer/test/src/task/yaml_test.dart View 1 1 chunk +69 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
Brian Wilkerson
This adds minimal support for yaml to the analysis engine. It does not cause any ...
4 years, 11 months ago (2016-01-24 17:01:07 UTC) #2
scheglov
LGTM https://codereview.chromium.org/1622313003/diff/1/pkg/analyzer/test/src/task/yaml_test.dart File pkg/analyzer/test/src/task/yaml_test.dart (right): https://codereview.chromium.org/1622313003/diff/1/pkg/analyzer/test/src/task/yaml_test.dart#newcode36 pkg/analyzer/test/src/task/yaml_test.dart:36: expect(outputs[YAML_LINE_INFO], isNotNull); These expect(s) and in the test ...
4 years, 11 months ago (2016-01-24 18:20:44 UTC) #3
Brian Wilkerson
https://codereview.chromium.org/1622313003/diff/1/pkg/analyzer/test/src/task/yaml_test.dart File pkg/analyzer/test/src/task/yaml_test.dart (right): https://codereview.chromium.org/1622313003/diff/1/pkg/analyzer/test/src/task/yaml_test.dart#newcode36 pkg/analyzer/test/src/task/yaml_test.dart:36: expect(outputs[YAML_LINE_INFO], isNotNull); True. More complete tests added. https://codereview.chromium.org/1622313003/diff/1/pkg/analyzer/test/src/task/yaml_test.dart#newcode49 pkg/analyzer/test/src/task/yaml_test.dart:49: ...
4 years, 11 months ago (2016-01-24 23:14:44 UTC) #4
Paul Berry
lgtm
4 years, 10 months ago (2016-01-25 12:40:01 UTC) #5
Brian Wilkerson
4 years, 10 months ago (2016-01-25 17:00:52 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
032aa117116dd221d1fbf86506295abeab817b14 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698