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=-0.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c1bf3bcdb5f9863,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1995-01-12 05:57:15 PST Path: nntp.gmd.de!Germany.EU.net!howland.reston.ans.net!gatech!udel!news.mathworks.com!panix!cmcl2!thecourier.cims.nyu.edu!thecourier.cims.nyu.edu!nobody From: dewar@cs.nyu.edu (Robert Dewar) Newsgroups: comp.lang.ada Subject: Re: GNAT NT & Ada.Direct_IO Date: 12 Jan 1995 08:57:15 -0500 Organization: Courant Institute of Mathematical Sciences Message-ID: <3f3cfr$4t5@gnat.cs.nyu.edu> References: NNTP-Posting-Host: gnat.cs.nyu.edu Date: 1995-01-12T08:57:15-05:00 List-Id: Marin Condic suggests that GNAT display version and bug information etc. always, in listings, and on errors. I don't want to do it always, that would be too annoying to most users I think ??? Of course there is a verbose option now that displays the version (-gnatv) and it is not a bad idea to make this also print the send bug information to message. Right now, -gnatv gives: NYU GNAT Compiler Version 2.01w (C) Copyright NYU, 1992,1993,1994 for example. We do give full information on submitting bugs if a bomb occurs that we can intercept. Right now we are not intercepting signals, which is unfortuate, and we are trying to fix this obvious shortcoming. Program listings (obtained with the -gnatl option) also contain the version information, and could perhaps include the send bug information message. I am a little reluctant actually to unconditionally output this on listings, because then all students see this message, and we already get too many messages from beginning students asking us how Ada works :-) This morning I got a message which roughly said: "I am very enthusiastic about Ada 9X, and I understand it has object oriented facilities, can you please email me a complete description of how these are used". :-)