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

Issue 423823010: Support source_span spans in barback. (Closed)

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

Description

Support source_span spans in barback. This releases barback 0.14.2, which supports both SourceSpan and Span. It will be followed up with barback 0.15.0, which will remove support for Span. barback 0.14.1 will be added to third_party/pkg in a follow-up CL. R=rnystrom@google.com BUG=19930 Committed: https://code.google.com/p/dart/source/detail?r=38712

Patch Set 1 #

Total comments: 10

Patch Set 2 : Code review changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+273 lines, -189 lines) Patch
M pkg/barback/CHANGELOG.md View 1 chunk +6 lines, -0 lines 0 comments Download
A + pkg/barback/lib/src/span_wrapper.dart View 2 chunks +1 line, -41 lines 0 comments Download
M pkg/barback/lib/src/transformer/transform_logger.dart View 4 chunks +26 lines, -16 lines 0 comments Download
M pkg/barback/pubspec.yaml View 2 chunks +2 lines, -1 line 0 comments Download
M sdk/lib/_internal/pub/asset/dart/serialize.dart View 1 2 chunks +51 lines, -23 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/barback.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/barback/pub_package_provider.dart View 2 chunks +5 lines, -3 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/preprocess.dart View 1 7 chunks +28 lines, -26 lines 0 comments Download
M sdk/lib/_internal/pub/test/build/allows_arbitrary_modes_test.dart View 1 chunk +0 lines, -1 line 0 comments Download
M sdk/lib/_internal/pub/test/build/defaults_to_release_mode_test.dart View 1 chunk +0 lines, -1 line 0 comments Download
M sdk/lib/_internal/pub/test/implicit_barback_dependency_test.dart View 7 chunks +7 lines, -7 lines 0 comments Download
M sdk/lib/_internal/pub/test/implicit_dependency_test.dart View 4 chunks +4 lines, -4 lines 0 comments Download
M sdk/lib/_internal/pub/test/preprocess_test.dart View 8 chunks +73 lines, -25 lines 0 comments Download
M sdk/lib/_internal/pub/test/serve/allows_arbitrary_modes_test.dart View 1 chunk +0 lines, -1 line 0 comments Download
M sdk/lib/_internal/pub/test/serve/defaults_to_debug_mode_test.dart View 1 chunk +0 lines, -1 line 0 comments Download
M sdk/lib/_internal/pub/test/transformer/can_log_messages_test.dart View 2 chunks +68 lines, -37 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
nweiz
6 years, 4 months ago (2014-07-29 03:47:22 UTC) #1
Bob Nystrom
lgtm https://codereview.chromium.org/423823010/diff/1/sdk/lib/_internal/pub/asset/dart/serialize.dart File sdk/lib/_internal/pub/asset/dart/serialize.dart (right): https://codereview.chromium.org/423823010/diff/1/sdk/lib/_internal/pub/asset/dart/serialize.dart#newcode48 sdk/lib/_internal/pub/asset/dart/serialize.dart:48: /// Converts a serializable map into a [Span]. ...
6 years, 4 months ago (2014-07-29 22:57:00 UTC) #2
nweiz
Code review changes
6 years, 4 months ago (2014-07-29 23:04:08 UTC) #3
nweiz
https://codereview.chromium.org/423823010/diff/1/sdk/lib/_internal/pub/asset/dart/serialize.dart File sdk/lib/_internal/pub/asset/dart/serialize.dart (right): https://codereview.chromium.org/423823010/diff/1/sdk/lib/_internal/pub/asset/dart/serialize.dart#newcode48 sdk/lib/_internal/pub/asset/dart/serialize.dart:48: /// Converts a serializable map into a [Span]. On ...
6 years, 4 months ago (2014-07-29 23:04:18 UTC) #4
nweiz
6 years, 4 months ago (2014-07-29 23:05:36 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r38712 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698