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

Issue 110013003: Issue 15037. Warn users if they have “assets” dir anywhere inside “web” dir (http://dartbug.com/150… (Closed)

Created:
7 years ago by Anton Moiseev
Modified:
7 years ago
Reviewers:
Bob Nystrom, nweiz
CC:
reviews_dartlang.org, nweiz
Visibility:
Public.

Description

Issue 15037. Warn users if they have “assets” dir anywhere inside “web” dir (http://dartbug.com/15037). BUG= R=rnystrom@google.com Committed: https://code.google.com/p/dart/source/detail?r=31292

Patch Set 1 #

Total comments: 24

Patch Set 2 : Addressed various comments to the first patch set. #

Total comments: 2

Patch Set 3 : Make warning message display relative paths #

Patch Set 4 : Escape "\" in RegExps. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+241 lines, -12 lines) Patch
M sdk/lib/_internal/pub/lib/src/command/build.dart View 1 2 1 chunk +1 line, -3 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/command/serve.dart View 1 chunk +1 line, -3 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/entrypoint.dart View 1 2 2 chunks +29 lines, -6 lines 0 comments Download
A sdk/lib/_internal/pub/test/build/warns_on_assets_paths_test.dart View 1 2 3 1 chunk +97 lines, -0 lines 0 comments Download
A sdk/lib/_internal/pub/test/serve/warns_on_assets_paths_test.dart View 1 2 3 1 chunk +113 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Bob Nystrom
This is excellent! A couple of minor tweaks and then I will be delighted to ...
7 years ago (2013-12-16 18:02:14 UTC) #1
nweiz
https://codereview.chromium.org/110013003/diff/1/sdk/lib/_internal/pub/lib/src/entrypoint.dart File sdk/lib/_internal/pub/lib/src/entrypoint.dart (right): https://codereview.chromium.org/110013003/diff/1/sdk/lib/_internal/pub/lib/src/entrypoint.dart#newcode270 sdk/lib/_internal/pub/lib/src/entrypoint.dart:270: .then((_) => _checkAssetsDir()) Since this isn't actually asynchronous, it ...
7 years ago (2013-12-16 22:39:21 UTC) #2
Anton Moiseev
Thank you for your detailed feedback. Addressed all the comments. https://codereview.chromium.org/110013003/diff/1/sdk/lib/_internal/pub/lib/src/entrypoint.dart File sdk/lib/_internal/pub/lib/src/entrypoint.dart (right): https://codereview.chromium.org/110013003/diff/1/sdk/lib/_internal/pub/lib/src/entrypoint.dart#newcode253 ...
7 years ago (2013-12-17 13:53:00 UTC) #3
Bob Nystrom
One more request, then I think this will be ready to land. :) - bob ...
7 years ago (2013-12-18 23:45:48 UTC) #4
Anton Moiseev
https://codereview.chromium.org/110013003/diff/10001/sdk/lib/_internal/pub/test/build/warns_on_assets_paths_test.dart File sdk/lib/_internal/pub/test/build/warns_on_assets_paths_test.dart (right): https://codereview.chromium.org/110013003/diff/10001/sdk/lib/_internal/pub/test/build/warns_on_assets_paths_test.dart#newcode17 sdk/lib/_internal/pub/test/build/warns_on_assets_paths_test.dart:17: // need to accomodate that. On 2013/12/18 23:45:48, Bob ...
7 years ago (2013-12-19 10:09:08 UTC) #5
Bob Nystrom
Awesome, LGTM! I'll be delighted to land this. Thank you!
7 years ago (2013-12-19 18:18:48 UTC) #6
Bob Nystrom
7 years ago (2013-12-19 18:43:12 UTC) #7
Message was sent while issue was closed.
Committed patchset #4 manually as r31292 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698