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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,4f071b0868ee342f X-Google-Attributes: gid103376,public From: dale@cs.rmit.edu.au (Dale Stanbrough) Subject: Re: Design Question: How Best To Structure Cross-Referencing Types In Ada 95 Date: 1999/01/26 Message-ID: #1/1 X-Deja-AN: 436876990 References: <36A68FCA.E1EEAFFE@hiwaay.net> <787fku$k4m$1@nnrp1.dejanews.com> X-Complaints-To: abuse@cs.rmit.edu.au X-Trace: emu.cs.rmit.edu.au 917306682 16582 131.170.66.213 (25 Jan 1999 23:24:42 GMT) Organization: RMIT NNTP-Posting-Date: 25 Jan 1999 23:24:42 GMT Newsgroups: comp.lang.ada Date: 1999-01-25T23:24:42+00:00 List-Id: Robert Dewar wrote... > For JGNAT, the version of GNAT that generates code for the > JVM, we have found it important to deal with this problem > for the purpose of translating existing Java specs. We have > therefore implemented an extension, based on Tucker's "with > type" suggestion the last time around this was discussed, > and this extension will be available (controlled by a > switch of course) in version 3.12 of GNAT. I was wondering how you would get around this problem. I suppose the important questions to ask are * Is this change integrated into your implementation of ASIS? * Is it likely that other compiler vendors will implement it (i presume you have talked to them about it) * When will gnat 3.12p be released ;-) (someone had to be first to ask!) If we can get everyone to implement it, it would make the ugly hack for CORBA (cleverly invented by John Volan if I remember correctly) no longer necessary. Dale