When attempting to use an undeclared constant in a goal description, the reported error message is misleading (tested with attached PDDL file):
issue.pddl:20:3: error: expression type “test-predicate-2” unknown or not allowed in precondition body
info: try using --parsing-mode=compatibility for extended legacy feature support
When attempting to use an undeclared constant in a goal description, the reported error message is misleading (tested with attached PDDL file):
```
issue.pddl:20:3: error: expression type “test-predicate-2” unknown or not allowed in precondition body
info: try using --parsing-mode=compatibility for extended legacy feature support
```
patrick
added this to the plasp 3.2.0 milestone 2017-11-09 14:54:03 +01:00
patrick
self-assigned this 2017-11-09 14:54:03 +01:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
When attempting to use an undeclared constant in a goal description, the reported error message is misleading (tested with attached PDDL file):