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

Issue 2981123002: add env var info to the diagnostics page (Closed)

Created:
3 years, 5 months ago by devoncarew
Modified:
3 years, 5 months ago
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+72 lines, -29 lines) Patch
M pkg/analysis_server/lib/src/status/diagnostics.dart View 13 chunks +72 lines, -29 lines 2 comments Download

Messages

Total messages: 7 (2 generated)
devoncarew
- add an Environment Variables section to the diagnostics page - remove the display for ...
3 years, 5 months ago (2017-07-17 15:40:37 UTC) #2
scheglov
lgtm
3 years, 5 months ago (2017-07-17 16:14:40 UTC) #3
devoncarew
Committed patchset #1 (id:1) manually as 8b7e3ef7e429622fa82a1d4979e53ae19c52fd18 (presubmit successful).
3 years, 5 months ago (2017-07-17 16:21:05 UTC) #5
Brian Wilkerson
lgtm https://codereview.chromium.org/2981123002/diff/1/pkg/analysis_server/lib/src/status/diagnostics.dart File pkg/analysis_server/lib/src/status/diagnostics.dart (right): https://codereview.chromium.org/2981123002/diff/1/pkg/analysis_server/lib/src/status/diagnostics.dart#newcode1030 pkg/analysis_server/lib/src/status/diagnostics.dart:1030: final bool _showLints = false; It would be ...
3 years, 5 months ago (2017-07-19 21:51:09 UTC) #6
devoncarew
3 years, 5 months ago (2017-07-19 22:02:13 UTC) #7
Message was sent while issue was closed.
https://codereview.chromium.org/2981123002/diff/1/pkg/analysis_server/lib/src...
File pkg/analysis_server/lib/src/status/diagnostics.dart (right):

https://codereview.chromium.org/2981123002/diff/1/pkg/analysis_server/lib/src...
pkg/analysis_server/lib/src/status/diagnostics.dart:1030: final bool _showLints
= false;
On 2017/07/19 21:51:09, Brian Wilkerson wrote:
> It would be nice to be able to see the timing information when it exists,
rather
> than permanently disabling it.

I don't think it's ever enabled in the context of the analysis server though? I
think that flag only gets flipped when run from the CLI?

Happy to update this if there's something I should be checking at runtime.

Powered by Google App Engine
This is Rietveld 408576698