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

Fix "Maximum call stack size exceeded" in Node 8+ #32

Merged
merged 2 commits into from
Oct 20, 2017

Conversation

jupiter
Copy link
Contributor

@jupiter jupiter commented Oct 20, 2017

I have tested for #31 in Node 8.7.0 and in projects with more than a few dependencies the behaviour is present. We cannot replicate this by running this module's tests because we do not have enough dependencies to reach the maximum call stack size.

@codecov
Copy link

codecov bot commented Oct 20, 2017

Codecov Report

Merging #32 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #32   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           4      4           
  Lines          44     46    +2     
=====================================
+ Hits           44     46    +2
Impacted Files Coverage Δ
decache.js 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bf55a02...861cf1d. Read the comment docs.

Copy link
Member

@nelsonic nelsonic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jupiter thanks for making time to add & test this! 👍
Hope your day is going well. ☀️

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.

3 participants