You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: