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

Issue 12390010: Make sure field initializers have access to the type variables. (Closed)

Created:
7 years, 9 months ago by ngeoffray
Modified:
7 years, 9 months ago
CC:
reviews_dartlang.org, Lasse Reichstein Nielsen, Johnni Winther
Visibility:
Public.

Description

Make sure field initializers have access to the type variables. Committed: https://code.google.com/p/dart/source/detail?r=19217

Patch Set 1 : #

Total comments: 1

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -8 lines) Patch
M sdk/lib/_internal/compiler/implementation/ssa/builder.dart View 3 chunks +8 lines, -7 lines 0 comments Download
M sdk/lib/collection/splay_tree.dart View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M tests/language/language_dart2js.status View 1 chunk +1 line, -0 lines 0 comments Download
A tests/language/type_variable_field_initializer_test.dart View 1 chunk +18 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
ngeoffray
This CL fixes the buildbot. There is another bug with type substitution revealed by the ...
7 years, 9 months ago (2013-02-28 12:05:10 UTC) #1
karlklose
LGTM.
7 years, 9 months ago (2013-02-28 12:08:28 UTC) #2
ngeoffray
@Lasse: could you take a look at the splay_tree.dart file? @Johnni, Karl: the problem is ...
7 years, 9 months ago (2013-02-28 12:26:27 UTC) #3
ngeoffray
7 years, 9 months ago (2013-02-28 12:27:35 UTC) #4
Lasse Reichstein Nielsen
lgtm https://codereview.chromium.org/12390010/diff/6001/sdk/lib/collection/splay_tree.dart File sdk/lib/collection/splay_tree.dart (right): https://codereview.chromium.org/12390010/diff/6001/sdk/lib/collection/splay_tree.dart#newcode230 sdk/lib/collection/splay_tree.dart:230: Function /* TODO(dart2js-team): re-enable Comparator<K> */_comparator; Is this ...
7 years, 9 months ago (2013-02-28 12:34:19 UTC) #5
ngeoffray
Thanks Lasse. https://codereview.chromium.org/12390010/diff/6001/sdk/lib/collection/splay_tree.dart File sdk/lib/collection/splay_tree.dart (right): https://codereview.chromium.org/12390010/diff/6001/sdk/lib/collection/splay_tree.dart#newcode230 sdk/lib/collection/splay_tree.dart:230: Function /* TODO(dart2js-team): re-enable Comparator<K> */_comparator; On ...
7 years, 9 months ago (2013-02-28 12:37:09 UTC) #6
ngeoffray
7 years, 9 months ago (2013-02-28 12:49:04 UTC) #7
Message was sent while issue was closed.
Committed patchset #4 manually as r19217 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698