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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,1dd28d5040ded1f8 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-05-09 09:55:02 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!hammer.uoregon.edu!skates!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: Announce: Grace project site operational Date: 08 May 2002 10:32:37 -0400 Organization: NASA Goddard Space Flight Center (skates.gsfc.nasa.gov) Message-ID: References: <3CD88FBD.4070706@telepath.com> NNTP-Posting-Host: anarres.gsfc.nasa.gov Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: skates.gsfc.nasa.gov 1020868752 12622 128.183.220.71 (8 May 2002 14:39:12 GMT) X-Complaints-To: usenet@news.gsfc.nasa.gov NNTP-Posting-Date: 8 May 2002 14:39:12 GMT User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Xref: archiver1.google.com comp.lang.ada:23785 Date: 2002-05-08T14:39:12+00:00 List-Id: Ted Dennison writes: > I'm pleased to announce that the Grace project is now operational. The > homepage is at http://www.freesoftware.fsf.org/Grace/Grace_Home.html , > and the main project page on the Gnu Savannah is at > http://savannah.gnu.org/projects/grace/ . Great! Thanks for taking the time to set this up. > Currently, the only thing in the CVS tree is the first version of > our Unbounded Lists package, and a reference implementation of it. I wrote a partial implementation of Lists.Unbounded based on SAL. Should we find a way to get that into the Grace CVS? Or maybe just a link to it, since we probably don't want all or part of SAL in the Grace CVS. There was some discussion of test code for the Lists.Unbounded package. I strongly recommend including test code with the library, so users that implement their own, or use it on a new platform or new compiler have some way of knowing that it works. The test code also serves as a more precise definition of the semantics of the package. I can contribute the test code I have. > I have set up a project for a Maps package, but the tasks are > currently unassigned. Anyone who wants to help is encouraged to > participate in the mailing lists, get a Savannah account and become > a developer, or just hang out here and participate in the > discussions. I signed up on the Grace lists a couple weeks ago :). -- -- Stephe