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

don't flush the tree when evaluating the *-argument conditionals #2947

Merged
merged 1 commit into from
Dec 2, 2020

Commits on Dec 1, 2020

  1. don't flush the tree when evaluating the *-argument conditionals

    This is a follow-up to PR scp-fs2open#2942.  Given that the short-circuiting is now explicitly skipped for node trees containing the special argument, it should no longer be necessary to flush the conditional branch of the sexp tree.  (The .cache field is already skipped for special-arg nodes.)
    
    The sexp tree is still explicitly flushed for `every-time` and `every-time-argument`.
    Goober5000 committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    958237f View commit details
    Browse the repository at this point in the history