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

When expression string is long CompileGeneric\Dynamic throws exception #30

Open
Dantenerosas opened this issue May 25, 2018 · 1 comment

Comments

@Dantenerosas
Copy link

When expression string is long CompileGeneric\Dynamic throws exception IndexOutOfRangeException. I think that exception was thrown when the length of the string was about 200 or more symbols. On lesser string it works fine. Strings are pretty long boolean expressions if that's of any help

@Ekus
Copy link

Ekus commented Jul 12, 2018

I clumsily patched it in my fork: Ekus@802db3f#diff-6b6cc43e4402a105846b3e131e402757 and submitted a pull request. Seems to have worked for me. Still not sure what EXACTLY triggers it; for me it is one extra nested IF(..) method but I think there's more to it.

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

No branches or pull requests

2 participants