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

Issue 2033433007: Fixed type error in MapEntry and added keyToStringConfig to display the toString() of a key in a Ma… (Closed)

Created:
4 years, 6 months ago by priscillalee
Modified:
4 years, 6 months ago
Reviewers:
Jacob
CC:
dev-compiler+reviews_dartlang.org, bmilligan
Base URL:
https://github.com/dart-lang/dev_compiler.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Fixed type error in MapEntry and added keyToStringConfig to display the toString() of a key in a MapEntry preview. BUG= R=jacobr@google.com Committed: https://github.com/dart-lang/dev_compiler/commit/1a3594910f58645398aee130d6621a0df34d97f3

Patch Set 1 #

Total comments: 8

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+69 lines, -31 lines) Patch
M lib/runtime/dart_sdk.js View 1 10 chunks +33 lines, -14 lines 0 comments Download
M tool/input_sdk/private/debugger.dart View 1 2 9 chunks +35 lines, -16 lines 0 comments Download
M tool/sdk_expected_errors.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 9 (2 generated)
priscillalee
4 years, 6 months ago (2016-06-03 23:05:22 UTC) #2
Jacob
Looking good. A few minor comments. https://codereview.chromium.org/2033433007/diff/1/tool/input_sdk/private/debugger.dart File tool/input_sdk/private/debugger.dart (right): https://codereview.chromium.org/2033433007/diff/1/tool/input_sdk/private/debugger.dart#newcode22 tool/input_sdk/private/debugger.dart:22: const keyToStringConfig = ...
4 years, 6 months ago (2016-06-03 23:11:50 UTC) #3
priscillalee
Now using a class JsonMLConfig instead of two Strings (tried to use an Enum, but ...
4 years, 6 months ago (2016-06-07 22:58:02 UTC) #4
Jacob
https://codereview.chromium.org/2033433007/diff/20001/tool/input_sdk/private/debugger.dart File tool/input_sdk/private/debugger.dart (right): https://codereview.chromium.org/2033433007/diff/20001/tool/input_sdk/private/debugger.dart#newcode578 tool/input_sdk/private/debugger.dart:578: new NameValuePair(name: 'key', value: object.key, config: JsonMLConfig.keyToString), > 80 ...
4 years, 6 months ago (2016-06-07 23:17:41 UTC) #5
priscillalee
Ran dartfmt to fix >80 char lines. https://codereview.chromium.org/2033433007/diff/20001/tool/input_sdk/private/debugger.dart File tool/input_sdk/private/debugger.dart (right): https://codereview.chromium.org/2033433007/diff/20001/tool/input_sdk/private/debugger.dart#newcode578 tool/input_sdk/private/debugger.dart:578: new NameValuePair(name: ...
4 years, 6 months ago (2016-06-07 23:31:46 UTC) #6
Jacob
lgtm
4 years, 6 months ago (2016-06-08 17:08:53 UTC) #7
priscillalee
4 years, 6 months ago (2016-06-08 17:13:02 UTC) #9
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
1a3594910f58645398aee130d6621a0df34d97f3 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698