sleyzerzon / soar

Automatically exported from code.google.com/p/soar
1 stars 0 forks source link

run forever allowed in manual but not in code #92

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. type 'run forever'
2. output is 'Error: Integer count expected.'

What is the expected output? What do you see instead?

I expect it to run forever (or until goal stack exceeded)

What version of the product are you using? On what operating system?

9.3.1 on mac os 10.5

Please provide any additional information below.

run -f  works as in help

Original issue reported on code.google.com by frank.e....@gmail.com on 10 Sep 2011 at 6:56

GoogleCodeExporter commented 9 years ago
Thanks for the report. It looks like the command parsing code expects 
"--forever" instead of just plain "forever". This is moot though, as the 
--forever option is broken and we're going to get rid of it altogether. Using 
the command "run" without any arguments accomplishes the same thing. We'll 
change the documentation to reflect this.

Original comment by joseph...@gmail.com on 12 Sep 2011 at 9:13

GoogleCodeExporter commented 9 years ago
r12957 removes --forever option. I've also updated the wiki documentation page 
http://code.google.com/p/soar/wiki/cmd_run.

Original comment by joseph...@gmail.com on 12 Sep 2011 at 9:42