-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Comments
This comment was originally written by [email protected] Possible fix is importing lang.dart with a prefix |
This comment was originally written by [email protected] ah, this is issue #1007 again with more errors. |
Set owner to @munificent. |
This comment was originally written by [email protected] solved the problem in http://github.com/d2m/dartdoc already |
With the latest code, this should be fixed. Let me know if that's not the case. :) Added Fixed label. |
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.
The text was updated successfully, but these errors were encountered: