On Thu, 28 Mar 2019, Sven Schreiber wrote:
Am 27.03.2019 um 22:57 schrieb Cottrell, Allin:
> Am 27.03.2019 um 01:09 schrieb Fred Engst:
>>> Relating to the coeffsum and restrict command block, however, I have
>>> a few questions. 1. In my script, I need to make the coeffsum be
>>> quiet, but that seems not to be an option. Would it be hard to add
>>> one?
> That's now enabled in git and snapshots.
>
Thanks Allin. Is there any deeper rationale for those (test) commands
that do not have the quiet option? (Well, apart from the fact and good
reason that it means more work for you right now.)
No deeper rationale (for any test command that deposits $test and
$pvalue). It's just a matter of
* add an entry in the big options array in lib/src/options.c
* revise the underlying C function to respect OPT_Q
and, if the command in question doesn't currently accept any options,
* revise its entry in the commands array in lib/src/tokenize.c
* revise the signature of the underlying function
* revise all calls to the underlying function to pass a "gretlopt".
Allin