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.36.221.144 with SMTP id t138mr3623058itf.37.1518993234068; Sun, 18 Feb 2018 14:33:54 -0800 (PST) X-Received: by 10.157.95.135 with SMTP id g7mr659071oti.14.1518993233892; Sun, 18 Feb 2018 14:33:53 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!border1.nntp.ams1.giganews.com!nntp.giganews.com!peer03.ams1!peer.ams1.xlned.com!news.xlned.com!peer02.am4!peer.am4.highwinds-media.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!w142no1249809ita.0!news-out.google.com!s63ni2971itb.0!nntp.google.com!o66no1248738ita.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 18 Feb 2018 14:33:53 -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=77.241.141.206; posting-account=Srm5lQoAAAAEMX9rv2ilEKR6FDPapmSq NNTP-Posting-Host: 77.241.141.206 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: <8be2e00e-3331-4e04-8a33-ebcfb6041249@googlegroups.com> Subject: Re: GNAT user-specified (via Raise_Exception) warning message size limit From: Mark Lorenzen Injection-Date: Sun, 18 Feb 2018 22:33:54 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Received-Body-CRC: 792212294 X-Received-Bytes: 2687 Xref: reader02.eternal-september.org comp.lang.ada:50505 Date: 2018-02-18T14:33:53-08:00 List-Id: On Friday, February 16, 2018 at 8:11:26 PM UTC+1, marc...@earthlink.net wro= te: > 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: > >=20 > > In package System.Parameters update the value of > > "Default_Exception_Msg_Max_Length" to a new value. > > And recompile the run-times. > >=20 > > /P >=20 > Thanks. I was hoping that there might be some "configuration" switch/pra= gma 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. >=20 > (I'll have to read some more looking for a less "drastic" way before I as= k to have the contact person ask Adacore.) >=20 > Vincent Marciante Don't hesitate to contact AdaCore with questions. They are very helpful and= can also help you include the run-time in your own project, such that the = run-time library is automatically rebuilt when you change it. I don't think= a wavefront is the way forward for you - I think that learning to configur= e/change the run-time yourself and rebuilding it is very helpful. We do tha= t ourselves and it's no big deal. But again, ask AdaCore. Regards, Mark L