Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support bounded mixins in the VM. #14453

Closed
crelier opened this issue Oct 25, 2013 · 10 comments
Closed

Support bounded mixins in the VM. #14453

crelier opened this issue Oct 25, 2013 · 10 comments
Assignees
Labels
area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends.

Comments

@crelier
Copy link
Contributor

crelier commented Oct 25, 2013

The VM currently reports compile time errors for bounded mixins.
We need language tests as well.

@crelier
Copy link
Contributor Author

crelier commented Dec 20, 2013

Added Started label.

@crelier
Copy link
Contributor Author

crelier commented Jan 8, 2014

Issue #15824 has been merged into this issue.

@crelier
Copy link
Contributor Author

crelier commented Jan 14, 2014

Fixed in r31794.


Added Fixed label.

@DartBot
Copy link

DartBot commented Jan 17, 2014

This comment was originally written by @tomyeh


Is it part of Dart 1.1.1? It is still not working with Dart 1.1.1.

@crelier
Copy link
Contributor Author

crelier commented Jan 17, 2014

No, this fix landed after the cut off time for release 1.1 and is therefore not part of it.

@DartBot
Copy link

DartBot commented Feb 14, 2014

This comment was originally written by @tomyeh


No, SDK 1.1.3 doesn't fix the problem mentioned in issue #15824 (which was merged into this). You can reproduce it with:

class B {
}
class C<T> {
}
class D {
}
abstract class A<T extends Iterable> implements C<T> {
}
class E extends A<List> with D {
}
void main() {
}

@crelier
Copy link
Contributor Author

crelier commented Feb 14, 2014

As mentioned earlier, this fix landed after SDK 1.1 was cut. It will be in SDK 1.2 to be released next week. If you need the fix now, you can download the SDK from the dev channel. Look for "Early Adopter?" on the download page: https://www.dartlang.org/tools/download.html

@crelier
Copy link
Contributor Author

crelier commented Feb 14, 2014

Issue #15824 has been merged into this issue.

@crelier
Copy link
Contributor Author

crelier commented Feb 14, 2014

Correction: SDK 1.2 will not be released next week, but hopefully the week after.

@DartBot
Copy link

DartBot commented Feb 15, 2014

This comment was originally written by @tomyeh


Thanks. It is my misunderstanding. I thought it is not part of 1.1, but will be part of 1.1.3.

@crelier crelier added Type-Defect area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. labels Feb 15, 2014
@crelier crelier self-assigned this Feb 15, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends.
Projects
None yet
Development

No branches or pull requests

3 participants