Skip to content
This repository was archived by the owner on Nov 25, 2024. It is now read-only.

Fix: synchronous function causing call stack size error on large input#372

Merged
jamesramsay merged 1 commit into
masterfrom
stack-depth
May 27, 2017
Merged

Fix: synchronous function causing call stack size error on large input#372
jamesramsay merged 1 commit into
masterfrom
stack-depth

Conversation

@jamesramsay
Copy link
Copy Markdown
Owner

  • wrap offending function in process.nextTick
  • add integration test

Fixes #370

- wrap offending function in process.nextTick
- add integration test
@codecov
Copy link
Copy Markdown

codecov Bot commented May 27, 2017

Codecov Report

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

@@           Coverage Diff           @@
##           master     #372   +/-   ##
=======================================
  Coverage   99.65%   99.65%           
=======================================
  Files           8        8           
  Lines         294      294           
=======================================
  Hits          293      293           
  Misses          1        1

@jamesramsay jamesramsay merged commit 505ca20 into master May 27, 2017
@jamesramsay jamesramsay deleted the stack-depth branch May 27, 2017 17:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant