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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,df854b5838c3e14 X-Google-Attributes: gid103376,public From: dewar@cs.nyu.edu (Robert Dewar) Subject: Re: Gripe about Ada, rep specs that won't. Date: 1996/03/22 Message-ID: #1/1 X-Deja-AN: 143820457 references: <00001a73+00002504@msn.com> <4iq71v$cvr@news4.digex.net> <4isol4$dm7@ra.nrl.navy.mil> <4iv0g6$6cs@news4.digex.net> organization: Courant Institute of Mathematical Sciences newsgroups: comp.lang.ada Date: 1996-03-22T00:00:00+00:00 List-Id: "Because I've never had C_E raised when doing so. I stand corrected. As suggested, I begrudgingly accept." If you are using GNAT, can you send an example, we have never had a bug report reporting that this did not work. It was implementd a long time ago!. As for your I/O problem, using System.File_IO is a very bad idea. This is an undocumented interface that changes from one version to another without warning. Why aren't you using Stream_IO, sounds like it should solve your problems rather directly ...