Skip to content

Fix global table lookup of non-canonical elements that have canonical counterparts #2397

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

Merged
merged 5 commits into from
Oct 20, 2020

Conversation

jcollins-g
Copy link
Contributor

Fixes #2389. Not a great solution (it grows the global tables even more and has a moderate performance penalty in part due to #2396), but it works.

I'm part way through a more elegant solution that should be faster and also enable extension method lookups, but that broke my timebox for this fix.

@google-cla google-cla bot added the cla: yes Google CLA check succeeded. label Oct 19, 2020
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.3%) to 91.725% when pulling 4dfd6b6 on fix-non-canonical-links into 003b6a5 on master.

@jcollins-g jcollins-g marked this pull request as ready for review October 19, 2020 19:06
@jcollins-g jcollins-g requested a review from srawlins October 19, 2020 19:07
@jcollins-g jcollins-g merged commit 7f46b5d into master Oct 20, 2020
@jcollins-g jcollins-g deleted the fix-non-canonical-links branch August 11, 2021 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Google CLA check succeeded.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

References to symbols that are inherited are not found.
3 participants