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=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,556e5b18154df788 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.224.18.132 with SMTP id w4mr160347qaa.1.1364495891162; Thu, 28 Mar 2013 11:38:11 -0700 (PDT) X-Received: by 10.49.132.70 with SMTP id os6mr1881941qeb.4.1364495891145; Thu, 28 Mar 2013 11:38:11 -0700 (PDT) Path: v17ni9qad.0!nntp.google.com!ca1no14976138qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 28 Mar 2013 11:38:11 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=69.20.190.126; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC NNTP-Posting-Host: 69.20.190.126 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <437c6b9a-b476-40c5-b4aa-3d7e611ba3f1@googlegroups.com> Subject: Re: Interresting, possibly buggy behavior in GNAT generics w/ expression function. From: Shark8 Injection-Date: Thu, 28 Mar 2013 18:38:11 +0000 Content-Type: text/plain; charset=ISO-8859-1 Date: 2013-03-28T11:38:11-07:00 List-Id: On Thursday, March 28, 2013 12:06:39 PM UTC-6, Simon Wright wrote: > As written, your code outputs 'margin-left="88%"' - looks good to me! > > I think that when reporting a bug you should show > > * what you did > * what happened > * what you expected to happen Yes; now alter the Image profile from Function Image(Value : Positive) Return String is to Function Image(Value : Natural) Return String is then recompile & re-run. That one change alters the output to margin-left="884" ... which is the problem I'm describing.