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.3 required=5.0 tests=BAYES_00,FREEMAIL_FROM, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,34872f3f22b5b140 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-11-15 09:08:48 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!bloom-beacon.mit.edu!nycmny1-snh1.gtei.net!chcgil2-snh1.gtei.net!cambridge1-snf1.gtei.net!news.gtei.net!bos-service1.ext.raytheon.com!bos-service2.ext.raytheon.com.POSTED!not-for-mail From: Wes Groleau Reply-To: wesgroleau@despammed.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1) Gecko/20020826 X-Accept-Language: en,es-MX,es,pt,fr-CA,fr MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Suggestion for gnatstub References: <3dcb9e51$0$303$bed64819@news.gradwell.net> <3DCBC4C9.AD436CD9@earthlink.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Message-ID: Date: Fri, 15 Nov 2002 12:08:47 -0500 NNTP-Posting-Host: 151.168.133.155 X-Complaints-To: news@ext.ray.com X-Trace: bos-service2.ext.raytheon.com 1037380128 151.168.133.155 (Fri, 15 Nov 2002 12:08:48 EST) NNTP-Posting-Date: Fri, 15 Nov 2002 12:08:48 EST Organization: Raytheon Company Xref: archiver1.google.com comp.lang.ada:30952 Date: 2002-11-15T12:08:47-05:00 List-Id: > I'd also like to see some revisions to gnatstub like this. Something > that smartly creates stub functions that work when possible. I'm wrote Suppose you have the spec for a subprogram. You could have an ASIS routine that looks at the spec, and generates a stub that prints out something like Executing stub for function ... ( ... ) return ... with parameters: param1 => ...... Stephen Leake's Auto_Text_IO can do 90% of this already.