From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=0.8 required=3.0 tests=BAYES_50,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.5-pre1 X-Received: by 2002:a0c:f683:: with SMTP id p3mr4016773qvn.39.1595499431100; Thu, 23 Jul 2020 03:17:11 -0700 (PDT) X-Received: by 2002:a37:a4c:: with SMTP id 73mr1355459qkk.275.1595499430784; Thu, 23 Jul 2020 03:17:10 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 23 Jul 2020 03:17:10 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=93.41.2.250; posting-account=9fwclgkAAAD6oQ5usUYhee1l39geVY99 NNTP-Posting-Host: 93.41.2.250 References: <8e5d14a5-0311-4005-9655-951e8a274929o@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: My new post on dev.to about SPARK From: mockturtle Injection-Date: Thu, 23 Jul 2020 10:17:11 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:59502 List-Id: On Friday, July 10, 2020 at 11:16:48 AM UTC+2, Nasser M. Abbasi wrote: > On 7/9/2020 9:16 AM, mockturtle wrote: > > Dear.all, > > first a bit of disclaimer: this is about a recent post of mine on dev.to > > I post this here since I think that maybe someone in this group could be interested. > > > > Recently I wrote a small binary search procedure for a software of mine. Since I always wanted to start using SPARK, I thought that this could be a nice small problem to start playing around with SPARK. The post on dev.to is about my experience. > > > > If you are curious > > > > https://dev.to/pinotattari/proving-the-correctness-of-a-binary-search-procedure-with-spark-ada-34id > > > > Riccardo > > > Please change code formating so that background is not black. Hard to > read on the eyes. > > OK, I'll try, but I am afraid it is not possible. You see, the code is written in markdown between ```ada ... ``` and the rendering is done by dev.to. Maybe there is some hidden option somewhere to control this. I'll check.