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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.36.173.22 with SMTP id c22mr3619412itf.35.1519296809069; Thu, 22 Feb 2018 02:53:29 -0800 (PST) X-Received: by 10.157.14.124 with SMTP id n57mr27778otd.3.1519296808688; Thu, 22 Feb 2018 02:53:28 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!news.unit0.net!peer03.am4!peer.am4.highwinds-media.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!w142no165811ita.0!news-out.google.com!s63ni673itb.0!nntp.google.com!o66no165106ita.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 22 Feb 2018 02:53:28 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=89.20.165.50; posting-account=6yLzewoAAABoisbSsCJH1SPMc9UrfXBH NNTP-Posting-Host: 89.20.165.50 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <9f6df09d-3405-4421-9477-0e1901136a08@googlegroups.com> Subject: Re: Diamond diagram for 'with' From: briot.emmanuel@gmail.com Injection-Date: Thu, 22 Feb 2018 10:53:29 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Bytes: 1501 X-Received-Body-CRC: 3350604878 Xref: reader02.eternal-september.org comp.lang.ada:50545 Date: 2018-02-22T02:53:28-08:00 List-Id: > Yes, this is how I came to this, GNAT complained about incomplete types. > So it is possible a compiler bug, however I worked it around anyway. I think there was a compiler bug in that area. We reported a very similar issue on Jan 13th, and it was fixed in Jan 17th. So not in any public release yet. All other advice on not using `limited with` is still good advice ! Emmanuel