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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.107.131.168 with SMTP id n40mr12845210ioi.3.1459826739454; Mon, 04 Apr 2016 20:25:39 -0700 (PDT) X-Received: by 10.157.55.164 with SMTP id x33mr295372otb.9.1459826739351; Mon, 04 Apr 2016 20:25:39 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!nt3no7843014igb.0!news-out.google.com!ha2ni49igb.0!nntp.google.com!gy3no285508igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 4 Apr 2016 20:25:39 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=37.190.52.68; posting-account=YB4WOgoAAABLG9D7qoJiPBc6EJSzsPDF NNTP-Posting-Host: 37.190.52.68 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <05bc57c3-9811-4248-935c-b86156298a90@googlegroups.com> Subject: Re: Ada 2005,Doubly_Linked_List with Controlled parameter From: George J Injection-Date: Tue, 05 Apr 2016 03:25:39 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:29978 Date: 2016-04-04T20:25:39-07:00 List-Id: > > Rather than trying to reinvent unbounded strings (incorrectly), use > Ada.Strings.Unbounded.Unbounded_String instead of Info_Record and all your > problems will disappear. Get rid of type Info while you're at it. > > -- > Jeff Carter > "Hold your temper. Count ten.... Now let 'er go. > You got a good aim." > Never Give a Sucker an Even Break > 105 And i can't understand, why Finalize starts immediately after I set any data to my record? Is it the specifics of the Finalization mechanism?