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

Issue 973433003: Initial cut for a development server (Closed)

Created:
5 years, 9 months ago by Siggi Cherem (dart-lang)
Modified:
5 years, 9 months ago
Reviewers:
vsm, Leaf, Jennifer Messerly
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 : #

Total comments: 42

Patch Set 2 : code review comments #

Total comments: 2

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1481 lines, -249 lines) Patch
M bin/devc.dart View 1 2 chunks +6 lines, -7 lines 0 comments Download
M lib/devc.dart View 1 2 2 chunks +210 lines, -111 lines 0 comments Download
M lib/src/codegen/code_generator.dart View 1 chunk +1 line, -13 lines 0 comments Download
M lib/src/codegen/dart_codegen.dart View 1 chunk +10 lines, -0 lines 0 comments Download
M lib/src/codegen/html_codegen.dart View 1 3 chunks +35 lines, -27 lines 0 comments Download
M lib/src/codegen/js_codegen.dart View 1 1 chunk +1 line, -7 lines 0 comments Download
A lib/src/dependency_graph.dart View 1 1 chunk +333 lines, -0 lines 0 comments Download
M lib/src/options.dart View 4 chunks +15 lines, -2 lines 0 comments Download
M lib/src/report.dart View 2 chunks +5 lines, -0 lines 0 comments Download
M lib/src/testing.dart View 1 7 chunks +30 lines, -18 lines 0 comments Download
M lib/src/utils.dart View 1 2 chunks +25 lines, -1 line 0 comments Download
M pubspec.yaml View 1 1 chunk +4 lines, -2 lines 0 comments Download
M test/all_tests.dart View 1 chunk +3 lines, -0 lines 0 comments Download
M test/checker/self_host_test.dart View 1 1 chunk +5 lines, -6 lines 0 comments Download
M test/codegen/dir/html_input_b.dart View 1 chunk +1 line, -1 line 0 comments Download
M test/codegen/dir/html_input_d.dart View 1 chunk +11 lines, -8 lines 0 comments Download
M test/codegen/expect/dir/html_input_b.js View 1 1 chunk +1 line, -1 line 0 comments Download
M test/codegen/expect/dir/html_input_d.js View 1 1 chunk +1 line, -10 lines 0 comments Download
M test/codegen/expect/html_input.html View 1 1 chunk +2 lines, -2 lines 0 comments Download
M test/codegen_test.dart View 1 5 chunks +21 lines, -21 lines 0 comments Download
A test/dependency_graph_test.dart View 1 1 chunk +750 lines, -0 lines 0 comments Download
M test/end_to_end_test.dart View 1 1 chunk +4 lines, -8 lines 0 comments Download
M test/test.sh View 1 2 chunks +7 lines, -4 lines 0 comments Download

Messages

Total messages: 9 (3 generated)
Siggi Cherem (dart-lang)
Just a couple general things to point out: - `dependency_graph.dart` and `dependency_graph_test.dart` do not depend ...
5 years, 9 months ago (2015-03-03 01:34:14 UTC) #4
Jennifer Messerly
this is looking really nice https://codereview.chromium.org/973433003/diff/40001/lib/devc.dart File lib/devc.dart (right): https://codereview.chromium.org/973433003/diff/40001/lib/devc.dart#newcode6 lib/devc.dart:6: library ddc.devc; I wonder ...
5 years, 9 months ago (2015-03-03 02:24:22 UTC) #5
Siggi Cherem (dart-lang)
thanks for all the comments! PTAL https://codereview.chromium.org/973433003/diff/40001/lib/devc.dart File lib/devc.dart (right): https://codereview.chromium.org/973433003/diff/40001/lib/devc.dart#newcode6 lib/devc.dart:6: library ddc.devc; On ...
5 years, 9 months ago (2015-03-04 04:44:24 UTC) #6
Jennifer Messerly
lgtm https://codereview.chromium.org/973433003/diff/40001/lib/src/utils.dart File lib/src/utils.dart (right): https://codereview.chromium.org/973433003/diff/40001/lib/src/utils.dart#newcode239 lib/src/utils.dart:239: SourceLocation locationFor(CompilationUnit unit, Uri uri, int offset) { ...
5 years, 9 months ago (2015-03-04 15:35:10 UTC) #7
Siggi Cherem (dart-lang)
Thanks John! https://codereview.chromium.org/973433003/diff/40001/lib/src/utils.dart File lib/src/utils.dart (right): https://codereview.chromium.org/973433003/diff/40001/lib/src/utils.dart#newcode239 lib/src/utils.dart:239: SourceLocation locationFor(CompilationUnit unit, Uri uri, int offset) ...
5 years, 9 months ago (2015-03-04 17:38:16 UTC) #8
Siggi Cherem (dart-lang)
5 years, 9 months ago (2015-03-04 17:40:11 UTC) #9
Message was sent while issue was closed.
Committed patchset #3 (id:80001) manually as
ade0bf1b7e5321491e454fe9cdea6bfea84554d4 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698