-
Notifications
You must be signed in to change notification settings - Fork 125
Improve scoping interaction with canonicalization, inheritance, and reexports #2699
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So many new tests!
Looks great
lib/src/model/container_member.dart
Outdated
Iterable<Library> get referenceGrandparentOverrides sync* { | ||
// TODO(jcollins-g): split Field documentation up between accessors | ||
// and resolve the pieces with different scopes. dart-lang/dartdoc#2693. | ||
//assert(documentationFrom.length == 1); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove commented assert?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
This is a set of related changes around handling inheritance and export namespaces to make the new lookup code conform more to what the old code used to do. A number of bugs are referenced, including #2698, #2696, and #2693 as we're now treating these quirks of the old code as bugs, but trying to remain compatible for now.