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.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,791530e499e6a7f9 X-Google-Attributes: gid103376,public From: Florian Weimer Subject: Re: ada writing guide Date: 2000/04/17 Message-ID: <87em84vavt.fsf@deneb.cygnus.argh.org>#1/1 X-Deja-AN: 612340237 References: <8d1rso$bir$2@bunyip.cc.uq.edu.au> <8d1vhj$hdr$1@nnrp1.deja.com> <8d2hig$7e6$1@nnrp1.deja.com> <38F5DF8C.1A01E5A4@utech.net> <8d4t07$o15$1@nnrp1.deja.com> <38F603FE.B0C3ED83@utech.net> <8d5dsc$c27$1@nnrp1.deja.com> <8d6hjn$j9p$1@clnews.edf.fr> <8d76vj$9jt$1@nnrp1.deja.com> <8d7uak$1d1$1@wanadoo.fr> <8dfd6q$uch$1@nnrp1.deja.com> Mail-Copies-To: never Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@cygnus.argh.org X-Trace: deneb.cygnus.argh.org 955996198 7260 192.168.1.2 (17 Apr 2000 18:29:58 GMT) Organization: Penguin on board User-Agent: Gnus/5.0804 (Gnus v5.8.4) Emacs/20.6 Mime-Version: 1.0 Reply-To: Florian Weimer NNTP-Posting-Date: 17 Apr 2000 18:29:58 GMT Newsgroups: comp.lang.ada Date: 2000-04-17T18:29:58+00:00 List-Id: Ted Dennison writes: > I do have one (minor) problem with the implementation, though. It looks > like the exception file is read once at startup into an internal buffer. > When someone adds an entry, it is their internal copy that is added to, > then written to disk. If another user changed that file in the > meantime, their changes are lost. This, combined with the advice for > projects to keep one master file which everyone uses, could lead to a > big mess. Put the file under version control. I'm amazed to see that there are still projects with multiple developers which do not use it. ;)