Issue812

Title planner should exit with error if writing plan fails
Priority bug Status resolved
Superseder Nosy List jendrik, malte, silvan
Assigned To silvan Keywords
Optional summary

Created on 2018-08-19.18:42:43 by jendrik, last changed by silvan.

Messages
msg7357 (view) Author: silvan Date: 2018-09-10.16:07:58
Resolved.
msg7355 (view) Author: malte Date: 2018-09-10.10:46:45
Looks good to me.
msg7354 (view) Author: silvan Date: 2018-09-10.10:05:15
Addressed.
msg7353 (view) Author: jendrik Date: 2018-09-10.10:02:22
I left a minor comment.
msg7352 (view) Author: silvan Date: 2018-09-10.09:58:58
Here is a 4-line pull request:
https://bitbucket.org/SilvanS/fd-dev/pull-requests/37/issue812/diff
msg7348 (view) Author: jendrik Date: 2018-08-19.18:42:42
Currently, the following calls both exit with code 0, but no plan file is written:

./fast-downward.py --plan-file /tmp/does-not-exist/sas_plan ../benchmarks/depot/p01.pddl --search "astar(blind())"
./fast-downward.py --plan-file does-not-exist/sas_plan ../benchmarks/depot/p01.pddl --search "astar(blind())"

Given that this the user supported a non-existent directory, we could exit with SEARCH_INPUT_ERROR.
History
Date User Action Args
2018-09-10 16:07:58silvansetstatus: reviewing -> resolved
messages: + msg7357
2018-09-10 10:46:45maltesetmessages: + msg7355
2018-09-10 10:05:15silvansetmessages: + msg7354
2018-09-10 10:02:22jendriksetmessages: + msg7353
2018-09-10 09:58:58silvansetstatus: unread -> reviewing
assignedto: silvan
messages: + msg7352
nosy: + silvan
2018-08-19 18:42:43jendrikcreate