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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.107.36.210 with SMTP id k201mr2057041iok.130.1518814696346; Fri, 16 Feb 2018 12:58:16 -0800 (PST) X-Received: by 10.157.113.143 with SMTP id o15mr267352otj.6.1518814696236; Fri, 16 Feb 2018 12:58:16 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!feed.usenet.farm!feeder4.usenet.farm!weretis.net!feeder6.news.weretis.net!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!o66no537015ita.0!news-out.google.com!m16ni1786itm.0!nntp.google.com!w142no534266ita.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 16 Feb 2018 12:58:15 -0800 (PST) In-Reply-To: <2bf467d9-dbc1-46e9-981f-a092f82e7271@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=24.6.20.197; posting-account=Qh2kiQoAAADpCLlhT_KTYoGO8dU3n4I6 NNTP-Posting-Host: 24.6.20.197 References: <789f6417-5e6f-4d5f-8abb-80246f4f405a@googlegroups.com> <5e5ce844-42a8-c2de-bf53-4acf67be7f53@bahnhof.se> <2bf467d9-dbc1-46e9-981f-a092f82e7271@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: GNAT user-specified (via Raise_Exception) warning message size limit From: Anh Vo Injection-Date: Fri, 16 Feb 2018 20:58:16 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:50472 Date: 2018-02-16T12:58:15-08:00 List-Id: On Friday, February 16, 2018 at 11:11:26 AM UTC-8, marc...@earthlink.net wrote: > On Friday, February 16, 2018 at 1:59:17 PM UTC-5, Per Sandberg wrote: > > Well > > From a quick glance i would expect the answer to be: > > > > In package System.Parameters update the value of > > "Default_Exception_Msg_Max_Length" to a new value. > > And recompile the run-times. > > > > /P > > Thanks. I was hoping that there might be some "configuration" switch/pragma to do it. However, if that ends up being the only way I guess that we would as for step by step from AdaCore or ask for a wavefront release. > > (I'll have to read some more looking for a less "drastic" way before I ask to have the contact person ask Adacore.) I am curious to know the rationale for using pretty long exception message. I have not had a situation to use exception message this long in my software career. Anh Vo