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

Issue 107003007: Adding Angular's DI package & Dart unittests which test it. (Closed)

Created:
7 years ago by blois
Modified:
7 years ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Adding Angular's DI package & Dart unittests which test it. The non-Angular files which are being modified with this CL are: pkg/third_party/di/test/di_test.dart third_party/pkg/README third_party/pkg/di/update.sh DI is sync'd to revision 297d20694808a060c5275235aa3399dce7b87943. BUG= R=sigmund@google.com Committed: https://code.google.com/p/dart/source/detail?r=31361

Patch Set 1 : #

Total comments: 6

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1795 lines, -6 lines) Patch
A + pkg/third_party/di_tests/di_test.dart View 1 1 chunk +9 lines, -6 lines 0 comments Download
A third_party/pkg/README View 1 1 chunk +7 lines, -0 lines 0 comments Download
A third_party/pkg/di/.gitignore View 1 chunk +11 lines, -0 lines 0 comments Download
A third_party/pkg/di/Gruntfile.coffee View 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/pkg/di/LICENSE View 1 chunk +22 lines, -0 lines 0 comments Download
A third_party/pkg/di/README.md View 1 chunk +7 lines, -0 lines 0 comments Download
A third_party/pkg/di/TODO View 1 chunk +15 lines, -0 lines 0 comments Download
A third_party/pkg/di/benchmark/dynamic_injector_benchmark.dart View 1 chunk +10 lines, -0 lines 0 comments Download
A third_party/pkg/di/benchmark/injector_benchmark_common.dart View 1 chunk +47 lines, -0 lines 0 comments Download
A third_party/pkg/di/benchmark/module_benchmark.dart View 1 chunk +23 lines, -0 lines 0 comments Download
A third_party/pkg/di/benchmark/static_injector_benchmark.dart View 1 chunk +17 lines, -0 lines 0 comments Download
A third_party/pkg/di/bin/generator.dart View 1 chunk +5 lines, -0 lines 0 comments Download
A third_party/pkg/di/lib/annotations.dart View 1 chunk +11 lines, -0 lines 0 comments Download
A third_party/pkg/di/lib/di.dart View 1 chunk +6 lines, -0 lines 0 comments Download
A third_party/pkg/di/lib/dynamic_injector.dart View 1 chunk +64 lines, -0 lines 0 comments Download
A third_party/pkg/di/lib/errors.dart View 1 chunk +9 lines, -0 lines 0 comments Download
A third_party/pkg/di/lib/generator.dart View 1 chunk +330 lines, -0 lines 0 comments Download
A third_party/pkg/di/lib/injector.dart View 1 chunk +219 lines, -0 lines 0 comments Download
A third_party/pkg/di/lib/mirrors.dart View 1 chunk +8 lines, -0 lines 0 comments Download
A third_party/pkg/di/lib/module.dart View 1 chunk +148 lines, -0 lines 0 comments Download
A third_party/pkg/di/lib/reflected_type.dart View 1 chunk +27 lines, -0 lines 0 comments Download
A third_party/pkg/di/lib/static_injector.dart View 1 chunk +33 lines, -0 lines 0 comments Download
A third_party/pkg/di/package.json View 1 chunk +23 lines, -0 lines 0 comments Download
A third_party/pkg/di/pubspec.yaml View 1 chunk +15 lines, -0 lines 0 comments Download
A third_party/pkg/di/run-benchmarks.sh View 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/pkg/di/run-tests.sh View 1 chunk +16 lines, -0 lines 0 comments Download
A third_party/pkg/di/test/fixed-unittest.dart View 1 chunk +108 lines, -0 lines 0 comments Download
A third_party/pkg/di/test/main.dart View 1 chunk +519 lines, -0 lines 0 comments Download
A third_party/pkg/di/test_tf_gen.sh View 1 chunk +12 lines, -0 lines 0 comments Download
A third_party/pkg/update_di.sh View 1 1 chunk +38 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
blois
7 years ago (2013-12-20 23:18:33 UTC) #1
Siggi Cherem (dart-lang)
https://codereview.chromium.org/107003007/diff/50001/pkg/third_party/di/test/di_test.dart File pkg/third_party/di/test/di_test.dart (right): https://codereview.chromium.org/107003007/diff/50001/pkg/third_party/di/test/di_test.dart#newcode6 pkg/third_party/di/test/di_test.dart:6: library angular.di.test; just to document what we discussed - ...
7 years ago (2013-12-20 23:40:19 UTC) #2
blois
https://codereview.chromium.org/107003007/diff/50001/pkg/third_party/di/test/di_test.dart File pkg/third_party/di/test/di_test.dart (right): https://codereview.chromium.org/107003007/diff/50001/pkg/third_party/di/test/di_test.dart#newcode6 pkg/third_party/di/test/di_test.dart:6: library angular.di.test; On 2013/12/20 23:40:20, Siggi Cherem (dart-lang) wrote: ...
7 years ago (2013-12-21 00:00:10 UTC) #3
Siggi Cherem (dart-lang)
Thanks Pete, lgtm!
7 years ago (2013-12-21 00:09:47 UTC) #4
blois
7 years ago (2013-12-21 00:16:23 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r31361 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698