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

VM: TypedefMirror, nosuchmethod superinterfaces #13310

Closed
jtmcdole opened this issue Sep 13, 2013 · 2 comments
Closed

VM: TypedefMirror, nosuchmethod superinterfaces #13310

jtmcdole opened this issue Sep 13, 2013 · 2 comments
Labels
area-library closed-not-planned Closed as we don't intend to take action on the reported issue library-mirrors type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)

Comments

@jtmcdole
Copy link
Contributor

TypedefMirror implements ClassMirror. Walking the map of library classes requires adding:
    if(cm is TypedefMirror)
      return false;
Otherwise:
    return cm.superinterfaces != null &&
        cm.superinterfaces.contains(commands);
throws nosuchmethod on superinterfaces.

@dgrove
Copy link
Contributor

dgrove commented Sep 17, 2013

Set owner to @gbracha.
Added Area-Library, Library-Mirrors labels.

@dgrove
Copy link
Contributor

dgrove commented Sep 17, 2013

Added Triaged label.

@kevmoo kevmoo added type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) and removed priority-unassigned labels Feb 29, 2016
@a-siva a-siva added closed-as-intended Closed as the reported issue is expected behavior closed-not-planned Closed as we don't intend to take action on the reported issue and removed closed-as-intended Closed as the reported issue is expected behavior labels Aug 5, 2022
@a-siva a-siva closed this as completed Aug 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-library closed-not-planned Closed as we don't intend to take action on the reported issue library-mirrors type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
Projects
None yet
Development

No branches or pull requests

5 participants