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 autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e507e3d80b7abf1e X-Google-Attributes: gid103376,public From: dsmith@clark.net (Doug Smith) Subject: Re: Fun with WebAda/GNAT Date: 1996/08/18 Message-ID: #1/1 X-Deja-AN: 174898428 references: <32120233.484C@lmtas.lmco.com> <4uv6bs$ffd@dfw.dfw.net> <3215B8EC.932@lmtas.lmco.com> content-type: TEXT/PLAIN; charset=ISO-8859-1 organization: AdaSmith mime-version: 1.0 newsgroups: comp.lang.ada Date: 1996-08-18T00:00:00+00:00 List-Id: In article , dewar@cs.nyu.edu (Robert Dewar) wrote: > Ken Garlington said, answering me > > "> If you find that the use of paths is confusing, stick to the use of > > -I switches to explicitly say where to look for with'ed files. > > Of course, WebAda does not give you that option - all files are kept in > a single directory. Combine that with an inability to delete or rename > files, and a file naming mistake can really cause some excitement! > > Sometimes, simple GUI interfaces can be just a little _too_ simple..." > > There seems to be a disconnect here. You reported a bug, since fixed, > which did indeed cause a strange message from a misnamed file, but that > was simply a bug. > > The issue with paths is quite different, and as you point out, irrelevant > to the use of WebAda. I think Ken's criticism of WebAda is valid. To get to the first release, there were many obvious compromises, and I wondered how long until the missing delete unit feature would become an issue. Ken describes the worst problem, and the list of units also starts to grow too large. The delete unit operation will be available soon. It is not as straightforward as it sounds to have a clean interface using forms and cgi scripts and to maintain some level of protection from accidentally deleting someone else's file (or a predefined package specification!). Doug Smith dsmith@clark.net