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-Thread: 103376,81bb2ce65a3240c3 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.204.143.143 with SMTP id v15mr712987bku.8.1336669756985; Thu, 10 May 2012 10:09:16 -0700 (PDT) Path: h15ni2184bkw.0!nntp.google.com!news2.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Adam Beneschan Newsgroups: comp.lang.ada Subject: Re: What would you like in Ada202X? Date: Thu, 10 May 2012 10:09:16 -0700 (PDT) Organization: http://groups.google.com Message-ID: <17667315.117.1336669756221.JavaMail.geo-discussion-forums@ynbv35> References: <3637793.35.1335340026327.JavaMail.geo-discussion-forums@ynfi5> <4f97bf40$0$6559$9b4e6d93@newsspool4.arcor-online.net> <19226150.644.1336634332302.JavaMail.geo-discussion-forums@pbcro7> <24784000.230.1336663508833.JavaMail.geo-discussion-forums@yneo7> <26184560.3.1336665103417.JavaMail.geo-discussion-forums@pbcvv3> NNTP-Posting-Host: 66.126.103.122 Mime-Version: 1.0 X-Trace: posting.google.com 1336669756 377 127.0.0.1 (10 May 2012 17:09:16 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 10 May 2012 17:09:16 +0000 (UTC) In-Reply-To: <26184560.3.1336665103417.JavaMail.geo-discussion-forums@pbcvv3> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=66.126.103.122; posting-account=duW0ogkAAABjRdnxgLGXDfna0Gc6XqmQ User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2012-05-10T10:09:16-07:00 List-Id: On Thursday, May 10, 2012 8:51:43 AM UTC-7, ytomino wrote: > On Friday, May 11, 2012 12:25:08 AM UTC+9, Adam Beneschan wrote: > > On Thursday, May 10, 2012 12:18:52 AM UTC-7, ytomino wrote: >=20 > Eh? I've switched to new Google Groups, too. I copied this link from "Pas= te this link into an email or chat:". It seems to work for me. Ah, OK, that works for me too. It doesn't work when I click on the link, e= ven though the link is highlighted and invites me to click on it. So when = I do, I just get the page that says "Welcome to the new Google Groups". We= lcome, indeed. I've said this multiple times before, but every time Google= improves Google Groups they make it worse. On the other hand, the new Goo= gle Groups does have some cool features, such as ... ummm ... having the wo= rd "new" in the title. That's a cool feature, right? Right? Anyway, I looked over the thread, and it's one I was involved a lot in. As= I see it, it boils down to (1) End_Of_File should never be used on standar= d input, because that could cause problems if standard input is not a file.= It could require the program to attempt to read input from the user at th= e wrong time. (2) If End_Of_File is used on a File_Type, implementations c= an always get things to work reasonably when the file is a disk file, and n= o language change is needed. What *might* be useful, though, is an overloaded Get_Line that also returns= End_Of_File as an OUT Boolean. This would solve the problem of requiring = an exception to determine when end-of-file occurs, without requiring the pr= ogram to call End_Of_File before Get_Line which doesn't really work with st= andard input. -- Adam > The title is "Get_Line problem (GNAT bug?)", at Dec 2006. Please search. > You may remember it because you had joined in this thread. (I had not joi= ned :-)