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

Issue 137543004: Support bounded mixins in the VM (fix issue 14453). (Closed)

Created:
6 years, 11 months ago by regis
Modified:
6 years, 11 months ago
Reviewers:
gbracha, hausner
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Support bounded mixins in the VM (fix issue 14453). Add tests. R=gbracha@google.com, hausner@google.com Committed: https://code.google.com/p/dart/source/detail?r=31794

Patch Set 1 #

Total comments: 16

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+413 lines, -81 lines) Patch
M runtime/vm/class_finalizer.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M runtime/vm/class_finalizer.cc View 1 19 chunks +129 lines, -72 lines 0 comments Download
M runtime/vm/object.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/vm/object.cc View 1 2 chunks +7 lines, -5 lines 0 comments Download
M runtime/vm/parser.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M tests/language/language_analyzer.status View 1 1 chunk +3 lines, -0 lines 0 comments Download
M tests/language/language_dart2js.status View 1 2 chunks +3 lines, -0 lines 0 comments Download
A tests/language/mixin_bound_test.dart View 1 1 chunk +129 lines, -0 lines 0 comments Download
A tests/language/mixin_invalid_bound2_test.dart View 1 1 chunk +40 lines, -0 lines 0 comments Download
A tests/language/mixin_invalid_bound_test.dart View 1 1 chunk +35 lines, -0 lines 0 comments Download
A tests/language/mixin_mixin_bound2_test.dart View 1 1 chunk +34 lines, -0 lines 0 comments Download
A tests/language/mixin_mixin_bound_test.dart View 1 1 chunk +29 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
regis
6 years, 11 months ago (2014-01-14 00:30:34 UTC) #1
gbracha
Some comments on types. Otherwise lgtm on tests. https://codereview.chromium.org/137543004/diff/1/tests/language/mixin_bound_test.dart File tests/language/mixin_bound_test.dart (right): https://codereview.chromium.org/137543004/diff/1/tests/language/mixin_bound_test.dart#newcode45 tests/language/mixin_bound_test.dart:45: get ...
6 years, 11 months ago (2014-01-14 01:39:33 UTC) #2
hausner
LGTM.
6 years, 11 months ago (2014-01-14 18:09:14 UTC) #3
regis
Thanks! https://codereview.chromium.org/137543004/diff/1/tests/language/mixin_bound_test.dart File tests/language/mixin_bound_test.dart (right): https://codereview.chromium.org/137543004/diff/1/tests/language/mixin_bound_test.dart#newcode45 tests/language/mixin_bound_test.dart:45: get val; On 2014/01/14 01:39:33, gbracha wrote: > ...
6 years, 11 months ago (2014-01-14 18:40:45 UTC) #4
regis
6 years, 11 months ago (2014-01-14 18:41:35 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r31794 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698