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 autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:a24:9dc9:: with SMTP id f192-v6mr11815918itd.31.1538841843976; Sat, 06 Oct 2018 09:04:03 -0700 (PDT) X-Received: by 2002:aca:eb91:: with SMTP id j139-v6mr255242oih.4.1538841843678; Sat, 06 Oct 2018 09:04:03 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!feeder.erje.net!2.eu.feeder.erje.net!fdn.fr!proxad.net!feeder1-2.proxad.net!209.85.166.216.MISMATCH!x98-v6no215834ita.0!news-out.google.com!n199-v6ni284itn.0!nntp.google.com!x98-v6no215831ita.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 6 Oct 2018 09:04:03 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2600:1700:bd50:32f0:6d23:75a4:6de3:513b; posting-account=W2gdXQoAAADxIuhBWhPFjUps3wUp4RhQ NNTP-Posting-Host: 2600:1700:bd50:32f0:6d23:75a4:6de3:513b References: <0f5608ef-0038-491c-b15f-f67bcc76fae8@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <46e2479f-a695-450f-a201-790015eddc87@googlegroups.com> Subject: Re: Record operations (Algebraic Data Types and printing) From: Stephen Leake Injection-Date: Sat, 06 Oct 2018 16:04:03 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader02.eternal-september.org comp.lang.ada:54503 Date: 2018-10-06T09:04:03-07:00 List-Id: On Friday, October 5, 2018 at 11:17:39 PM UTC-7, Henrik H=C3=A4rk=C3=B6nen = wrote: > > Auto_Text_IO in Stephe's Ada Library[1]: might need some fixups for > > newer compilers/standards. > >=20 > > [1] http://stephe-leake.org/ada/sal.html >=20 > Alright, seems that there's other nice stuff too, thanks. :) That has some packages that were generated by or support auto_text_io, but = not the actual auto_text_io code, which you need to generate a Text_IO pack= age for your record types. I stopped supporting the auto_text_io tool, mostly because ASIS was not por= ted to the newer language versions. These days the best way to reimplement auto_text_io is to start with libada= lang (https://github.com/AdaCore/libadalang). If anyone wants to try that, = I can probably dig up the auto_text_io code. -- Stephe