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

Issue 10911325: Normalization of patch signatures. (Closed)

Created:
8 years, 3 months ago by Johnni Winther
Modified:
8 years, 3 months ago
CC:
reviews_dartlang.org, ahe, Anders Johnsen
Visibility:
Public.

Description

Normalization of patch signatures. This is the second part of the patch refactoring which will require identical signatures on patches and their origins. Committed: https://code.google.com/p/dart/source/detail?r=12542

Patch Set 1 #

Patch Set 2 : Long lines fixed. #

Total comments: 14
Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -45 lines) Patch
M lib/compiler/implementation/lib/coreimpl_patch.dart View 3 chunks +4 lines, -4 lines 0 comments Download
M lib/compiler/implementation/lib/isolate_patch.dart View 1 chunk +1 line, -1 line 4 comments Download
M lib/compiler/implementation/lib/math_patch.dart View 2 chunks +22 lines, -22 lines 0 comments Download
M lib/core/date.dart View 1 chunk +7 lines, -7 lines 4 comments Download
M lib/core/regexp.dart View 1 1 chunk +2 lines, -1 line 2 comments Download
M lib/coreimpl/date.dart View 1 chunk +8 lines, -8 lines 0 comments Download
M lib/coreimpl/list.dart View 1 chunk +1 line, -1 line 4 comments Download
M lib/coreimpl/regexp.dart View 1 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 8 (0 generated)
Johnni Winther
8 years, 3 months ago (2012-09-15 11:48:54 UTC) #1
Mads Ager (google)
https://codereview.chromium.org/10911325/diff/10/lib/compiler/implementation/lib/isolate_patch.dart File lib/compiler/implementation/lib/isolate_patch.dart (right): https://codereview.chromium.org/10911325/diff/10/lib/compiler/implementation/lib/isolate_patch.dart#newcode97 lib/compiler/implementation/lib/isolate_patch.dart:97: patch ReceivePort get port() { Can this go the ...
8 years, 3 months ago (2012-09-17 05:52:56 UTC) #2
ahe
LGTM, provided you address all the comments. https://codereview.chromium.org/10911325/diff/10/lib/coreimpl/list.dart File lib/coreimpl/list.dart (right): https://codereview.chromium.org/10911325/diff/10/lib/coreimpl/list.dart#newcode30 lib/coreimpl/list.dart:30: external static ...
8 years, 3 months ago (2012-09-17 07:35:04 UTC) #3
Anders Johnsen
DBC https://codereview.chromium.org/10911325/diff/10/lib/coreimpl/list.dart File lib/coreimpl/list.dart (right): https://codereview.chromium.org/10911325/diff/10/lib/coreimpl/list.dart#newcode30 lib/coreimpl/list.dart:30: external static List _from(Iterable<E> other); On 2012/09/17 07:35:04, ...
8 years, 3 months ago (2012-09-17 07:53:07 UTC) #4
Lasse Reichstein Nielsen
LGTM https://chromiumcodereview.appspot.com/10911325/diff/10/lib/compiler/implementation/lib/isolate_patch.dart File lib/compiler/implementation/lib/isolate_patch.dart (right): https://chromiumcodereview.appspot.com/10911325/diff/10/lib/compiler/implementation/lib/isolate_patch.dart#newcode97 lib/compiler/implementation/lib/isolate_patch.dart:97: patch ReceivePort get port() { I think we ...
8 years, 3 months ago (2012-09-17 11:32:43 UTC) #5
Mads Ager (google)
LGTM Johnni, if you prefer, I can remove the parenthesis in lib/isolate after you submit ...
8 years, 3 months ago (2012-09-17 11:37:26 UTC) #6
Johnni Winther
http://codereview.chromium.org/10911325/diff/10/lib/compiler/implementation/lib/isolate_patch.dart File lib/compiler/implementation/lib/isolate_patch.dart (right): http://codereview.chromium.org/10911325/diff/10/lib/compiler/implementation/lib/isolate_patch.dart#newcode97 lib/compiler/implementation/lib/isolate_patch.dart:97: patch ReceivePort get port() { On 2012/09/17 05:52:56, Mads ...
8 years, 3 months ago (2012-09-19 09:03:30 UTC) #7
ahe
8 years, 3 months ago (2012-09-19 09:39:12 UTC) #8
http://codereview.chromium.org/10911325/diff/10/lib/compiler/implementation/l...
File lib/compiler/implementation/lib/isolate_patch.dart (right):

http://codereview.chromium.org/10911325/diff/10/lib/compiler/implementation/l...
lib/compiler/implementation/lib/isolate_patch.dart:97: patch ReceivePort get
port() {
On 2012/09/19 09:03:30, Johnni Winther wrote:
> On 2012/09/17 05:52:56, Mads Ager wrote:
> > Can this go the other way instead? That is, can we remove the '()' in
> > lib/isolate/ instead?
> 
> I'll do that after the patch refactoring.

I'm sorry, I don't think that is the right order. By adding these parentheses,
you're regressing on the work Kasper has been doing to remove parentheses.

Powered by Google App Engine
This is Rietveld 408576698