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

Issue 11052012: Patch signatures checked in resolver. (Closed)

Created:
8 years, 2 months ago by Johnni Winther
Modified:
8 years, 2 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Patch signatures checked in resolver. Committed: https://code.google.com/p/dart/source/detail?r=13285

Patch Set 1 #

Total comments: 16

Patch Set 2 : Tests of checks added. #

Total comments: 2

Patch Set 3 : Check moved. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+249 lines, -7 lines) Patch
M lib/compiler/implementation/resolver.dart View 1 2 1 chunk +83 lines, -1 line 0 comments Download
M lib/compiler/implementation/warnings.dart View 1 2 1 chunk +19 lines, -0 lines 0 comments Download
M tests/compiler/dart2js/patch_test.dart View 1 7 chunks +147 lines, -6 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Johnni Winther
8 years, 2 months ago (2012-10-03 12:33:52 UTC) #1
Lasse Reichstein Nielsen
LGTM https://chromiumcodereview.appspot.com/11052012/diff/1/lib/compiler/implementation/resolver.dart File lib/compiler/implementation/resolver.dart (right): https://chromiumcodereview.appspot.com/11052012/diff/1/lib/compiler/implementation/resolver.dart#newcode143 lib/compiler/implementation/resolver.dart:143: // we are restricting patch uses and the ...
8 years, 2 months ago (2012-10-04 07:51:21 UTC) #2
ahe
LGTM! https://chromiumcodereview.appspot.com/11052012/diff/1/lib/compiler/implementation/resolver.dart File lib/compiler/implementation/resolver.dart (right): https://chromiumcodereview.appspot.com/11052012/diff/1/lib/compiler/implementation/resolver.dart#newcode178 lib/compiler/implementation/resolver.dart:178: originTree.returnType !== null ? originTree.returnType : originTree; I ...
8 years, 2 months ago (2012-10-04 08:34:21 UTC) #3
Johnni Winther
Tests of checks added to patch_test. PTAL https://chromiumcodereview.appspot.com/11052012/diff/1/lib/compiler/implementation/resolver.dart File lib/compiler/implementation/resolver.dart (right): https://chromiumcodereview.appspot.com/11052012/diff/1/lib/compiler/implementation/resolver.dart#newcode143 lib/compiler/implementation/resolver.dart:143: // we ...
8 years, 2 months ago (2012-10-04 10:23:29 UTC) #4
Lasse Reichstein Nielsen
LGTM https://codereview.chromium.org/11052012/diff/6001/lib/compiler/implementation/resolver.dart File lib/compiler/implementation/resolver.dart (right): https://codereview.chromium.org/11052012/diff/6001/lib/compiler/implementation/resolver.dart#newcode211 lib/compiler/implementation/resolver.dart:211: patchSignature.optionalParametersAreNamed) { Check this before comparing the actual ...
8 years, 2 months ago (2012-10-04 11:01:49 UTC) #5
ahe
LGTM!
8 years, 2 months ago (2012-10-04 11:10:30 UTC) #6
Johnni Winther
8 years, 2 months ago (2012-10-05 11:43:22 UTC) #7
https://codereview.chromium.org/11052012/diff/6001/lib/compiler/implementatio...
File lib/compiler/implementation/resolver.dart (right):

https://codereview.chromium.org/11052012/diff/6001/lib/compiler/implementatio...
lib/compiler/implementation/resolver.dart:211:
patchSignature.optionalParametersAreNamed) {
On 2012/10/04 11:01:49, Lasse Reichstein Nielsen wrote:
> Check this before comparing the actual parameters, to give the most relevant
> error.

Done.

Powered by Google App Engine
This is Rietveld 408576698