[m-rev.] diff: warn about unknown format strings

Zoltan Somogyi zoltan.somogyi at runbox.com
Sun Jan 25 12:10:23 AEDT 2015


When I added the option to warn about unknown format strings,
we didn't enable it by default because we would have got a lot of
warnings for calls whose format strings were too long to fit on
one line, and were therefore put on two lines and appended together.
Now that we can track format strings through appends, this is
no longer a concern, so this diff enables that warning for the
Mercury system.

I don't want to commit this until everyone has installed the change
to track format strings through appends (committed thursday,
IIRC), so can people please tell me whether they have done
an install since then?

Zoltan.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Log.unknown_format
Type: application/octet-stream
Size: 501 bytes
Desc: not available
URL: <http://lists.mercurylang.org/archives/reviews/attachments/20150125/d308fcba/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: DIFF.unknown_format
Type: application/octet-stream
Size: 12658 bytes
Desc: not available
URL: <http://lists.mercurylang.org/archives/reviews/attachments/20150125/d308fcba/attachment-0001.obj>


More information about the reviews mailing list