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

Issue 421503004: Switch transformers over to source_span (Closed)

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

Description

Switch various transformers and libraries they use over to source_span. This would release html5lib 0.12.0 and code_transformers 0.2.0. BUG=19930 R=blois@google.com, sigmund@google.com Committed: https://code.google.com/p/dart/source/detail?r=38754

Patch Set 1 #

Total comments: 6

Patch Set 2 : Code review changes #

Patch Set 3 : convert all transformers to use source_span #

Patch Set 4 : Update barback deps. #

Total comments: 8

Patch Set 5 : Code review changes #

Patch Set 6 : Code review changes #

Patch Set 7 : Code review changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+67 lines, -62 lines) Patch
A + pkg/code_transformers/CHANGELOG.md View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M pkg/code_transformers/lib/assets.dart View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M pkg/code_transformers/lib/src/resolver.dart View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/code_transformers/lib/src/resolver_impl.dart View 1 2 5 chunks +6 lines, -6 lines 0 comments Download
M pkg/code_transformers/pubspec.yaml View 1 2 3 4 5 1 chunk +3 lines, -2 lines 0 comments Download
M pkg/observe/lib/transformer.dart View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/observe/pubspec.yaml View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M pkg/polymer/lib/src/build/common.dart View 1 2 3 4 5 2 chunks +3 lines, -4 lines 0 comments Download
M pkg/polymer/lib/src/build/import_inliner.dart View 1 2 3 4 5 6 4 chunks +5 lines, -5 lines 0 comments Download
M pkg/polymer/lib/src/build/linter.dart View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/polymer/lib/src/build/script_compactor.dart View 1 2 3 4 4 chunks +3 lines, -5 lines 0 comments Download
M pkg/polymer/pubspec.yaml View 1 2 3 1 chunk +4 lines, -3 lines 0 comments Download
M pkg/smoke/pubspec.yaml View 1 2 1 chunk +1 line, -1 line 0 comments Download
M pkg/third_party/html5lib/CHANGELOG.md View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M pkg/third_party/html5lib/lib/dom.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/third_party/html5lib/lib/parser.dart View 1 2 3 4 8 chunks +13 lines, -14 lines 0 comments Download
M pkg/third_party/html5lib/lib/src/inputstream.dart View 1 2 3 4 5 6 2 chunks +4 lines, -3 lines 0 comments Download
M pkg/third_party/html5lib/lib/src/token.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/third_party/html5lib/lib/src/tokenizer.dart View 2 chunks +1 line, -2 lines 0 comments Download
M pkg/third_party/html5lib/lib/src/treebuilder.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/third_party/html5lib/pubspec.yaml View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/third_party/html5lib/test/parser_feature_test.dart View 1 2 3 4 5 6 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 18 (0 generated)
nweiz
6 years, 4 months ago (2014-07-29 20:21:47 UTC) #1
Jennifer Messerly
Siggi do you mind taking a look?
6 years, 4 months ago (2014-07-29 20:28:40 UTC) #2
Siggi Cherem (dart-lang)
https://codereview.chromium.org/421503004/diff/1/pkg/polymer/pubspec.yaml File pkg/polymer/pubspec.yaml (right): https://codereview.chromium.org/421503004/diff/1/pkg/polymer/pubspec.yaml#newcode15 pkg/polymer/pubspec.yaml:15: html5lib: '>=0.11.0 <0.13.0' There are a couple changes we ...
6 years, 4 months ago (2014-07-29 20:56:32 UTC) #3
Siggi Cherem (dart-lang)
On 2014/07/29 20:28:40, John Messerly wrote: > Siggi do you mind taking a look? no ...
6 years, 4 months ago (2014-07-29 20:57:33 UTC) #4
nweiz
Code review changes
6 years, 4 months ago (2014-07-29 21:12:51 UTC) #5
nweiz
https://codereview.chromium.org/421503004/diff/1/pkg/polymer/pubspec.yaml File pkg/polymer/pubspec.yaml (right): https://codereview.chromium.org/421503004/diff/1/pkg/polymer/pubspec.yaml#newcode15 pkg/polymer/pubspec.yaml:15: html5lib: '>=0.11.0 <0.13.0' On 2014/07/29 20:56:32, Siggi Cherem (dart-lang) ...
6 years, 4 months ago (2014-07-29 21:13:17 UTC) #6
Siggi Cherem (dart-lang)
https://codereview.chromium.org/421503004/diff/1/pkg/polymer/pubspec.yaml File pkg/polymer/pubspec.yaml (right): https://codereview.chromium.org/421503004/diff/1/pkg/polymer/pubspec.yaml#newcode15 pkg/polymer/pubspec.yaml:15: html5lib: '>=0.11.0 <0.13.0' On 2014/07/29 21:13:17, nweiz wrote: > ...
6 years, 4 months ago (2014-07-29 21:21:08 UTC) #7
nweiz
Update barback deps.
6 years, 4 months ago (2014-07-29 23:10:01 UTC) #8
nweiz
+blois for code_transformer changes Barback 0.14.2 supports both span types now, so I've expanded this ...
6 years, 4 months ago (2014-07-29 23:12:22 UTC) #9
Siggi Cherem (dart-lang)
nice - seems that we are missing csslib. I think your changes may work without ...
6 years, 4 months ago (2014-07-29 23:41:37 UTC) #10
nweiz
Code review changes
6 years, 4 months ago (2014-07-29 23:48:07 UTC) #11
nweiz
I have a separate CL out for csslib (https://codereview.chromium.org/426053003/). https://codereview.chromium.org/421503004/diff/60001/pkg/polymer/lib/src/build/common.dart File pkg/polymer/lib/src/build/common.dart (left): https://codereview.chromium.org/421503004/diff/60001/pkg/polymer/lib/src/build/common.dart#oldcode19 pkg/polymer/lib/src/build/common.dart:19: ...
6 years, 4 months ago (2014-07-29 23:48:39 UTC) #12
Siggi Cherem (dart-lang)
lgtm https://codereview.chromium.org/421503004/diff/60001/pkg/polymer/lib/src/build/common.dart File pkg/polymer/lib/src/build/common.dart (left): https://codereview.chromium.org/421503004/diff/60001/pkg/polymer/lib/src/build/common.dart#oldcode19 pkg/polymer/lib/src/build/common.dart:19: import 'package:source_maps/span.dart' show Span; On 2014/07/29 23:48:39, nweiz ...
6 years, 4 months ago (2014-07-30 00:00:06 UTC) #13
nweiz
Code review changes
6 years, 4 months ago (2014-07-30 00:17:56 UTC) #14
nweiz
Code review changes
6 years, 4 months ago (2014-07-30 00:24:29 UTC) #15
nweiz
https://codereview.chromium.org/421503004/diff/1/pkg/third_party/html5lib/lib/src/inputstream.dart File pkg/third_party/html5lib/lib/src/inputstream.dart (right): https://codereview.chromium.org/421503004/diff/1/pkg/third_party/html5lib/lib/src/inputstream.dart#newcode138 pkg/third_party/html5lib/lib/src/inputstream.dart:138: fileInfo = new SourceFile.decoded(_chars, url: sourceUrl); On 2014/07/29 21:13:17, ...
6 years, 4 months ago (2014-07-30 00:25:53 UTC) #16
blois
On 2014/07/30 00:25:53, nweiz wrote: > https://codereview.chromium.org/421503004/diff/1/pkg/third_party/html5lib/lib/src/inputstream.dart > File pkg/third_party/html5lib/lib/src/inputstream.dart (right): > > https://codereview.chromium.org/421503004/diff/1/pkg/third_party/html5lib/lib/src/inputstream.dart#newcode138 > ...
6 years, 4 months ago (2014-07-30 21:15:53 UTC) #17
nweiz
6 years, 4 months ago (2014-07-30 21:36:54 UTC) #18
Message was sent while issue was closed.
Committed patchset #7 manually as r38754 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698