comp.lang.ada
 help / color / mirror / Atom feed
From: Ben Bacarisse <ben.usenet@bsb.me.uk>
Subject: Re: Problem with Unbounded Strings
Date: Fri, 04 Dec 2015 23:00:52 +0000
Date: 2015-12-04T23:00:52+00:00	[thread overview]
Message-ID: <87zixp3jkr.fsf@bsb.me.uk> (raw)
In-Reply-To: 274dc49b-b7cd-4eef-b333-34bae665c992@googlegroups.com

Laurent <lutgenl@icloud.com> writes:
<snip>
> Ok I have reduced the whole thing to the minimum and still get the
> same behaviour + an additional glitch
>
> The Log_File I have reduced it to the minimum too:
>
> 0123456789
> abcdefghijklmnopqrstuvwxyz
> ABCDEFGHIJKLMNOPQRSTUVWXYZ
<snip>
> But I get this:
>
> 1st read:
> Line: 0123456789
> Buffer after append: 0123456789
>
> 2nd read:
> Line: abcdefghijklmnopqrstuvwxyz
> abcdefghijklmnopqrstuvwxyz56789
>
> 3rd read:
> Line: ABCDEFGHIJKLMNOPQRSTUVWXYZ
> ABCDEFGHIJKLMNOPQRSTUVWXYZ56789

Just a data point.  I get:

Line: 0123456789
Buffer after append: 0123456789

Line: abcdefghijklmnopqrstuvwxyz
Buffer after append: 0123456789abcdefghijklmnopqrstuvwxyz

Line: ABCDEFGHIJKLMNOPQRSTUVWXYZ
Buffer after append: 0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ

just as you expect.  Using GNATMAKE 4.9.3 on latest Ubuntu.

<snip>
-- 
Ben.

      parent reply	other threads:[~2015-12-04 23:00 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-04 15:49 Problem with Unbounded Strings Laurent
2015-12-04 16:04 ` Dmitry A. Kazakov
2015-12-04 16:53   ` Laurent
2015-12-04 18:00     ` Niklas Holsti
2015-12-04 21:05       ` Laurent
2015-12-04 20:34     ` Dmitry A. Kazakov
2015-12-04 21:43       ` Laurent
2015-12-04 22:23         ` Dmitry A. Kazakov
2015-12-05 10:22           ` Laurent
2015-12-05 12:19             ` Dmitry A. Kazakov
2015-12-05 13:15               ` Laurent
2015-12-04 18:08 ` Jeffrey R. Carter
2015-12-04 21:21   ` Laurent
2015-12-04 21:59     ` Simon Wright
2015-12-04 23:19       ` Laurent
2015-12-04 22:02     ` Dmitry A. Kazakov
2015-12-04 22:28     ` Jeffrey R. Carter
2015-12-04 23:35       ` Laurent
2015-12-04 23:59         ` Jeffrey R. Carter
2015-12-05 10:13           ` Laurent
2015-12-08  1:53           ` Randy Brukardt
2015-12-04 23:00     ` Ben Bacarisse [this message]
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox