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

Delete redundancy in pattern-matching callback resolution #1879

Merged
merged 3 commits into from
Jan 12, 2022

Conversation

alexcjohnson
Copy link
Collaborator

@alexcjohnson alexcjohnson commented Jan 5, 2022

As noticed by a customer (including the proposed fix in this PR 🙇 ) PMCs bog down unreasonably when ALL and MATCH are used together. Preliminary testing looks good, and unfortunately I don't see any obvious external symptoms to test - maybe just a large enough instance of this type of PMC that we know it would crash the browser without this patch?

My suspicion is that part of the behavior being fixed here has been present since the beginning of PMCs, but I bet it was made worse when we refactored it and changed part to TypeScript.

  • I have added tests, or extended existing tests, to cover any new features or bugs fixed in this PR
  • I have added entry in the CHANGELOG.md

@alexcjohnson alexcjohnson merged commit f4c254d into dev Jan 12, 2022
@alexcjohnson alexcjohnson deleted the cleaned-pmc branch January 12, 2022 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant