From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,4ccd8a054452682f,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,UTF8 Received: by 10.68.223.40 with SMTP id qr8mr12797691pbc.0.1338878035964; Mon, 04 Jun 2012 23:33:55 -0700 (PDT) Path: l9ni4579pbj.0!nntp.google.com!news2.google.com!news.glorb.com!feeder.erje.net!news.mixmin.net!aioe.org!.POSTED!not-for-mail From: =?utf-8?Q?Yannick_Duch=C3=AAne_=28Hibou57?= =?utf-8?Q?=29?= Newsgroups: comp.lang.ada Subject: Hint for users of AdaControl (-m, -o, -r and -w options) Date: Tue, 05 Jun 2012 08:33:54 +0200 Organization: Ada @ Home Message-ID: NNTP-Posting-Host: WQfakSWzZABjtC6G8HmXug.user.speranza.aioe.org Mime-Version: 1.0 X-Complaints-To: abuse@aioe.org User-Agent: Opera Mail/12.00 (Linux) X-Notice: Filtered by postfilter v. 0.8.2 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes Content-Transfer-Encoding: Quoted-Printable Date: 2012-06-05T08:33:54+02:00 List-Id: Hi happy AdaControl users, Don't know if this was already noticed somewhere, but I've just noticed = = some care must taken when one use the =E2=80=9C-w=E2=80=9C in a specific= circumstance: = this option direct the adactl command to overwrite the output file = specifies by the =E2=80=9C-o =E2=80=9D option. If you do so *with*= the =E2=80=9C-r=E2=80=9D option = *without* the =E2=80=9C-m=E2=80=9D option, you will a get an output file= looking like = truncated. The output file will be overwritten for each processed units = = spec' and body. When the =E2=80=9C-m=E2=80=9D option is specified, this = undesired behavior = is not exposed. Conclusion: if you use the options =E2=80=9C-o=E2=80=9D =E2=80=9C-r=E2=80= =9D and =E2=80=9C-w=E2=80=9D all together, always = serve it with an =E2=80=9C-m=E2=80=9D option (this will also prevent you= from erroneously = suspecting a bug in adactl ;-) ). -- = =E2=80=9CSyntactic sugar causes cancer of the semi-colons.=E2=80=9D [1] =E2=80=9CStructured Programming supports the law of the excluded muddle.= =E2=80=9D [1] [1]: Epigrams on Programming =E2=80=94 Alan J. =E2=80=94 P. Yale Univers= ity