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,1dd193bdbc538421 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!proxad.net!newsfeed.icl.net!newsfeed.freenet.de!news.tu-darmstadt.de!news.belwue.de!news.uni-stuttgart.de!carbon.eu.sun.com!btnet-feed5!btnet!news.btopenworld.com!not-for-mail From: "Martin Dowie" Newsgroups: comp.lang.ada Subject: Re: generic container library Date: Fri, 29 Oct 2004 17:49:21 +0000 (UTC) Organization: BT Openworld Message-ID: References: <41825a24$0$91006$39cecf19@news.twtelecom.net> NNTP-Posting-Host: host81-152-56-142.range81-152.btcentralplus.com X-Trace: sparta.btinternet.com 1099072161 3242 81.152.56.142 (29 Oct 2004 17:49:21 GMT) X-Complaints-To: news-complaints@lists.btinternet.com NNTP-Posting-Date: Fri, 29 Oct 2004 17:49:21 +0000 (UTC) X-RFC2646: Format=Flowed; Response X-Newsreader: Microsoft Outlook Express 6.00.2900.2180 X-MSMail-Priority: Normal X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Xref: g2news1.google.com comp.lang.ada:5888 Date: 2004-10-29T17:49:21+00:00 List-Id: "Matthew Heaney" wrote in message news:41825a24$0$91006> I don't think I implemented the stream attributes for Charles, but it > wouldn't be hard to do that. Let me know which containers you need, and > I'll give those priority. See the charles-*.ad[sb] files in: > > http://charles.tigris.org/source/browse/charles/src/ > > Note that the AI-302 containers are required to support streaming, and so > the reference implementation has already implemented the streaming > attributes. See the a-c*.ad[sb] files in: > > http://charles.tigris.org/source/browse/charles/src/ai302/ > > In either case, that means you can have a container of containers, and > streaming it out will do the right thing, Matt - for your reference implementation have you got hold of a prototype Ada0Y compiler? Or are you 'imagining' how all the code will work?..