Skip to content

compilation broken on dartdocs/interact.dart #1223

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

Closed
DartBot opened this issue Jan 18, 2012 · 5 comments
Closed

compilation broken on dartdocs/interact.dart #1223

DartBot opened this issue Jan 18, 2012 · 5 comments
Assignees

Comments

@DartBot
Copy link

DartBot commented Jan 18, 2012

This issue was originally filed by [email protected]


Upgraded bleeding_edge to r3416, compiling utils/dartdoc/interact.dart with this errors:

../../client/html/release/html.dart:11510:1: error: conflicting members for "Element"
interface Element extends Node /*, common.NodeSelector, common.ElementTraversal */
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../../frog/element.dart:9:1: error: conflicting members for "Element"
class Element implements Hashable {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../../client/html/release/html.dart:12494:1: error: conflicting members for "Node"
interface Node extends EventTarget {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../../frog/tree.dart:7:1: error: conflicting members for "Node"
class Node {
^^^^^^^^^^^^^

dartdoc.dart works without problems.

@DartBot
Copy link
Author

DartBot commented Jan 18, 2012

This comment was originally written by [email protected]


Possible fix is importing lang.dart with a prefix
    #import('../../frog/lang.dart', prefix: 'lang');
and change claasify.dart to use that prefix too.

@DartBot
Copy link
Author

DartBot commented Jan 18, 2012

This comment was originally written by [email protected]


ah, this is issue #1007 again with more errors.

@dgrove
Copy link
Contributor

dgrove commented Jan 19, 2012

Set owner to @munificent.
Added Triaged label.

@DartBot
Copy link
Author

DartBot commented Jan 19, 2012

This comment was originally written by [email protected]


solved the problem in http://github.com/d2m/dartdoc already
all 3 files (dartdoc.dart, interact.dart and classify.dart) need changes

@munificent
Copy link
Member

With the latest code, this should be fixed. Let me know if that's not the case. :)


Added Fixed label.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants