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

Issue 2560623003: Support a new source map bundle format useful for the Dart Dev Compiler. A source map bundle is a J… (Closed)

Created:
4 years ago by Jacob
Modified:
4 years ago
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Support a new source map bundle format useful for the Dart Dev Compiler. A source map bundle is a JSON array where each entry is a source map. BUG= R=sigmund@google.com Committed: https://github.com/dart-lang/source_maps/commit/453723b89bd49ff9af0dec9a13b58b18b7ebba9d

Patch Set 1 #

Patch Set 2 : Support a new source map bundle format useful for the Dart Dev Compiler. A source map bundle is a J… #

Patch Set 3 : Support a new source map bundle format useful for the Dart Dev Compiler. A source map bundle is a J… #

Patch Set 4 : fix strong mode errors #

Total comments: 15

Patch Set 5 : Support a new source map bundle format useful for the Dart Dev Compiler. A source map bundle is a J… #

Total comments: 8

Patch Set 6 : Support a new source map bundle format useful for the Dart Dev Compiler. A source map bundle is a J… #

Patch Set 7 : Improve handling of locations not from the uris the source map is for. Make `MappingBundle` disting… #

Unified diffs Side-by-side diffs Delta from patch set Stats (+309 lines, -89 lines) Patch
M CHANGELOG.md View 1 2 3 4 5 6 1 chunk +11 lines, -0 lines 0 comments Download
M lib/parser.dart View 1 2 3 4 5 6 15 chunks +152 lines, -66 lines 0 comments Download
M pubspec.yaml View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M test/parser_test.dart View 1 2 3 4 5 6 3 chunks +145 lines, -22 lines 0 comments Download

Messages

Total messages: 11 (3 generated)
Jacob
4 years ago (2016-12-07 17:05:22 UTC) #2
Jacob
4 years ago (2016-12-07 17:18:38 UTC) #3
Siggi Cherem (dart-lang)
https://codereview.chromium.org/2560623003/diff/60001/CHANGELOG.md File CHANGELOG.md (right): https://codereview.chromium.org/2560623003/diff/60001/CHANGELOG.md#newcode3 CHANGELOG.md:3: * Support a new source map bundle format useful ...
4 years ago (2016-12-07 18:06:23 UTC) #4
Jacob
https://codereview.chromium.org/2560623003/diff/60001/CHANGELOG.md File CHANGELOG.md (right): https://codereview.chromium.org/2560623003/diff/60001/CHANGELOG.md#newcode3 CHANGELOG.md:3: * Support a new source map bundle format useful ...
4 years ago (2016-12-07 20:40:32 UTC) #5
Siggi Cherem (dart-lang)
small nits below, but otherwise lgtm https://codereview.chromium.org/2560623003/diff/80001/CHANGELOG.md File CHANGELOG.md (right): https://codereview.chromium.org/2560623003/diff/80001/CHANGELOG.md#newcode3 CHANGELOG.md:3: * Add `MappingBundle` ...
4 years ago (2016-12-07 23:27:00 UTC) #6
Jacob
https://codereview.chromium.org/2560623003/diff/80001/CHANGELOG.md File CHANGELOG.md (right): https://codereview.chromium.org/2560623003/diff/80001/CHANGELOG.md#newcode3 CHANGELOG.md:3: * Add `MappingBundle` class that handles extended source map ...
4 years ago (2016-12-08 16:20:22 UTC) #7
Jacob
Committed patchset #6 (id:100001) manually as 453723b89bd49ff9af0dec9a13b58b18b7ebba9d (presubmit successful).
4 years ago (2016-12-08 16:20:51 UTC) #9
nweiz
4 years ago (2016-12-12 21:57:01 UTC) #11
Message was sent while issue was closed.
This release violates semantic versioning. It very clearly adds a new feature,
which means it should have had its version bumped to 0.10.2.

Please publish a 0.10.2 release as soon as possible so that people who naively
use a "^" constraint for this package and use its new features don't run into
versioning problems.

Also, both of you please read and internalize the documentation on package
versioning
(https://github.com/dart-lang/site-www/blob/7dcaa9f933c2eda1bc4b9f02e19c9e4bf2...),
and make sure to apply it to future CLs and code reviews. Keeping versioning
semantic is extremely important to maintaining a healthy and usable package
ecosystem.

Powered by Google App Engine
This is Rietveld 408576698