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

Issue 3009623002: fix list_test for strong mode, and fix DDC List constructors (Closed)

Created:
3 years, 3 months ago by Jennifer Messerly
Modified:
3 years, 3 months ago
Reviewers:
vsm, Leaf
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

fix list_test for strong mode, and fix DDC List constructors R=vsm@google.com Committed: https://github.com/dart-lang/sdk/commit/087c5c6a8151eabab66e7e8b3517129dfb462b4a

Patch Set 1 #

Total comments: 6

Patch Set 2 : update status, one additional fix #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+272 lines, -170 lines) Patch
M pkg/dev_compiler/lib/sdk/ddc_sdk.sum View 1 Binary file 0 comments Download
M pkg/dev_compiler/lib/src/compiler/code_generator.dart View 1 8 chunks +51 lines, -23 lines 0 comments Download
M pkg/dev_compiler/tool/ddc View 1 1 chunk +9 lines, -3 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/patch/core_patch.dart View 1 3 chunks +21 lines, -18 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/classes.dart View 1 1 chunk +0 lines, -6 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/operations.dart View 1 1 chunk +3 lines, -3 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/utils.dart View 1 1 chunk +5 lines, -0 lines 1 comment Download
M pkg/dev_compiler/tool/input_sdk/private/interceptors.dart View 1 1 chunk +14 lines, -2 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/private/isolate_serialization.dart View 1 3 chunks +3 lines, -3 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/private/js_array.dart View 1 1 chunk +19 lines, -12 lines 0 comments Download
M tests/corelib_2/const_list_set_range_test.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M tests/corelib_2/corelib_2.status View 1 5 chunks +5 lines, -8 lines 0 comments Download
M tests/corelib_2/growable_list_test.dart View 1 1 chunk +0 lines, -16 lines 0 comments Download
A tests/corelib_2/list_concurrent_modify_test.dart View 1 1 chunk +100 lines, -0 lines 0 comments Download
M tests/corelib_2/list_test.dart View 1 8 chunks +41 lines, -72 lines 0 comments Download
M tests/language_strong/language_strong.status View 1 1 chunk +0 lines, -1 line 0 comments Download
M tests/lib_strong/lib_strong.status View 1 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 9 (3 generated)
Jennifer Messerly
https://codereview.chromium.org/3009623002/diff/1/pkg/dev_compiler/tool/ddc File pkg/dev_compiler/tool/ddc (right): https://codereview.chromium.org/3009623002/diff/1/pkg/dev_compiler/tool/ddc#newcode28 pkg/dev_compiler/tool/ddc:28: console.error(e.toString(), sdk.dart.stackTrace(e).toString()); This is to make sure the error ...
3 years, 3 months ago (2017-08-25 18:08:58 UTC) #2
Jennifer Messerly
Hi there! This CL has some bug fixes I came across while investigating List performance. ...
3 years, 3 months ago (2017-08-25 18:10:01 UTC) #4
Jennifer Messerly
Also oops, I need to mark some of the const_list tests passing now. Working on ...
3 years, 3 months ago (2017-08-25 18:15:42 UTC) #5
Jennifer Messerly
FYI: this CL is ready now! sorry for sending it out prematurely :)
3 years, 3 months ago (2017-08-25 19:31:14 UTC) #6
vsm
lgtm https://codereview.chromium.org/3009623002/diff/10001/pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/utils.dart File pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/utils.dart (right): https://codereview.chromium.org/3009623002/diff/10001/pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/utils.dart#newcode13 pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/utils.dart:13: const undefined = null; Explicit Null?
3 years, 3 months ago (2017-08-26 00:18:37 UTC) #7
Jennifer Messerly
3 years, 3 months ago (2017-08-26 01:32:56 UTC) #9
Message was sent while issue was closed.
Committed patchset #2 (id:10001) manually as
087c5c6a8151eabab66e7e8b3517129dfb462b4a (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698