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

Issue 967933005: rename ddc -> dev_compiler, fixes #84 (Closed)

Created:
5 years, 9 months ago by Jennifer Messerly
Modified:
5 years, 9 months ago
CC:
dev-compiler+reviews_dartlang.org
Base URL:
git@github.com:dart-lang/dev_compiler.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+671 lines, -666 lines) Patch
M bin/devc.dart View 1 chunk +1 line, -1 line 0 comments Download
M bin/edit_files.dart View 1 chunk +1 line, -1 line 0 comments Download
M lib/config.dart View 1 chunk +1 line, -1 line 0 comments Download
M lib/devc.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M lib/runtime/dart_logging_runtime.dart View 5 chunks +18 lines, -15 lines 0 comments Download
M lib/runtime/dart_runtime.dart View 1 chunk +1 line, -1 line 0 comments Download
M lib/src/checker/checker.dart View 1 chunk +1 line, -1 line 0 comments Download
M lib/src/checker/dart_sdk.dart View 1 chunk +1 line, -1 line 0 comments Download
M lib/src/checker/multi_package_resolver.dart View 1 chunk +1 line, -1 line 0 comments Download
M lib/src/checker/resolver.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M lib/src/checker/rules.dart View 1 chunk +1 line, -1 line 0 comments Download
M lib/src/codegen/ast_builder.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M lib/src/codegen/code_generator.dart View 1 chunk +1 line, -1 line 0 comments Download
M lib/src/codegen/dart_codegen.dart View 5 chunks +10 lines, -10 lines 0 comments Download
M lib/src/codegen/html_codegen.dart View 3 chunks +7 lines, -7 lines 0 comments Download
M lib/src/codegen/js_codegen.dart View 1 chunk +1 line, -1 line 0 comments Download
M lib/src/codegen/reify_coercions.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M lib/src/info.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M lib/src/options.dart View 3 chunks +3 lines, -3 lines 0 comments Download
M lib/src/report.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M lib/src/testing.dart View 1 chunk +1 line, -1 line 0 comments Download
M lib/src/utils.dart View 1 chunk +1 line, -1 line 0 comments Download
M test/all_tests.dart View 1 chunk +1 line, -1 line 0 comments Download
M test/checker/checker_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M test/checker/inferred_type_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M test/checker/self_host_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M test/codegen_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M test/dart_codegen/expect/_internal/_internal View 1 chunk +1 line, -1 line 0 comments Download
M test/dart_codegen/expect/_internal/iterable.dart View 11 chunks +35 lines, -35 lines 0 comments Download
M test/dart_codegen/expect/_internal/list.dart View 1 chunk +1 line, -1 line 0 comments Download
M test/dart_codegen/expect/a/a.dart View 1 chunk +1 line, -1 line 0 comments Download
M test/dart_codegen/expect/async/async View 1 chunk +1 line, -1 line 0 comments Download
M test/dart_codegen/expect/async/async_error.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M test/dart_codegen/expect/async/broadcast_stream_controller.dart View 10 chunks +22 lines, -22 lines 0 comments Download
M test/dart_codegen/expect/async/future.dart View 9 chunks +18 lines, -18 lines 0 comments Download
M test/dart_codegen/expect/async/future_impl.dart View 16 chunks +34 lines, -34 lines 0 comments Download
M test/dart_codegen/expect/async/schedule_microtask.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M test/dart_codegen/expect/async/stream.dart View 26 chunks +72 lines, -72 lines 0 comments Download
M test/dart_codegen/expect/async/stream_controller.dart View 13 chunks +32 lines, -32 lines 0 comments Download
M test/dart_codegen/expect/async/stream_impl.dart View 15 chunks +30 lines, -30 lines 0 comments Download
M test/dart_codegen/expect/async/stream_pipe.dart View 3 chunks +7 lines, -7 lines 0 comments Download
M test/dart_codegen/expect/async/stream_transformers.dart View 3 chunks +15 lines, -15 lines 0 comments Download
M test/dart_codegen/expect/async/timer.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M test/dart_codegen/expect/async/zone.dart View 12 chunks +22 lines, -22 lines 0 comments Download
M test/dart_codegen/expect/b/b.dart View 1 chunk +1 line, -1 line 0 comments Download
M test/dart_codegen/expect/c/c.dart View 1 chunk +7 lines, -6 lines 0 comments Download
M test/dart_codegen/expect/collection/collection View 1 chunk +1 line, -1 line 0 comments Download
M test/dart_codegen/expect/collection/hash_map.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M test/dart_codegen/expect/collection/hash_set.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M test/dart_codegen/expect/collection/iterable.dart View 8 chunks +11 lines, -11 lines 0 comments Download
M test/dart_codegen/expect/collection/iterator.dart View 1 chunk +1 line, -1 line 0 comments Download
M test/dart_codegen/expect/collection/linked_hash_map.dart View 1 chunk +1 line, -1 line 0 comments Download
M test/dart_codegen/expect/collection/linked_list.dart View 6 chunks +9 lines, -9 lines 0 comments Download
M test/dart_codegen/expect/collection/list.dart View 5 chunks +16 lines, -16 lines 0 comments Download
M test/dart_codegen/expect/collection/maps.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M test/dart_codegen/expect/collection/queue.dart View 5 chunks +19 lines, -19 lines 0 comments Download
M test/dart_codegen/expect/collection/set.dart View 5 chunks +7 lines, -7 lines 0 comments Download
M test/dart_codegen/expect/collection/splay_tree.dart View 17 chunks +53 lines, -53 lines 0 comments Download
M test/dart_codegen/expect/convert/ascii.dart View 3 chunks +7 lines, -7 lines 0 comments Download
M test/dart_codegen/expect/convert/byte_conversion.dart View 1 chunk +1 line, -1 line 0 comments Download
M test/dart_codegen/expect/convert/codec.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M test/dart_codegen/expect/convert/convert View 1 chunk +1 line, -1 line 0 comments Download
M test/dart_codegen/expect/convert/converter.dart View 1 chunk +1 line, -1 line 0 comments Download
M test/dart_codegen/expect/convert/encoding.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M test/dart_codegen/expect/convert/html_escape.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M test/dart_codegen/expect/convert/json.dart View 18 chunks +26 lines, -26 lines 0 comments Download
M test/dart_codegen/expect/convert/latin1.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M test/dart_codegen/expect/convert/line_splitter.dart View 1 chunk +1 line, -1 line 0 comments Download
M test/dart_codegen/expect/convert/string_conversion.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M test/dart_codegen/expect/convert/utf.dart View 3 chunks +6 lines, -6 lines 0 comments Download
M test/dart_codegen/expect/core/core View 1 chunk +1 line, -1 line 0 comments Download
M test/dart_codegen/expect/core/duration.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M test/dart_codegen/expect/core/errors.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M test/dart_codegen/expect/core/exceptions.dart View 4 chunks +5 lines, -5 lines 0 comments Download
M test/dart_codegen/expect/core/iterable.dart View 1 chunk +1 line, -1 line 0 comments Download
M test/dart_codegen/expect/core/stopwatch.dart View 1 chunk +1 line, -1 line 0 comments Download
M test/dart_codegen/expect/core/string.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M test/dart_codegen/expect/core/uri.dart View 27 chunks +49 lines, -49 lines 0 comments Download
M test/dart_codegen/expect/d/d.dart View 2 chunks +7 lines, -6 lines 0 comments Download
M test/dart_codegen/expect/math/jenkins_smi_hash.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M test/dart_codegen/expect/math/math View 1 chunk +1 line, -1 line 0 comments Download
M test/dart_codegen/expect/math/point.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M test/dart_codegen/expect/math/rectangle.dart View 6 chunks +18 lines, -18 lines 0 comments Download
M test/dart_codegen/expect/typed_data/typed_data View 2 chunks +3 lines, -3 lines 0 comments Download
M test/dart_codegen/expect/types/types.dart View 1 chunk +1 line, -1 line 0 comments Download
M test/end_to_end_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M test/report_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M test/runtime/dart_logging_runtime_test.dart View 3 chunks +8 lines, -8 lines 0 comments Download
M tool/patch_sdk.dart View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (1 generated)
Jennifer Messerly
5 years, 9 months ago (2015-03-04 17:35:56 UTC) #2
Siggi Cherem (dart-lang)
lgtm!
5 years, 9 months ago (2015-03-04 17:45:16 UTC) #3
Jennifer Messerly
5 years, 9 months ago (2015-03-04 19:12:24 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
7d077c86018dad35d3e5358d0863165d1dc9123c (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698