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 2002:a6b:2209:: with SMTP id i9-v6mr22990860ioi.138.1525788343514; Tue, 08 May 2018 07:05:43 -0700 (PDT) X-Received: by 2002:a9d:5511:: with SMTP id l17-v6mr2824478oth.14.1525788343283; Tue, 08 May 2018 07:05:43 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!news.unit0.net!newsreader5.netcologne.de!news.netcologne.de!peer02.ams1!peer.ams1.xlned.com!news.xlned.com!peer02.am4!peer.am4.highwinds-media.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!u74-v6no405193itb.0!news-out.google.com!b185-v6ni470itb.0!nntp.google.com!v8-v6no387514itc.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 8 May 2018 07:05:42 -0700 (PDT) In-Reply-To: <87603yy0wr.fsf@nightsong.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2a02:1206:45c6:8b20:1d20:89e7:ed7f:bb6c; posting-account=gRqrnQkAAAAC_02ynnhqGk1VRQlve6ZG NNTP-Posting-Host: 2a02:1206:45c6:8b20:1d20:89e7:ed7f:bb6c References: <1c73f159-eae4-4ae7-a348-03964b007197@googlegroups.com> <87in8buttb.fsf@jacob-sparre.dk> <87wowqpowu.fsf@nightsong.com> <16406268-83df-4564-8855-9bd0fe9caac0@googlegroups.com> <87o9i2pkcr.fsf@nightsong.com> <87in88m43h.fsf@nightsong.com> <87efiuope8.fsf@nightsong.com> <322f9b26-01de-4753-bb50-6ef2f3d993d8@googlegroups.com> <87a7th9pd1.fsf@nightsong.com> <87h8no1nli.fsf@nightsong.com> <87po2cyty7.fsf@nightsong.com> <87bmdwhwob.fsf@nightsong.com> <6746d7d1-406e-4891-8293-9424aed76215@googlegroups.com> <877eoezy6e.fsf@nightsong.com> <87y3gun1ha.fsf@nightsong.com> <87603yy0wr.fsf@nightsong.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <244b242a-09a8-48d2-918b-77e9b171098f@googlegroups.com> Subject: Re: How to get Ada to ?cross the chasm?? From: gautier_niouzes@hotmail.com Injection-Date: Tue, 08 May 2018 14:05:43 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Received-Bytes: 3203 X-Received-Body-CRC: 852095538 Xref: reader02.eternal-september.org comp.lang.ada:52102 Date: 2018-05-08T07:05:42-07:00 List-Id: Le mardi 8 mai 2018 11:03:38 UTC+2, Paul Rubin a =C3=A9crit=C2=A0: > This is weird, when I clicked the "download" button it gave me > zipada53.zip. Is that an obsolete version? There is a release max once or twice a year, with testing etc. I don't do a= release after each checkin. You find this pattern often in other software.= BTW, SourceForge and GitHub offer to build a Zip file from the latest chec= kin. > I did an svn checkout and > got the current version (629) which built ok with gprbuild. It's late > here so I'll test it some other time. > The revision 622 comment says "regressed 'Image to pre-Ada-2012 form, > for pleasing gcc version 5.4.0 20160609". But I'm using the default > GNAT with Debian 9 and that seems to use gcc6. Is that supposed to > support Ada 2012? I thought last time I played with it, I was able to > use Ada 2012 features. My mistake: I thought Value'Image was Ada 2012, but it seems to be a Ada 20= 20 feature put early into GNAT.