-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Analyzer: Remove error for library name clash #42699
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
Labels
legacy-area-analyzer
Use area-devexp instead.
Comments
@johnniwinther found an extra error which is very similar. Cf. dart-lang/language#1096. |
dart-lang/language#1096 has now been landed, so the error for library name clashes in exports should also be eliminated. |
I opened a new co19 issue dart-lang/co19#837 |
dart-bot
pushed a commit
that referenced
this issue
Jul 15, 2020
…T_DUPLICATED_LIBRARY_NAMED. Bug: #42699 Change-Id: Ie64405791f15a38f170206a11eabee176b6cbfad Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/154540 Reviewed-by: Brian Wilkerson <[email protected]> Commit-Queue: Konstantin Shcheglov <[email protected]>
This was referenced Jul 20, 2020
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The analyzer reports an error for the following situation:
This was specified as a warning, but was removed from the language specification in dart-lang/language#1083, so the analyzer should no more report this error, with or without null-safety.
The text was updated successfully, but these errors were encountered: