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

Add embedded elisp evaluation per-template option #39

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

sergey-pashaev
Copy link

I ran into issue when I get Stack overflow in regexp matcher error when using big files (over 400kb in my templates). It happens inside skeletor--evaluate-elisp-exprs-in-string function. I've googled a little bit and it seems people usually solve this problem (which probably caused by emacs' regexp engine, details) by simplifying regexp, but I don't see ways to do it in this case. So I've added :no-eval-embedded-elisp? as per-template parameter to disable it for some specific projects. What are your thoughts on this issue?

p.s. Thanks for great project!

@tendant
Copy link

tendant commented Jun 9, 2019

I have fixed the build issue in below commit.

tendant@05a1da9

You can merge this change to your branch, or I can submit a new pull request.

@sergey-pashaev
Copy link
Author

@tendant, I've merged your commit and Jenkins checks are ok now, thanks!

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.

2 participants