comp.lang.ada
 help / color / mirror / Atom feed
From: Ted Dennison <dennison@escmail.orl.mmc.com>
Subject: Re: DEC Ada V3.3
Date: 1996/08/23
Date: 1996-08-23T00:00:00+00:00	[thread overview]
Message-ID: <321DACA3.167EB0E7@escmail.orl.mmc.com> (raw)
In-Reply-To: rKoJKFAzGIHyEwMl@rk-comp.demon.co.uk


Rob Kirkbride wrote:
> 
> It concerns the use of Text_Io.Put, it does not seem to flush these
> until the program has finished running - even if a Text_Io.Get_Line is
> done! Has anyone else spotted this - how did you fix it?

Have you tried a Text_IO.Put_Line ?

Also, Its been a while, but I believe there is a "FORM =>" parameter
you can give Text_IO if you are opening or creating a file to specify
no buffering. In fact, I seem to remember that you can do anything RMS 
can do with the right "FORM =>" parameter.

> We get library corruption problems every couple of weeks generally when
> we have obsoleted some base types files several times. Anyone get
> similar results?

That sounds like the dreaded dependancy problem. You can avoid it by
making sure that in your compilation there are no situations where a 
package in a "child" library depends on a package in a "parent" library 
which in turn depends on a package in a child library. This often happens 
when a commonly "withed" package is brought down to a lower library for
maintanence. 

If I remember correctly, DEC Ada detects this situation and enters links
in your lower-level libraries so that no unit in your compilation depends
on a unit in one of your child libraries. When the maintanence is done
and the unit is moved back up to the correct parent library, you may be
clever enough to remove the unit itself from your library, but the links
that DEC Ada created must be removed as well.

-- 
T.E.D.          
                |  Work - mailto:dennison@escmail.orl.mmc.com  |
                |  Home - mailto:dennison@iag.net              |
                |  URL  - http://www.iag.net/~dennison         |




  reply	other threads:[~1996-08-23  0:00 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-08-22  0:00 DEC Ada V3.3 Alan Paterson
1996-08-22  0:00 ` Rob Kirkbride
1996-08-23  0:00   ` Ted Dennison [this message]
1996-08-23  0:00 ` Klaus Wyss
1996-08-23  0:00   ` Mats Weber
1996-08-27  0:00     ` Charlie McCutcheon
1996-08-23  0:00   ` Steve Lionel
1996-08-26  0:00     ` Larry Kilgallen
1996-08-26  0:00     ` Bevin R. Brett
1996-08-23  0:00   ` Charlie McCutcheon
1996-08-23  0:00 ` Charlie McCutcheon
1996-08-23  0:00 ` Steve Lionel
1996-08-25  0:00 ` Darel Cullen
1996-08-25  0:00   ` Robert Dewar
1996-08-27  0:00 ` Charlie McCutcheon
  -- strict thread matches above, loose matches on Subject: below --
1996-09-03  0:00 Mats Weber
1996-09-03  0:00 ` Larry Kilgallen
1996-09-04  0:00 ` Charlie McCutcheon
1996-09-05  0:00   ` Mats Weber
1996-09-04  0:00 ` Sandy McPherson
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox