vermaseren / form

The FORM project for symbolic manipulation of very big expressions
GNU General Public License v3.0
1.14k stars 136 forks source link

Options -f, -F #182

Open jodavies opened 7 years ago

jodavies commented 7 years ago

Hello,

Is it intended that when running with option -f ("Output goes only to log file."), expressions printed with print are still printed to screen? This doesn't seem to match the description.

Thanks, Josh.

vermaseren commented 7 years ago

Hi,

As far as I know, it is descibed that you need print +f for that. Or is that only in the print statement description?

Jos

On 13 apr. 2017, at 12:00, Josh Davies notifications@github.com wrote:

Hello,

Is it intended that when running with option -f ("Output goes only to log file."), expressions printed with print are still printed to screen? This doesn't seem to match the description.

Thanks, Josh.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/vermaseren/form/issues/182, or mute the thread https://github.com/notifications/unsubscribe-auth/AFLxEmp2MkeXKHtKOzcqZV_7D1Y1KCR-ks5rvfJDgaJpZM4M8f0z.

jodavies commented 7 years ago

print +f combined with the -f option does suppress all output, right.

Of course, one can "suppress" everything with > /dev/null anyway.

vermaseren commented 7 years ago

The print +f, together with form -l sends whatever is in the print to the log file. I missed the difference between -l and -f. Sorry about that. I never use -f. Hence if it does not work well, that could be a bug that nobody ever reported. Let us keep that as an issue for the next time I have some time to go after bugs like that. (I always use print +f and then form -l).

Jos

On 13 apr. 2017, at 12:50, Josh Davies notifications@github.com wrote:

print +f combined with the -f option does suppress all output, right.

Of course, one can "suppress" everything with > /dev/null anyway.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/vermaseren/form/issues/182#issuecomment-293856848, or mute the thread https://github.com/notifications/unsubscribe-auth/AFLxEld4Z5ui09umRh3Ev1EMq3_lxSClks5rvf3jgaJpZM4M8f0z.