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

Issue 571633002: only run the admin server if admin-port is specified (Closed)

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

Description

only run the admin server if admin-port is specified BUG= R=nweiz@google.com Committed: https://code.google.com/p/dart/source/detail?r=40293

Patch Set 1 #

Total comments: 4

Patch Set 2 : tweaks from review #

Total comments: 2

Patch Set 3 : reference bug for the TODO #

Unified diffs Side-by-side diffs Delta from patch set Stats (+81 lines, -80 lines) Patch
M sdk/lib/_internal/pub/README.md View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/pub/lib/src/command/serve.dart View 1 2 3 chunks +8 lines, -14 lines 0 comments Download
M sdk/lib/_internal/pub_generated/lib/src/command/serve.dart View 1 chunk +72 lines, -65 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
sethladd
I manually tested with both --admin-port and no admin-port. Seemed to work (it did not ...
6 years, 3 months ago (2014-09-12 21:14:42 UTC) #2
nweiz
https://codereview.chromium.org/571633002/diff/1/sdk/lib/_internal/pub/lib/src/command/serve.dart File sdk/lib/_internal/pub/lib/src/command/serve.dart (right): https://codereview.chromium.org/571633002/diff/1/sdk/lib/_internal/pub/lib/src/command/serve.dart#newcode71 sdk/lib/_internal/pub/lib/src/command/serve.dart:71: commandParser.addFlag('log-admin-url', defaultsTo: false, hide: true); We should make this ...
6 years, 3 months ago (2014-09-15 19:21:48 UTC) #3
sethladd
Thanks! Addressed comments. https://codereview.chromium.org/571633002/diff/1/sdk/lib/_internal/pub/lib/src/command/serve.dart File sdk/lib/_internal/pub/lib/src/command/serve.dart (right): https://codereview.chromium.org/571633002/diff/1/sdk/lib/_internal/pub/lib/src/command/serve.dart#newcode71 sdk/lib/_internal/pub/lib/src/command/serve.dart:71: commandParser.addFlag('log-admin-url', defaultsTo: false, hide: true); Thanks. ...
6 years, 3 months ago (2014-09-16 00:08:34 UTC) #4
nweiz
lgtm https://codereview.chromium.org/571633002/diff/20001/sdk/lib/_internal/pub/lib/src/command/serve.dart File sdk/lib/_internal/pub/lib/src/command/serve.dart (right): https://codereview.chromium.org/571633002/diff/20001/sdk/lib/_internal/pub/lib/src/command/serve.dart#newcode51 sdk/lib/_internal/pub/lib/src/command/serve.dart:51: bool get logAdminUrl => commandOptions['log-admin-url']; Remove this getter, ...
6 years, 3 months ago (2014-09-16 00:16:32 UTC) #5
sethladd
6 years, 3 months ago (2014-09-16 00:21:56 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as 40293 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698