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=1.5 required=3.0 tests=BAYES_50,FREEMAIL_FROM, FROM_STARTS_WITH_NUMS autolearn=no autolearn_force=no version=3.4.5-pre1 X-Received: by 2002:ac8:1208:: with SMTP id x8mr13758794qti.14.1613838624681; Sat, 20 Feb 2021 08:30:24 -0800 (PST) X-Received: by 2002:a25:9902:: with SMTP id z2mr20536415ybn.339.1613838624482; Sat, 20 Feb 2021 08:30:24 -0800 (PST) Path: eternal-september.org!reader02.eternal-september.org!news.mixmin.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: Sat, 20 Feb 2021 08:30:24 -0800 (PST) In-Reply-To: <4d0aa284-8042-4260-ac58-6d3ac9a82b00n@googlegroups.com> Injection-Info: google-groups.googlegroups.com; posting-host=85.240.208.106; posting-account=rhqvKAoAAABpikMmPHJSZh4400BboHwT NNTP-Posting-Host: 85.240.208.106 References: <4d2daa8c-c159-48a4-bdf7-e9aa3b537bcan@googlegroups.com> <4d0aa284-8042-4260-ac58-6d3ac9a82b00n@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <1cd1f911-ab74-464a-8eff-b6f3d79bfe8an@googlegroups.com> Subject: Re: set_index and and end_of_file with just a stream reference From: Mehdi Saada <00120260a@gmail.com> Injection-Date: Sat, 20 Feb 2021 16:30:24 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader02.eternal-september.org comp.lang.ada:61395 List-Id: Le samedi 20 f=C3=A9vrier 2021 =C3=A0 17:22:15 UTC+1, Mehdi Saada a =C3=A9c= rit=C2=A0: > Still, wouldn't an entry with no guard condition have the same semantic/e= ffect ?=20 May I answer my own question ? -> "the semantics is very different and non-intuitive with task calling on = entries or proctected procedures, but I just don't know about it much now." Ok ok ^_^' Now talking about streams, since there is no stream_size for composite type= s, how do I get the equivalent data for the default implementation of input= /output attributes for composite types ? Must I compute it with offset size or whatnot ?