[m-rev.] for review: document more options added since the 14.01 release

Julien Fischer jfischer at opturion.com
Sun Jan 5 19:21:40 AEDT 2020


On Sun, 5 Jan 2020, Zoltan Somogyi wrote:

> On Sun, 5 Jan 2020 18:23:55 +1100 (AEDT), Julien Fischer <jfischer at opturion.com> wrote:
>> +* `--inform-incomplete-switch`, `--inform-incomplete-switch-threshold`
>> +
>> +   This option asks the compiler to generate an informational message for
>> +   switches that do not cover all of the function symbols that the switch-on
>> +   variable could be bound to.
>
> s/switch-on/switched-on/

Fixed.

>> +   The option `--inform-incomplete-switch-threshold` can be used to restrict
>> +   the generation of these messages to only switches that *do* cover at least
>> +   a give percentage of the function symbols that the switched-on variable
>> +   could be bound to.
>
> s/a give percentage/N percent/ after s/...-threshold/...-threshold N/

Done.

>> +* `--output-csharp-compiler`
>> +
>> +  This option causes the compiler to print the command used to to invoke
>> +  the C# compiler.
>
> "to to"

Fixed.

> The attached script catches such doubled-up words.

Yes, I already use it.  It unfortuantely depends upon the user paying
attention to its output, which I didn't in this case :-(

Julien.


More information about the reviews mailing list