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

Issue 1939093003: List.unmodifiable (Closed)

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

Description

List.unmodifiable Most operations don't check, that will happen as more code is updated to a more recent sdk. BUG= R=vsm@google.com Committed: https://github.com/dart-lang/dev_compiler/commit/a1fa72091ad2be244d5e6b9a43e4c30d13b4a4cb

Patch Set 1 : #

Total comments: 2

Patch Set 2 : /*<E>*/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+111 lines, -16 lines) Patch
M lib/runtime/dart_sdk.js View 1 10 chunks +47 lines, -8 lines 0 comments Download
M tool/input_sdk/lib/core/list.dart View 1 chunk +11 lines, -0 lines 0 comments Download
M tool/input_sdk/lib/internal/list.dart View 1 2 chunks +19 lines, -2 lines 0 comments Download
M tool/input_sdk/patch/core_patch.dart View 1 1 chunk +7 lines, -1 line 0 comments Download
M tool/input_sdk/patch/internal_patch.dart View 1 1 chunk +7 lines, -1 line 0 comments Download
M tool/input_sdk/private/js_array.dart View 3 chunks +17 lines, -0 lines 0 comments Download
M tool/sdk_expected_errors.txt View 1 2 chunks +3 lines, -4 lines 0 comments Download

Messages

Total messages: 8 (3 generated)
sra1
4 years, 7 months ago (2016-05-02 23:14:57 UTC) #3
vsm
https://codereview.chromium.org/1939093003/diff/20001/tool/input_sdk/lib/internal/list.dart File tool/input_sdk/lib/internal/list.dart (right): https://codereview.chromium.org/1939093003/diff/20001/tool/input_sdk/lib/internal/list.dart#newcode378 tool/input_sdk/lib/internal/list.dart:378: external List makeListFixedLength(List growableList); Make this generic? List/*<T>*/ makeListFixedLength/*<T>*/(List/*<T>*/ ...
4 years, 7 months ago (2016-05-02 23:56:13 UTC) #4
sra1
PTAL. The two-stage application is annoying but not as much as the cast.
4 years, 7 months ago (2016-05-03 05:09:44 UTC) #5
vsm
lgtm!
4 years, 7 months ago (2016-05-03 13:29:14 UTC) #6
sra1
4 years, 7 months ago (2016-05-03 16:34:55 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 (id:40001) manually as
a1fa72091ad2be244d5e6b9a43e4c30d13b4a4cb (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698