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

Issue 2637083002: Use `List::filled` instead of `List::` in closure conversion (Closed)

Created:
3 years, 11 months ago by karlklose
Modified:
3 years, 11 months ago
Reviewers:
asgerf
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Use `List::filled` instead of `List::` in closure conversion The redirecting factory List:: is currently removed and replaced with the actual target at the callsites during construction of kernel, but referencing the actual target here would make the transformation platform specific. R=asgerf@google.com Committed: https://github.com/dart-lang/sdk/commit/8c6a17409195174ebd734987ca024ac29ce23e35

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -7 lines) Patch
M pkg/kernel/lib/transformations/closure/mock.dart View 3 chunks +9 lines, -2 lines 0 comments Download
M pkg/kernel/testcases/closures/capture_closure.dart.expect View 1 chunk +1 line, -1 line 0 comments Download
M pkg/kernel/testcases/closures/capture_closure_parameter.dart.expect View 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/kernel/testcases/closures/named_closure.dart.expect View 1 chunk +1 line, -1 line 0 comments Download
M pkg/kernel/testcases/closures/type_variables.dart.expect View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (1 generated)
karlklose
3 years, 11 months ago (2017-01-17 13:48:05 UTC) #1
asgerf
lgtm
3 years, 11 months ago (2017-01-17 14:13:04 UTC) #2
karlklose
3 years, 11 months ago (2017-01-17 14:17:18 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
8c6a17409195174ebd734987ca024ac29ce23e35 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698