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

Better support for circular references in certain objects, fix patching of socket package #4469

Merged
merged 7 commits into from
Jun 17, 2019

Conversation

flotwig
Copy link
Contributor

@flotwig flotwig commented Jun 14, 2019

  • Fixes a bug in socket.io-circular-parser where packets of type BINARY_EVENT or BINARY_ACK were recursed into infinitely (fixes Test runner hangs with RangeError: Maximum call stack size exceeded #4346 part II)
  • Adds test for nested request error no longer crashing Cypress
  • Fixes a bug with what-is-circular where incorrect path would be returned for non-circular and circular arrays
  • Uses npx to launch patch-package since devDeps don't exist when we build on appveyor. Includes patches with @packages/socket so that they can be used.

@flotwig flotwig changed the title [WIP] Support circular references in certain objects Support circular references in certain objects Jun 14, 2019
@flotwig flotwig changed the title Support circular references in certain objects Better support circular references in certain objects, fix patching of socket package Jun 14, 2019
@flotwig flotwig changed the title Better support circular references in certain objects, fix patching of socket package Better support for circular references in certain objects, fix patching of socket package Jun 14, 2019
@flotwig flotwig requested a review from brian-mann June 14, 2019 18:51
@brian-mann brian-mann merged commit 2a1666d into develop Jun 17, 2019
@flotwig flotwig deleted the issue-4346-II branch January 24, 2022 18:18
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.

Test runner hangs with RangeError: Maximum call stack size exceeded
2 participants