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

mirrorSystemOf() is not implemented #12614

Closed
munificent opened this issue Aug 21, 2013 · 3 comments
Closed

mirrorSystemOf() is not implemented #12614

munificent opened this issue Aug 21, 2013 · 3 comments
Assignees
Labels
area-library library-mirrors type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)

Comments

@munificent
Copy link
Member

This program:

import 'dart:isolate';
import 'dart:mirrors';

void main() {
  var port = spawnUri("plugin.dart");
  var mirrors = mirrorSystemOf(port);
}

Fails with:

UnimplementedError: Remote mirror support is not implemented

­0 _Mirrors.mirrorSystemOf (dart:mirrors-patch/mirrors_impl.dart:779:7)

­1 mirrorSystemOf (dart:mirrors-patch/mirrors_patch.dart:8:33)

­2 main (file:///....dart:9:31)

We would like to use mirrors on an isolate to implement plug-ins in the dev server. Is there a plan to implement this in a reasonable time frame?

@nex3
Copy link
Member

nex3 commented Aug 21, 2013

Marked this as blocking #12611.

@lrhn
Copy link
Member

lrhn commented Aug 23, 2013

Added Area-Library label.

@kevmoo kevmoo added type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) and removed priority-unassigned labels Feb 29, 2016
@bkonyi
Copy link
Contributor

bkonyi commented Jun 21, 2018

Closing as mirrorSystemOf is no longer (or never was?) in dart:mirrors.

@bkonyi bkonyi closed this as completed Jun 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-library library-mirrors type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
Projects
None yet
Development

No branches or pull requests

6 participants