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

Warnings in observatory build #25561

Closed
karlklose opened this issue Jan 22, 2016 · 2 comments
Closed

Warnings in observatory build #25561

karlklose opened this issue Jan 22, 2016 · 2 comments
Assignees

Comments

@karlklose
Copy link
Contributor

Running build.py shows the following warnings when building observatory:

[Warning from polymer (PolymerBootstrapTransformer) on observatory|web/index.html]:
We have detected a cycle in your import graph when running initializers on ActionLinkElement. This means the super class ObservatoryElement has a dependency on this library (possibly transitive).
[Warning from polymer (PolymerBootstrapTransformer) on observatory|web/index.html]:
We have detected a cycle in your import graph when running initializers on LibraryRefElement. This means the super class ServiceRefElement has a dependency on this library (possibly transitive).
[Info from Dart2JS]:
Compiling observatory|web/index.html.polymer.bootstrap.dart...
[Warning from Dart2JS on observatory|web/index.html.polymer.bootstrap.dart]:
packages/charted/selection/src/transition_impl.dart:145:32:
The element type 'Map' of 'List<Map>' is not assignable to 'Interpolator'.
    for (Interpolator tween in _attrMap[activeNode]) {
                               ^^^^^^^^^^^^^^^^^^^^
[Warning from Dart2JS on observatory|web/index.html.polymer.bootstrap.dart]:
packages/charted/core/utils/color.dart:279:26:
No member named 'iterator' in class 'String'.
      for (final char in hex) {
                         ^^^

There should be no warnings.

@johnmccutchan
Copy link
Contributor

Blocked by google/charted#167

@johnmccutchan
Copy link
Contributor

@B3rn475 Can you please try updating the charted package to 0.4.x to see if this has gone away?

@B3rn475 B3rn475 closed this as completed in de0fabc Aug 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants