From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-65-14.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-0.0 required=3.0 tests=BAYES_40,FREEMAIL_FROM, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:a05:622a:341:b0:3e4:e17f:a544 with SMTP id r1-20020a05622a034100b003e4e17fa544mr5393688qtw.12.1680108399781; Wed, 29 Mar 2023 09:46:39 -0700 (PDT) X-Received: by 2002:a81:b149:0:b0:543:9065:b225 with SMTP id p70-20020a81b149000000b005439065b225mr9817198ywh.5.1680108399571; Wed, 29 Mar 2023 09:46:39 -0700 (PDT) Path: eternal-september.org!feeder.eternal-september.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 29 Mar 2023 09:46:39 -0700 (PDT) In-Reply-To: Injection-Info: google-groups.googlegroups.com; posting-host=87.155.203.225; posting-account=3zVVBwoAAAC7BSMfgNP7DSbqU9urpt40 NNTP-Posting-Host: 87.155.203.225 References: <823bfde7-adb3-4cd2-adca-744cf676864an@googlegroups.com> <5176a59b-9224-45a0-a803-df1acf8ab8c7n@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <181c7bf4-d3f8-47dd-b9b6-1e8301c46a12n@googlegroups.com> Subject: Re: pragmas in doubly linked lists From: Mario Blunk Injection-Date: Wed, 29 Mar 2023 16:46:39 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Bytes: 1787 Xref: feeder.eternal-september.org comp.lang.ada:65024 List-Id: I've put together some examples to reproduce the problem in: https://github.com/Blunk-electronic/ada_training/tree/master/src/containers/lists/lists_of_cursors But, everything behaves as it should. The examples store cursors of a single list. In another example (to follow in the next days) I will use multiple lists. Then the list of cursors contains cursors of more than one list.