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

analyzer: no ambiguous warnings when import two different libraries with same prefix #19424

Closed
kasperl opened this issue Jun 13, 2014 · 7 comments
Assignees
Labels
area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
Milestone

Comments

@kasperl
Copy link

kasperl commented Jun 13, 2014

What steps will reproduce the problem?

  1. main.dart imports foo.dart as foo
  2. main.dart imports bar.dart as foo
  3. foo.dart and bar.dart both has f() and main.dart calls foo.f()

What is the expected output? What do you see instead?
analyzer should show that foo.f() is ambiguous. It does not.

See associated dart2js issue #19413.

@bwilkerson
Copy link
Member

Added this to the 1.6 milestone.
Removed Priority-Unassigned label.
Added Priority-Medium label.

@kasperl
Copy link
Author

kasperl commented Jul 10, 2014

Removed this from the 1.6 milestone.
Added Oldschool-Milestone-1.6 label.

@kasperl
Copy link
Author

kasperl commented Aug 4, 2014

Removed Oldschool-Milestone-1.6 label.

@stereotype441
Copy link
Member

Set owner to @stereotype441.
Added Started label.

@bwilkerson
Copy link
Member

Set owner to @bwilkerson.

@bwilkerson
Copy link
Member

https://codereview.chromium.org/700943003/ (bleeding edge revision 41526)


Added Fixed label.

@clayberg
Copy link

Added this to the 1.8 milestone.

@kasperl kasperl added Type-Defect area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. labels Nov 28, 2014
@kasperl kasperl added this to the 1.8 milestone Nov 28, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
Projects
None yet
Development

No branches or pull requests

4 participants