Skip to content

Fix Issue/leafo/432#686

Merged
robocoder merged 5 commits intoleafo:masterfrom
Cerdic:Issue/leafo/432
May 13, 2019
Merged

Fix Issue/leafo/432#686
robocoder merged 5 commits intoleafo:masterfrom
Cerdic:Issue/leafo/432

Conversation

@Cerdic
Copy link
Contributor

@Cerdic Cerdic commented May 13, 2019

Fix #432: infinite recursion in nested @include/@content pattern due to a mistaken env picking

  • improve the debugging capabilities by having a full calling stack and throwing an error in case of the stack being larger than a thresold - which has good chance to be a clue of infinite recursion.

(but the compilation of Foundation needs to get a stack length thresold of 25000, which is telling something about the framework complexity I guess)

Cerdic added 5 commits May 13, 2019 10:14
…unction call being named and displayed in error messages
…, even if it's emtpy, not pickink it from the env

(which would leads to a mistaken @content)
@robocoder robocoder merged commit 3aeb089 into leafo:master May 13, 2019
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.

Possible memory leak

2 participants