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=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,eb00b9b968ac2b79 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,UTF8 Received: by 10.181.11.234 with SMTP id el10mr285013wid.2.1346238488106; Wed, 29 Aug 2012 04:08:08 -0700 (PDT) Path: q11ni373808855wiw.1!nntp.google.com!feeder3.cambriumusenet.nl!feed.tweaknews.nl!194.134.4.91.MISMATCH!news2.euro.net!news.mixmin.net!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: =?UTF-8?B?w4FsZXggUi4=?= Mosteo Newsgroups: comp.lang.ada Subject: Re: Ada networking (Adagio) Date: Wed, 29 Aug 2012 13:08:11 +0200 Organization: A noiseless patient Spider Message-ID: References: <296db66c-9246-4801-b293-c116e5c21f6b@googlegroups.com> <2ef339a5-2e40-49e9-b5dc-4bb018b93bda@googlegroups.com> Mime-Version: 1.0 Injection-Date: Wed, 29 Aug 2012 11:08:07 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="99cff88a3092f3ad77be66d4ad22221a"; logging-data="21294"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19mNgc/TH50ou+9PwEuvvR3" User-Agent: KNode/4.8.5 Cancel-Lock: sha1:EhHW/r666C2fih+V3YtdY+ZBDTM= Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8Bit Date: 2012-08-29T13:08:11+02:00 List-Id: Álex R. Mosteo wrote: >>> I'm going to try to find it and put it in GitHub, and we can work from >>> there to put it in shape, if you want. >> >> That'd be great / thanks! > > I'll give it a shot now then. I've rescued my last version. The story seems missing though. I've made a push to github at: https://github.com/mosteo/adagio Project file is adagio.gpr. There are others for related projects that never got anywhere, so I'm leaving these for later. It doesn't compile yet, although I've started fixing things around. I'm pretty sure I've broken something in the process. Truth is, it relied too much on Gnat sockets internals that have changed. It was somewhat nightmarish getting consistent results in Windows and Linux, I remember now. Well, at least I'll try to make it compile. I'm also having problems with Pragmarc components that return limited types. I think this is one of the few inconsistencies between Ada95 and 2005. I'm making these things non-limited, but I'm not sure what are the implications...