From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,fd30aeac1dc25ff3 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news.glorb.com!atl-c03.usenetserver.com!pc02.usenetserver.com!ALLTEL.NET!not-for-mail Date: Tue, 19 Apr 2005 08:41:32 -0500 From: "Marc A. Criley" User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: ANNOUNCE: DTraq 0.986a now Available References: <29410$42641741$49956b9$28736@ALLTEL.NET> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: X-Complaints-To: abuse@usenetserver.com Organization: UseNetServer.com X-Trace: d414142650a76a13cf54024757 Xref: g2news1.google.com comp.lang.ada:10571 Date: 2005-04-19T08:41:32-05:00 List-Id: Duncan Sands wrote: > Hi Marc, looks nice. Can you tap types with discriminants? Unfortunately no; that's been on my list of enhancements for quite some time (along with adding support for abstract and tagged types), but I haven't had the time to get to it. DTraq can only tap types that are fixed in size and layout, i.e., scalars, arrays, and simple records. The workaround for this, which I admit is a kludge, is to define one or more "tap records" of a fixed layout, which you'd then populate with data from the variant record while you're executing, and then tap instances of those records. Marc