comp.lang.ada
 help / color / mirror / Atom feed
From: alden%jade@spp1.UUCP
Subject: Re: USE clauses
Date: Wed, 6-Aug-86 21:09:20 EDT	[thread overview]
Date: Wed Aug  6 21:09:20 1986
Message-ID: <8608061657.AA01773@jade.SPP.TRW> (raw)
In-Reply-To: 860806020842.796972@MIT-MULTICS.ARPA

David,

You can access operators with prefix notation and dot (.) notation with the 
package name.


	my_var := my_package."+"(op1,op2);

Also, the arguement for using use based on long names is still weak.  If
you have a problem with long package names then use RENAMES, again as local
to the block affected as possible.  Renames can be used to abrivate the
package name or to abreviate the package and operation combination.

The arguement for tools to analyze code is a good one.  To date, the only good
tool to do this kind of analysis is on the Rational R1000 computer.  Have 
you got $750,000.00 to give me so that I can use the tool?

	... Tony Alden
            TRW

  reply	other threads:[~1986-08-07  1:09 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1986-08-06  2:08 USE clauses "David S. Bakin"
1986-08-07  1:09 ` alden%jade [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-04-17 21:45 Unchecked_Deallocation with tagged types DrPi
2021-04-18  8:21 ` Dmitry A. Kazakov
2021-04-18  9:13   ` DrPi
2021-04-18 16:48     ` Jeffrey R. Carter
2021-04-20 15:57       ` Stephen Leake
2021-04-20 17:24         ` Jeffrey R. Carter
2021-04-20 17:34           ` Vincent Marciante
2021-04-20 20:56             ` Jeffrey R. Carter
2021-04-21 10:21               ` Vincent Marciante
2021-04-24  1:04                 ` Randy Brukardt
2022-04-12 23:25                   ` use clauses Thomas
2022-04-13  1:05                     ` Randy Brukardt
2022-04-14  2:51                       ` 25.BX944
2022-04-14  6:49                         ` Emmanuel Briot
2022-04-15  5:33                         ` Doctor Who
2022-04-19  3:53                       ` Thomas
2022-04-19  5:59                         ` Randy Brukardt
replies disabled

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