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

ScriptNode : Support multi-line if in tolerantExec() #5747

Merged
merged 1 commit into from
Mar 22, 2024

Commits on Mar 22, 2024

  1. ScriptNode : Support multi-line if in tolerantExec()

    Although we don't make use of any compound statements in our own serialisations, third parties have done so using custom serialisers. Parsing for those was broken by 9d15bd2 when we
    stopped using an AST for parsing. Here we do the absolute bare minimum necessary to get these legacy files loading. As noted in the comments, we do not intend to do more : rather our future intention is likely to be constrain the serialisation format further for improved performance.
    johnhaddon committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    bb66f1f View commit details
    Browse the repository at this point in the history