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, MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,836e43045b715f57 X-Google-Attributes: gid103376,public From: Robert Dewar Subject: Re: Package reformatting tool availability Date: 1999/09/03 Message-ID: <7qpeg1$2di$1@nnrp1.deja.com>#1/1 X-Deja-AN: 520733885 References: <37CFFA58.FFC67480@res.raytheon.com> X-Http-Proxy: 1.0 x43.deja.com:80 (Squid/1.1.22) for client 205.232.38.14 Organization: Deja.com - Share what you know. Learn what you don't. X-Article-Creation-Date: Fri Sep 03 21:27:42 1999 GMT X-MyDeja-Info: XMYDJUIDrobert_dewar Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.04 [en] (OS/2; I) Date: 1999-09-03T00:00:00+00:00 List-Id: In article <37CFFA58.FFC67480@res.raytheon.com>, Andy Askey wrote: > Hello, > > I have several Ada legacy packages that contain multiple types. I > prefer that each type is in its own package/file for my Ada95 > development effort. Does anyone have (or know of) a script or other > tool that will turn a package with multiple types into multiple packages > with one type? I do not know of such a package, and it would be a bit of a suprise if one existed, because the goal here is not a generally desirable one. Insisting that each type be in its own package as a general rule is definitely shooting yourself in the foot. Sent via Deja.com http://www.deja.com/ Share what you know. Learn what you don't.