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

Issue 11412148: Fix handling of sends with wrong arity (Closed)

Created:
8 years, 1 month ago by polux
Modified:
8 years ago
Reviewers:
karlklose
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix handling of sends with wrong arity Committed: https://code.google.com/p/dart/source/detail?r=15507

Patch Set 1 #

Total comments: 2

Patch Set 2 : Address Karl's comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -4 lines) Patch
M sdk/lib/_internal/compiler/implementation/types/concrete_types_inferrer.dart View 1 1 chunk +1 line, -3 lines 0 comments Download
M tests/compiler/dart2js/cpa_inference_test.dart View 2 chunks +20 lines, -0 lines 0 comments Download
M tests/compiler/dart2js/mock_compiler.dart View 1 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
polux
8 years, 1 month ago (2012-11-22 13:52:07 UTC) #1
karlklose
LGTM. https://codereview.chromium.org/11412148/diff/1/sdk/lib/_internal/compiler/implementation/types/concrete_types_inferrer.dart File sdk/lib/_internal/compiler/implementation/types/concrete_types_inferrer.dart (right): https://codereview.chromium.org/11412148/diff/1/sdk/lib/_internal/compiler/implementation/types/concrete_types_inferrer.dart#newcode608 sdk/lib/_internal/compiler/implementation/types/concrete_types_inferrer.dart:608: argumentMap.forEach((Element parameter, ConcreteType type) { argumentMap.forEach(augmentParameterType)?
8 years ago (2012-11-28 08:04:08 UTC) #2
polux
8 years ago (2012-11-29 10:13:47 UTC) #3
https://codereview.chromium.org/11412148/diff/1/sdk/lib/_internal/compiler/im...
File
sdk/lib/_internal/compiler/implementation/types/concrete_types_inferrer.dart
(right):

https://codereview.chromium.org/11412148/diff/1/sdk/lib/_internal/compiler/im...
sdk/lib/_internal/compiler/implementation/types/concrete_types_inferrer.dart:608:
argumentMap.forEach((Element parameter, ConcreteType type) {
On 2012/11/28 08:04:08, karlklose wrote:
> argumentMap.forEach(augmentParameterType)?

Done.

Powered by Google App Engine
This is Rietveld 408576698