comp.lang.ada
 help / color / mirror / Atom feed
From: Robert A Duff <bobduff@TheWorld.com>
Subject: Re: I do not understand this error...
Date: Mon, 08 Feb 2016 18:33:54 -0500
Date: 2016-02-08T18:33:54-05:00	[thread overview]
Message-ID: <wccy4auixp9.fsf@TheWorld.com> (raw)
In-Reply-To: n9964u$b3n$1@dont-email.me

"Jeffrey R. Carter" <spam.jrcarter.not@spam.not.acm.org> writes:

> On 02/07/2016 08:51 PM, John Smith wrote:
>> 
>> Stupid question.  What do you mean by a library-level package?  Is this just
>> a regular package that has these callbacks declared and I just include it in
>> my application?
>
> "Library-level" means not nested in anything else.

It means not nested in any procedure, function, or task.
In can be nested in arbitrarily many packages, and still be
library level.

> [Technically, nested directly in Standard, since all compilation units are
> considered nested directly in Standard. Standard is usually not mentioned
> explicitly, though, so this may be confusing to a beginner.]

I'm not sure what you mean by "directly" there, but if you say
"package A.B is...", B is inside of A, and A is inside of Standard.
And all of Standard, A, and B are library level.

- Bob

  reply	other threads:[~2016-02-08 23:33 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-06 22:55 I do not understand this error John Smith
2016-02-06 23:47 ` Jeffrey R. Carter
2016-02-07  0:34   ` John Smith
2016-02-07  4:36     ` Jeffrey R. Carter
2016-02-08  3:51       ` John Smith
2016-02-08  4:41         ` Jeffrey R. Carter
2016-02-08 23:33           ` Robert A Duff [this message]
2016-02-09  5:25             ` Jeffrey R. Carter
2016-02-09  9:43             ` G.B.
2016-02-09 16:14               ` AdaMagica
2016-02-08 23:39           ` John Smith
2016-02-09  5:25             ` Jeffrey R. Carter
2016-02-07  8:23     ` Dmitry A. Kazakov
2016-02-07 22:11       ` John Smith
2016-02-07 23:26         ` John Smith
replies disabled

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