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

Issue 9369006: First prototype of import map generator. (Closed)

Created:
8 years, 10 months ago by Bob Nystrom
Modified:
8 years, 10 months ago
CC:
reviews_dartlang.org, dgrove
Visibility:
Public.

Description

First prototype of import map generator. Committed: https://code.google.com/p/dart/source/detail?r=4106

Patch Set 1 #

Total comments: 10

Patch Set 2 : Respond to review and add unit tests. #

Total comments: 4

Patch Set 3 : Rebase. #

Patch Set 4 : Move mapEquals into corelib. #

Total comments: 2

Patch Set 5 : Use setEquals when appropriate. #

Patch Set 6 : Fix path to JSON. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+278 lines, -9 lines) Patch
M client/testing/unittest/shared.dart View 1 2 3 4 5 chunks +13 lines, -7 lines 0 comments Download
M client/testing/unittest/unittest_vm.dart View 1 1 chunk +3 lines, -2 lines 0 comments Download
M corelib/src/expect.dart View 1 2 3 1 chunk +24 lines, -0 lines 0 comments Download
M tools/test.dart View 1 2 chunks +4 lines, -0 lines 0 comments Download
A utils/import_mapper/import_mapper.dart View 1 2 3 4 5 1 chunk +128 lines, -0 lines 0 comments Download
A utils/import_mapper/passthrough_hook.dart View 1 1 chunk +15 lines, -0 lines 0 comments Download
A utils/tests/import_mapper/import_mapper.status View 1 1 chunk +23 lines, -0 lines 0 comments Download
A utils/tests/import_mapper/src/a.dart View 1 1 chunk +10 lines, -0 lines 0 comments Download
A utils/tests/import_mapper/src/b.dart View 1 1 chunk +9 lines, -0 lines 0 comments Download
A utils/tests/import_mapper/src/c.dart View 1 1 chunk +10 lines, -0 lines 0 comments Download
A utils/tests/import_mapper/src/import_mapper_tests.dart View 1 1 chunk +22 lines, -0 lines 0 comments Download
A utils/tests/import_mapper/test_config.dart View 1 1 chunk +17 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Bob Nystrom
Just to get something started in the repo.
8 years, 10 months ago (2012-02-09 00:34:00 UTC) #1
Jennifer Messerly
lgtm https://chromiumcodereview.appspot.com/9369006/diff/1/utils/import_mapper/import_mapper.dart File utils/import_mapper/import_mapper.dart (right): https://chromiumcodereview.appspot.com/9369006/diff/1/utils/import_mapper/import_mapper.dart#newcode8 utils/import_mapper/import_mapper.dart:8: #import('../../client/json/dart_json.dart'); heh heh :) https://chromiumcodereview.appspot.com/9369006/diff/1/utils/import_mapper/import_mapper.dart#newcode68 utils/import_mapper/import_mapper.dart:68: if (definition ...
8 years, 10 months ago (2012-02-09 01:09:24 UTC) #2
Siggi Cherem (dart-lang)
lgtm https://chromiumcodereview.appspot.com/9369006/diff/1/utils/import_mapper/import_mapper.dart File utils/import_mapper/import_mapper.dart (right): https://chromiumcodereview.appspot.com/9369006/diff/1/utils/import_mapper/import_mapper.dart#newcode63 utils/import_mapper/import_mapper.dart:63: final parser = new Parser(source, true); => Parser(source, ...
8 years, 10 months ago (2012-02-09 01:21:57 UTC) #3
Bob Nystrom
I also did the smart thing for once and added a basic unit test. Please ...
8 years, 10 months ago (2012-02-09 02:05:44 UTC) #4
Siggi Cherem (dart-lang)
https://chromiumcodereview.appspot.com/9369006/diff/3001/client/testing/unittest/shared.dart File client/testing/unittest/shared.dart (right): https://chromiumcodereview.appspot.com/9369006/diff/3001/client/testing/unittest/shared.dart#newcode266 client/testing/unittest/shared.dart:266: // If comparing two maps, see that their keys ...
8 years, 10 months ago (2012-02-09 02:18:23 UTC) #5
Bob Nystrom
Adding Florian since this now has a little corelib change too... https://chromiumcodereview.appspot.com/9369006/diff/3001/client/testing/unittest/shared.dart File client/testing/unittest/shared.dart (right): ...
8 years, 10 months ago (2012-02-10 00:31:47 UTC) #6
Siggi Cherem (dart-lang)
lgtm https://chromiumcodereview.appspot.com/9369006/diff/5002/client/testing/unittest/shared.dart File client/testing/unittest/shared.dart (right): https://chromiumcodereview.appspot.com/9369006/diff/5002/client/testing/unittest/shared.dart#newcode277 client/testing/unittest/shared.dart:277: if (_value is Set ...) ?
8 years, 10 months ago (2012-02-10 00:36:51 UTC) #7
Bob Nystrom
https://chromiumcodereview.appspot.com/9369006/diff/5002/client/testing/unittest/shared.dart File client/testing/unittest/shared.dart (right): https://chromiumcodereview.appspot.com/9369006/diff/5002/client/testing/unittest/shared.dart#newcode277 client/testing/unittest/shared.dart:277: On 2012/02/10 00:36:51, sigmund wrote: > if (_value is ...
8 years, 10 months ago (2012-02-10 00:44:18 UTC) #8
floitsch
8 years, 10 months ago (2012-02-10 09:53:04 UTC) #9
corelib change LGTM.

Powered by Google App Engine
This is Rietveld 408576698