-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Conflicting library names within an isolate should be allowed (dart2js) #9054
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
Added this to the Later milestone. |
Added TriageForM5 label. |
Removed TriageForM5 label. |
Removed this from the Later milestone. |
Removed Oldschool-Milestone-Later label. |
Dart2js no longer considers duplicate library names as an error, but it also doesn't seem to give the required warning. Added Spec-Violation label. |
cc @johnniwinther. |
lrn@: Do you have a repo? We have code and test for the issue so something is checked. |
The missing warning may be due to my script-to-run-dart2js not showing the warning if compilation otherwise succeeds. When I run sdk/bin/dart2js directly, there is a warning. |
Set owner to @johnniwinther. |
Per the resolution of bug 5715, it is no longer a compile-time error to import two libraries of the same name in the same isolate.
The text was updated successfully, but these errors were encountered: