comp.lang.ada
 help / color / mirror / Atom feed
From: Stephen Leake <stephen_leake@stephe-leake.org>
Subject: Re: 'Image for composite types
Date: Sun, 31 May 2009 08:17:52 -0400
Date: 2009-05-31T08:17:52-04:00	[thread overview]
Message-ID: <87d49pihzj.fsf@debian.debian.org> (raw)
In-Reply-To: f241da28-497c-450a-a804-829eaa1f7608@l28g2000vba.googlegroups.com

Martin <martin.dowie@btopenworld.com> writes:

> Is it just me that gets fed up with the lack of 'Image on composite
> types?
>
> I'm thinking in particular of when I'm testing / debugging and usually
> end up writing lots of 'Put_Line' code for each and every record. And
> then having to maintain them.

That's what Auto_Text_IO is for
http://www.stephe-leake.org/ada/auto_text_io.html 

> It got me thinking that the language could be expanded to include some
> helper attributes for easily composing a function that could return a
> String a la 'Image for scalar types.

I should think the compiler could just compose 'Image for each
component.

That won't work for access types, or task types (and probably others);
there would have to be a way to provide user functions for those; a
defineable 'Image attribute would be good, as you propose.

-- 
-- Stephe



  parent reply	other threads:[~2009-05-31 12:17 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-27 22:20 'Image for composite types Martin
2009-05-27 23:23 ` Robert A Duff
2009-05-27 23:44 ` Adam Beneschan
2009-05-28  6:46   ` Martin
2009-05-28  9:53   ` Georg Bauhaus
2009-05-28 10:42     ` Martin
2009-05-28 11:31       ` Georg Bauhaus
2009-05-28 16:25       ` Jeffrey R. Carter
2009-05-28 16:47         ` Martin
2009-05-28  3:36 ` Per Sandberg
2009-05-28  5:15   ` tmoran
2009-06-06  9:17   ` Martin
2009-05-28  9:13 ` Dmitry A. Kazakov
2009-05-31 12:17 ` Stephen Leake [this message]
2009-06-06  9:17   ` Martin
replies disabled

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