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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7350da5176edec2c X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-07-25 20:11:33 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.freenet.de!newsfeed.stueberl.de!newspeer1-gui.server.ntli.net!ntli.net!newsfep2-win.server.ntli.net.POSTED!53ab2750!not-for-mail From: "chris.danx" Newsgroups: comp.lang.ada References: <3D3F0E27.9080303@worldnet.att.net> Subject: Re: In a pickle. X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: Date: Thu, 25 Jul 2002 14:26:38 +0100 NNTP-Posting-Host: 80.5.140.234 X-Complaints-To: abuse@ntlworld.com X-Trace: newsfep2-win.server.ntli.net 1027603635 80.5.140.234 (Thu, 25 Jul 2002 14:27:15 BST) NNTP-Posting-Date: Thu, 25 Jul 2002 14:27:15 BST Organization: ntl Cablemodem News Service Xref: archiver1.google.com comp.lang.ada:27414 Date: 2002-07-25T14:26:38+01:00 List-Id: "Jim Rogers" wrote in message news:3D3F0E27.9080303@worldnet.att.net... > That is my understanding of how assignment works. ARGHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH!!!!!!!!!!! Managing all the finalisation calls is a nightmare! raised PROGRAM_ERROR : aqua-lists-linear-unbounded-doubly.adb:56 caused by finalization of an iterator in a call in a subprogram. I reckon I know how to fix it, but it will require each iterator modifing subprogram setting a flag, while basic query ops clear it. Finalization will check the flag and if it's cleared do nothing, otherwise adjust the iterator. Think that's ugly? Anyone think of a better way?