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

Issue 167103003: Support serving from multiple directories using "pub serve". (Closed)

Created:
6 years, 10 months ago by nweiz
Modified:
6 years, 10 months ago
Reviewers:
Bob Nystrom
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Support serving from multiple directories using "pub serve". R=rnystrom@google.com BUG=15924 Committed: https://code.google.com/p/dart/source/detail?r=32818

Patch Set 1 #

Total comments: 38

Patch Set 2 : code review #

Patch Set 3 : code review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+465 lines, -88 lines) Patch
M pkg/scheduled_test/lib/src/stream_matcher.dart View 3 chunks +44 lines, -1 line 0 comments Download
M pkg/scheduled_test/test/scheduled_stream/stream_matcher_test.dart View 1 chunk +14 lines, -0 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/barback/build_environment.dart View 1 7 chunks +65 lines, -23 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/barback/load_all_transformers.dart View 1 chunk +3 lines, -2 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/barback/load_transformers.dart View 1 1 chunk +5 lines, -2 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/barback/server.dart View 3 chunks +14 lines, -8 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/command.dart View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/pub/lib/src/command/build.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/command/serve.dart View 1 2 5 chunks +90 lines, -27 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/log.dart View 1 2 chunks +7 lines, -0 lines 0 comments Download
M sdk/lib/_internal/pub/test/pub_test.dart View 1 1 chunk +22 lines, -0 lines 0 comments Download
A sdk/lib/_internal/pub/test/serve/roots/serves_urls_from_custom_roots_test.dart View 1 1 chunk +32 lines, -0 lines 0 comments Download
A sdk/lib/_internal/pub/test/serve/roots/serves_web_and_test_dirs_by_default_test.dart View 1 1 chunk +27 lines, -0 lines 0 comments Download
A sdk/lib/_internal/pub/test/serve/roots/throws_an_error_by_default_if_web_and_test_dont_exist_test.dart View 1 2 1 chunk +29 lines, -0 lines 0 comments Download
A sdk/lib/_internal/pub/test/serve/roots/throws_an_error_if_custom_roots_are_outside_package_test.dart View 1 1 chunk +26 lines, -0 lines 0 comments Download
A sdk/lib/_internal/pub/test/serve/roots/throws_an_error_if_custom_roots_dont_exist_test.dart View 1 1 chunk +27 lines, -0 lines 0 comments Download
M sdk/lib/_internal/pub/test/serve/utils.dart View 1 11 chunks +57 lines, -22 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
nweiz
6 years, 10 months ago (2014-02-19 00:02:46 UTC) #1
Bob Nystrom
https://codereview.chromium.org/167103003/diff/1/sdk/lib/_internal/pub/lib/src/barback/build_environment.dart File sdk/lib/_internal/pub/lib/src/barback/build_environment.dart (right): https://codereview.chromium.org/167103003/diff/1/sdk/lib/_internal/pub/lib/src/barback/build_environment.dart#newcode40 sdk/lib/_internal/pub/lib/src/barback/build_environment.dart:40: /// necessary. If [basePort] is zero, each server will ...
6 years, 10 months ago (2014-02-19 00:36:52 UTC) #2
nweiz
https://codereview.chromium.org/167103003/diff/1/sdk/lib/_internal/pub/lib/src/barback/build_environment.dart File sdk/lib/_internal/pub/lib/src/barback/build_environment.dart (right): https://codereview.chromium.org/167103003/diff/1/sdk/lib/_internal/pub/lib/src/barback/build_environment.dart#newcode40 sdk/lib/_internal/pub/lib/src/barback/build_environment.dart:40: /// necessary. If [basePort] is zero, each server will ...
6 years, 10 months ago (2014-02-19 01:25:57 UTC) #3
Bob Nystrom
LGTM. https://codereview.chromium.org/167103003/diff/1/sdk/lib/_internal/pub/lib/src/barback/build_environment.dart File sdk/lib/_internal/pub/lib/src/barback/build_environment.dart (right): https://codereview.chromium.org/167103003/diff/1/sdk/lib/_internal/pub/lib/src/barback/build_environment.dart#newcode101 sdk/lib/_internal/pub/lib/src/barback/build_environment.dart:101: // the following ports in alphabetical order. On ...
6 years, 10 months ago (2014-02-19 01:50:54 UTC) #4
nweiz
https://codereview.chromium.org/167103003/diff/1/sdk/lib/_internal/pub/test/serve/roots/throws_an_error_by_default_if_web_and_test_dont_exist_test.dart File sdk/lib/_internal/pub/test/serve/roots/throws_an_error_by_default_if_web_and_test_dont_exist_test.dart (right): https://codereview.chromium.org/167103003/diff/1/sdk/lib/_internal/pub/test/serve/roots/throws_an_error_by_default_if_web_and_test_dont_exist_test.dart#newcode24 sdk/lib/_internal/pub/test/serve/roots/throws_an_error_by_default_if_web_and_test_dont_exist_test.dart:24: server.stderr.expect('Neither "web/" nor "test/" exist to serve from.'); On ...
6 years, 10 months ago (2014-02-19 20:39:17 UTC) #5
nweiz
6 years, 10 months ago (2014-02-19 20:39:48 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 manually as r32818 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698