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

[fud2] Fix planner so that it doesn't rely on the order operations are defined #2211

Merged
merged 1 commit into from
Jul 18, 2024

Conversation

sgpthomas
Copy link
Collaborator

There was a small bug with the planner where it would stop searching when a through op appeared anywhere in the ops map. It really should only stop if an op is one edge away from the current state. This worked before because I guess the ops map happened to be ordered in such a way where things worked.

Fixes #2209.

@sgpthomas sgpthomas merged commit f320a21 into main Jul 18, 2024
18 checks passed
@sgpthomas sgpthomas deleted the fud2/fix-planner branch July 18, 2024 21:46
@sampsyo
Copy link
Contributor

sampsyo commented Jul 30, 2024

Belatedly, thanks for catching and fixing this, @sgpthomas!!

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.

[Fud2] Unable to find path to dat through cider for dahlia inputs with the rhai version of Fud2
2 participants