Issue170

Title output plans according to IPC
Priority urgent Status resolved
Superseder Nosy List erez, jendrik, malte
Assigned To erez Keywords
Optional summary

Created on 2010-12-24.10:51:32 by erez, last changed by malte.

Messages
msg949 (view) Author: malte Date: 2010-12-31.16:40:43
Merged (with some additional cleanup).
msg945 (view) Author: erez Date: 2010-12-29.21:03:59
I implemented what Malte suggested in the e-mails, and pushed to my repository.

set_plan(...) saves the plan found, so that it is returned later by get_plan().
msg932 (view) Author: malte Date: 2010-12-29.17:48:57
Code so far has been merged, but a few small issues remain (sent by email).
msg930 (view) Author: erez Date: 2010-12-27.14:58:36
I added a command line parameter called --plan-file.
Note that the ./plan script needs to be adjusted.

Pushed to my repository.
msg924 (view) Author: erez Date: 2010-12-24.10:51:32
There are 2 issues with the way plans are currently output:
1. The file name should be read from the command line (as per IPC rules)
2. When using iterated search, the plans should be output to different files, 
with .1, .2, ... appended.

I will implement this soon.

Jendrik - you will need to adjust your scripts to handle this.
History
Date User Action Args
2010-12-31 16:40:43maltesetstatus: reviewing -> resolved
messages: + msg949
2010-12-29 21:03:59erezsetmessages: + msg945
2010-12-29 17:48:58maltesetmessages: + msg932
title: Output plans according to IPC -> output plans according to IPC
2010-12-27 14:58:55erezsetstatus: in-progress -> reviewing
2010-12-27 14:58:36erezsetmessages: + msg930
2010-12-24 10:51:32erezcreate