Skip to content
This repository has been archived by the owner on Feb 24, 2018. It is now read-only.

Break the buffering every 100 concatenations #11

Merged
merged 1 commit into from
Aug 11, 2015
Merged

Conversation

ForbesLindesay
Copy link
Member

This prevents a potential stack-overflow exception when parsing code
with compile-debug set to false

[closes pugjs/pug#1846]

This prevents a potential stack-overflow exception when parsing code
with compile-debug set to `false`
@alubbe
Copy link
Member

alubbe commented Aug 9, 2015

LGTM.
Am 07.08.2015 15:36 schrieb "Forbes Lindesay" [email protected]:

This prevents a potential stack-overflow exception when parsing code
with compile-debug set to false

[closes pugjs/pug#1846 https://github.com/pugjs/pug/issues/1846]

You can view, comment on, or merge this pull request online at:

#11
Commit Summary

  • Break the buffering every 100 concatenations

File Changes

Patch Links:


Reply to this email directly or view it on GitHub
#11.

ForbesLindesay added a commit that referenced this pull request Aug 11, 2015
Break the buffering every 100 concatenations
@ForbesLindesay ForbesLindesay merged commit da0c620 into master Aug 11, 2015
@ForbesLindesay ForbesLindesay deleted the break-buffer branch August 11, 2015 16:07
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.

RangeError: Maximum call stack size exceeded when compileDebug is false
2 participants