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

Fixed planned planning action for satisfied condition #39

Merged

Conversation

crashkonijn
Copy link
Owner

@crashkonijn crashkonijn commented May 31, 2023

Old situation:

foreach node
    foreach node.connection

New situation:

foreach node
    foreach node.condition
        if node.condition is satisfied
            continue;

        foreach condition.connection

@crashkonijn crashkonijn merged commit ed645ad into master Jun 1, 2023
@crashkonijn crashkonijn deleted the fix/resolver-planning-action-for-satisfied-condition branch June 1, 2023 08:13
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

Successfully merging this pull request may close these issues.

1 participant