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

Issue 1930323004: instantiate generic tear-offs, fixes #525 (Closed)

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

Description

Patch Set 1 #

Patch Set 2 : #

Total comments: 5

Patch Set 3 : format #

Unified diffs Side-by-side diffs Delta from patch set Stats (+142 lines, -41 lines) Patch
M karma.conf.js View 1 chunk +1 line, -1 line 0 comments Download
M lib/runtime/dart_sdk.js View 1 2 5 chunks +12 lines, -6 lines 0 comments Download
M lib/src/compiler/code_generator.dart View 1 2 12 chunks +66 lines, -26 lines 0 comments Download
A test/codegen/language/generic_tearoff_test.dart View 1 1 chunk +44 lines, -0 lines 0 comments Download
M tool/input_sdk/private/ddc_runtime/classes.dart View 1 chunk +11 lines, -0 lines 0 comments Download
M tool/input_sdk/private/ddc_runtime/operations.dart View 2 chunks +5 lines, -5 lines 0 comments Download
M tool/input_sdk/private/ddc_runtime/rtti.dart View 1 chunk +1 line, -1 line 0 comments Download
M tool/input_sdk/private/ddc_runtime/types.dart View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 7 (3 generated)
Jennifer Messerly
4 years, 7 months ago (2016-04-29 22:37:16 UTC) #3
Harry Terkelsen
lgtm! https://codereview.chromium.org/1930323004/diff/20001/lib/src/compiler/code_generator.dart File lib/src/compiler/code_generator.dart (right): https://codereview.chromium.org/1930323004/diff/20001/lib/src/compiler/code_generator.dart#newcode2418 lib/src/compiler/code_generator.dart:2418: return typeArgs.arguments.map(visitTypeName).toList(growable: false); why visitTypeName here and _emitTypeName ...
4 years, 7 months ago (2016-04-29 23:04:11 UTC) #4
Jennifer Messerly
https://codereview.chromium.org/1930323004/diff/20001/lib/src/compiler/code_generator.dart File lib/src/compiler/code_generator.dart (right): https://codereview.chromium.org/1930323004/diff/20001/lib/src/compiler/code_generator.dart#newcode2418 lib/src/compiler/code_generator.dart:2418: return typeArgs.arguments.map(visitTypeName).toList(growable: false); On 2016/04/29 23:04:11, Harry Terkelsen wrote: ...
4 years, 7 months ago (2016-04-29 23:08:14 UTC) #5
Jennifer Messerly
4 years, 7 months ago (2016-04-29 23:41:28 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
4d27e3f409afaec75a9501eccbe4e52c5ace999f (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698