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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,23cf9f1e93744eed X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-07-31 20:00:05 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!msunews!not-for-mail From: "Chad R. Meiners" Newsgroups: comp.lang.ada Subject: Re: Need advice re package organization. Date: Thu, 31 Jul 2003 22:58:24 -0400 Organization: Michigan State University Message-ID: References: <3F228F3B.9020203@attbi.com> <3F22F9E9.3040307@attbi.com> <5jn9ivoetll1fu2avn9hmjj6aaa7q7pmjn@4ax.com> <9d2Wa.301$jp.253@newsread4.news.pas.earthlink.net> <3F299920.9070603@attbi.com> NNTP-Posting-Host: arctic.cse.msu.edu X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Xref: archiver1.google.com comp.lang.ada:41118 Date: 2003-07-31T22:58:24-04:00 List-Id: "Robert I. Eachus" wrote in message news:3F299920.9070603@attbi.com... > So the advantage of supplying the inquiry functions is that you can > later change the data layout, add new components, change > representations, or even make some values which were originally explicit > virtual. I think a much better solution to your problem is a tool that > automatically generates the inquiry functions from the type declaration. > Sounds like a good candidate for adding to the Emacs ada-mode. Or a type builder wizard in GPS! ;-)