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, WEIRD_PORT autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:a24:dd0d:: with SMTP id t13-v6mr10291552itf.6.1536165501532; Wed, 05 Sep 2018 09:38:21 -0700 (PDT) X-Received: by 2002:aca:af15:: with SMTP id y21-v6mr564242oie.6.1536165501135; Wed, 05 Sep 2018 09:38:21 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!news.uzoreto.com!weretis.net!feeder6.news.weretis.net!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!g24-v6no736298iti.0!news-out.google.com!c63-v6ni1000ith.0!nntp.google.com!g24-v6no736295iti.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 5 Sep 2018 09:38:20 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=194.98.77.125; posting-account=L3mulQoAAADsXVjCD5rM6Ap3Xy0U3ckB NNTP-Posting-Host: 194.98.77.125 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: bbc:microbit and buttons and No_Implicit_Dynamic_Code From: fabien.chouteau@gmail.com Injection-Date: Wed, 05 Sep 2018 16:38:21 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader02.eternal-september.org comp.lang.ada:54318 Date: 2018-09-05T09:38:20-07:00 List-Id: Hi Bj=C3=B6rn, On Wednesday, July 25, 2018 at 11:30:36 AM UTC+2, bj=C3=B6rn lundin wrote: > On 2018-07-25 11:03, fabien.chouteau wrote: > >=20 > > This is to enforce the coding style of the library.=20 > I understand that. But it is annoying to get a compilation error > for writing 'Microbit' instead of 'MicroBit', especially in a case > insensitive language. >=20 > >I agree that this is not very friendly for beginners. I will try to find= a solution.=20 > > I opened a issue on github for this: https://github.com/AdaCore/Ada_Dri= vers_Library/issues/271 >=20 The style checks are now optional and disabled by default. You can enable t= hem with a scenario variable. >=20 > >> main.adb:55:33: violation of restriction "No_Implicit_Dynamic_Code" at > >> system.ads:45 > >=20 > > I was not aware of this problem, can you please open an issue on GitHub= for this? https://github.com/AdaCore/Ada_Drivers_Library/issues >=20 I answered here: https://github.com/AdaCore/Ada_Drivers_Library/issues/272 Regards,