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

Issue 1130093007: Create html if needed in server mode (Closed)

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

Description

Create html if needed in server mode This allows just serving up a dart file: dart ./bin/devc.dart --server foo.dart R=jmesserly@google.com Committed: https://github.com/dart-lang/dev_compiler/commit/ff0e176130405dda8e7bcb81331bd519383f1671

Patch Set 1 #

Total comments: 12

Patch Set 2 : Revert karma change #

Patch Set 3 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+163 lines, -102 lines) Patch
M lib/devc.dart View 1 2 4 chunks +16 lines, -8 lines 0 comments Download
M lib/src/checker/resolver.dart View 1 2 4 chunks +22 lines, -3 lines 0 comments Download
A lib/src/in_memory.dart View 1 chunk +94 lines, -0 lines 0 comments Download
M lib/src/options.dart View 1 2 5 chunks +19 lines, -4 lines 0 comments Download
M lib/src/testing.dart View 5 chunks +5 lines, -80 lines 0 comments Download
M test/dependency_graph_test.dart View 6 chunks +7 lines, -7 lines 0 comments Download

Messages

Total messages: 7 (1 generated)
vsm
5 years, 7 months ago (2015-05-13 17:51:59 UTC) #2
vsm
Revert karma change
5 years, 7 months ago (2015-05-13 19:15:08 UTC) #3
Jennifer Messerly
Overall looks good ... mostly some factoring comments. I've been battling the dev_compiler<->analyzer glue, and ...
5 years, 7 months ago (2015-05-13 19:31:56 UTC) #4
vsm
PTAL https://codereview.chromium.org/1130093007/diff/1/lib/devc.dart File lib/devc.dart (right): https://codereview.chromium.org/1130093007/diff/1/lib/devc.dart#newcode69 lib/devc.dart:69: InMemoryUriResolver entryResolver = null; On 2015/05/13 19:31:55, John ...
5 years, 7 months ago (2015-05-14 00:04:08 UTC) #5
Jennifer Messerly
lgtm! https://codereview.chromium.org/1130093007/diff/1/lib/src/in_memory.dart File lib/src/in_memory.dart (right): https://codereview.chromium.org/1130093007/diff/1/lib/src/in_memory.dart#newcode16 lib/src/in_memory.dart:16: class InMemoryUriResolver extends UriResolver { On 2015/05/14 00:04:08, ...
5 years, 7 months ago (2015-05-14 14:43:16 UTC) #6
vsm
5 years, 7 months ago (2015-05-14 16:26:30 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
ff0e176130405dda8e7bcb81331bd519383f1671 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698