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

Issue 2867493002: fix #27256, track type bounds for generic functions (Closed)

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

Description

fix #27256, track type bounds for generic functions R=vsm@google.com Committed: https://github.com/dart-lang/sdk/commit/b58f826976f5fdca32e20d9dec23e0cad7721d3a

Patch Set 1 #

Patch Set 2 : rebase #

Total comments: 10

Patch Set 3 : fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+580 lines, -392 lines) Patch
M pkg/dev_compiler/lib/sdk/ddc_sdk.sum View 1 2 Binary file 0 comments Download
M pkg/dev_compiler/lib/src/compiler/code_generator.dart View 1 2 2 chunks +40 lines, -49 lines 0 comments Download
M pkg/dev_compiler/test/browser/runtime_tests.js View 1 2 25 chunks +223 lines, -223 lines 0 comments Download
M pkg/dev_compiler/test/codegen_expected/BenchmarkBase.js View 1 2 3 chunks +12 lines, -12 lines 0 comments Download
M pkg/dev_compiler/test/codegen_expected/async_helper.js View 1 2 1 chunk +7 lines, -7 lines 0 comments Download
M pkg/dev_compiler/test/codegen_expected/closure.js View 1 2 2 chunks +20 lines, -20 lines 0 comments Download
M pkg/dev_compiler/test/codegen_expected/destructuring.js View 1 2 1 chunk +8 lines, -8 lines 0 comments Download
M pkg/dev_compiler/test/codegen_expected/es6_modules.js View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M pkg/dev_compiler/test/codegen_expected/map_keys.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
M pkg/dev_compiler/test/codegen_expected/node_modules.js View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M pkg/dev_compiler/test/codegen_expected/script.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
M pkg/dev_compiler/test/codegen_expected/sunflower/sunflower.js View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M pkg/dev_compiler/test/codegen_expected/varargs.js View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/classes.dart View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/operations.dart View 1 2 2 chunks +1 line, -4 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/rtti.dart View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/types.dart View 1 2 9 chunks +179 lines, -49 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/private/js_mirrors.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
A tests/language_strong/generic_function_bounds_test.dart View 1 2 1 chunk +70 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
Jennifer Messerly
3 years, 7 months ago (2017-05-05 17:46:44 UTC) #2
vsm
lgtm https://codereview.chromium.org/2867493002/diff/10001/pkg/dev_compiler/lib/src/compiler/code_generator.dart File pkg/dev_compiler/lib/src/compiler/code_generator.dart (right): https://codereview.chromium.org/2867493002/diff/10001/pkg/dev_compiler/lib/src/compiler/code_generator.dart#newcode3038 pkg/dev_compiler/lib/src/compiler/code_generator.dart:3038: if (!typeFormalTypes.every((t) => t.bound.isDynamic)) { Should this be ...
3 years, 7 months ago (2017-05-05 23:49:25 UTC) #3
Jennifer Messerly
Thank you! Addressed those and landing :) https://codereview.chromium.org/2867493002/diff/10001/pkg/dev_compiler/lib/src/compiler/code_generator.dart File pkg/dev_compiler/lib/src/compiler/code_generator.dart (right): https://codereview.chromium.org/2867493002/diff/10001/pkg/dev_compiler/lib/src/compiler/code_generator.dart#newcode3038 pkg/dev_compiler/lib/src/compiler/code_generator.dart:3038: if (!typeFormalTypes.every((t) ...
3 years, 7 months ago (2017-05-09 18:42:26 UTC) #4
Jennifer Messerly
3 years, 7 months ago (2017-05-09 18:42:50 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 (id:20001) manually as
b58f826976f5fdca32e20d9dec23e0cad7721d3a.

Powered by Google App Engine
This is Rietveld 408576698