Re: limited types in libraries

ada_wizard_at_toadmail.com
Date: 12/11/03


Date: Thu, 11 Dec 2003 10:13:04 -0500
To: comp.lang.ada@ada-france.org

Georg Bauhaus <sb463ba@l1-hrz.uni-duisburg.de> writes:

> Sometimes I dearly wanted limited records but was defeated
> by the library that could not store them (storing them was the
> intention):
>
> type T(x: access D) is tagged limited private;
>
> I want x to be constant plus initialised once and for all,
> so access discriminants are just fine, but T has to
> be limited then. Which would have been o.K., but not every library
> allows this.

Just use the libraries that do; that's why there are more than one!

> What should I do?

If the libraries that do allow limited items don't provide the
functionality you need, help add it.

Or, talk to the authors of the libraries that don't allow limited
items, but do offer the functions you want, about improving them.

SAL (http://www.toadmail.com/~ada_wizard/) allows limited items, but
is somewhat lacking in functionality compared to other libraries; want
to help improve it?

-- 
-- Stephe
___________________________________________________________
This mail sent using ToadMail -- Web based e-mail @ ToadNet


Relevant Pages

  • Re: RfD: One-time file loading
    ... >>the means to achieve the functionality. ... If the proposal does not specify what the system ... I hate load screens, and I hate including ... as libraries, and applications that are subdivided over different ...
    (comp.lang.forth)
  • Re: Unit Testing an ASP.NET Website using VS2008 Pro
    ... Move your classes from App_Code to their own libraries. ... you will have no problem using a unit test framework to test your functionality. ... Publish and set nUnit to point to those files ... unexpected error in displaying the Create Unit Tests Dialog. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: cpu overheating
    ... That's why you have graphics libraries on a headless server. ... Some of these things are required to conform to some standard or other expectation of functionality, but by and large, they're components without which things just won't *work*. ... A bare installation is still somewhere in the neighborhood of six or seven hundred megs (of which, around two hundred is manual pages, documentation, and string translations, vastly out sizing the "optional" dependencies), which is hardly unreasonable. ... Perhaps I mightn't even want to install the documentation. ...
    (Fedora)
  • Re: Question(s) regarding development of proprietary FITS manipulation software. . .
    ... searching through the libraries and all, ... functionality I need shortly. ... A FITS "quickstart" of sorts would be nice also. ... I'm asking for reading recommendations as well as any potential coding ...
    (sci.astro.fits)
  • Re: RfD: One-time file loading
    ... >the means to achieve the functionality. ... >>>is a mess that much resembles the dreaded load screens. ... So a directory with a single block file is a mess and contains nested ... >>has fewer disadvantages than for independently-developed libraries, ...
    (comp.lang.forth)