warnifusinggroupactivitiesininitialorder command-line argument not available

Started by svenvanhal, June 14, 2018, 10:26:14 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

svenvanhal

Good morning,

I'm trying to configure fet-cl, but when I set the command line argument "--warnifusinggroupactivitiesininitialorder=false", fet-cl return the following:

Unrecognized option: --warnifusinggroupactivitiesininitialorder=false

But when I run fet-cl without arguments (to view the documentation), it says:

fet-cl [--warnifusinggroupactivitiesininitialorder=g]
(..)
g is either true or false, represents whether you want a message box to be shown, with a warning, if the input file contains nonstandard timetable generation options to group activities in the initial order (default true).

I also can't find it in the source code. Does this parameter still exist?

Cheers,
Sven

Liviu Lalescu

Thank you for your bug report! It is indeed missing in fet.cpp, for a long time now (since it is not important, nobody saw it :) )

I will fix it later today and put a new snapshot for you to check.

Liviu Lalescu

I have corrected and just put the new snapshot. See the Snapshots section of the forum. Please let me know.

svenvanhal

Hi Liviu,

I'm sorry for the late reply. fet-cl now doesn't fail anymore when using the argument, but it still shows up in the help text when calling fet-cl without arguments. Was that your intention?

Liviu Lalescu

Quote from: svenvanhal on June 21, 2018, 03:14:49 PM
it still shows up in the help text when calling fet-cl without arguments. Was that your intention?

Hello,

I am not sure I understand. Of course I need to show it in the help (when using fet-cl without arguments) and in the README file. Maybe you could explain more detailed what seems to be wrong.