-
Notifications
You must be signed in to change notification settings - Fork 40
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
embed causing recursion #2252
Comments
As using the LaTeX package from ST3143 in ST3160 doesn't "fix the issue" a change in core logic might trigger or IMHO reveal the issue. |
From your issue, the problems is that a syntax is using over 25,000 contexts. This is a sanity check, to catch situations where The more discussion around the issue, the more it seems to me the possibility is that you've somehow managed to create a syntax that has 25,000 legitimate contexts. This seems relatively unlikely, but if you are creating syntaxes that are including all sorts of other syntaxes, and you are using Purely in and of itself, using the same packages from 3143 in 3160 should not exhibit the problem, if the number of contexts is the issue. It is possible that all of the changes and improvements to the default syntaxes in the current dev cycles has increased the number of contexts to the point where combined with Naomi hits the limit. |
I'll make some tests by combining all files into a single one. |
How does I'm dealing with a similar issue with JS Custom (under different, more limited circumstances) and I think that |
Would it be possible to do a git-bisect between the tag v3143 and HEAD? |
@Thom1729 If you
|
@wbond While I was originally looking forward to using |
@blake-regalia An example of the issue related to
|
@wbond Thanks for the reply. I actually did not realize that |
Actually, it seems that even though Sublime does not raise an error, |
|
Summary
I am not sure if this is a core problem or just the syntax, but some friends and users are reporting recursion in the LaTeX syntax which does not happen in the build I use (3143).
borela/naomi#117
Expected behavior
To work as before or better error messages.
Actual behavior
Recursion and no explanation.
From the diffs, the syntax suffered many changes but I am thinking that the issue is the embed action as it is the only major change I saw.
Steps to reproduce
The text was updated successfully, but these errors were encountered: