-
Notifications
You must be signed in to change notification settings - Fork 54
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
Counting inventory does not work for goal criteria #858
Labels
Bug
The observed behaviour is incorrect or unexpected.
Comments
This was referenced Nov 12, 2022
Merged
Merged
mergify bot
pushed a commit
that referenced
this issue
Dec 19, 2022
The `858-possession-objective.yaml` unit test scenario demonstrates that `has "tree"` works as a goal criteria. However, `x <- has "tree"; not x` does not work! Could be related to #858?
I wonder if this is a minimal example - i.e. if EDIT: My minimal example so far: as base {
x <- scan down; // <----- any BIND will do!
return true; // <--- anything here including multiple commands
} |
mergify bot
pushed a commit
that referenced
this issue
Jan 4, 2023
- handle `VResult` in hypothetical - log unexpected result values - closes #858 When a bind occurred in hypothetical evaluation, then the `Value` was a `VResult` that we silently discarded. Now it is handled and all other values are logged.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Added test cases in #859 to demonstrate.
The text was updated successfully, but these errors were encountered: