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,aa0ebfe6afda2b3 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!d12g2000vbr.googlegroups.com!not-for-mail From: Phil Thornley Newsgroups: comp.lang.ada Subject: =?windows-1252?Q?Re=3A_SPARK_syntax_and_=93use_type=94_=3A_lack_of_featur?= =?windows-1252?Q?e_=3F?= Date: Tue, 25 May 2010 16:18:24 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <17c936fc-66ce-4bb9-ba5a-069d9ed5a2fe@l6g2000vbo.googlegroups.com> NNTP-Posting-Host: 80.177.171.182 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1274829504 14685 127.0.0.1 (25 May 2010 23:18:24 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 25 May 2010 23:18:24 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: d12g2000vbr.googlegroups.com; posting-host=80.177.171.182; posting-account=Fz1-yAoAAACc1SDCr-Py2qBj8xQ-qC2q User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:11998 Date: 2010-05-25T16:18:24-07:00 List-Id: On 25 May, 21:05, Yannick Duch=EAne (Hibou57) wrote: [...] > This latter one pass syntax check without any error message (just two =A0 > obvious warnings). > [...] > Eh, I'm dreaming, I have the result I am reporting. [...] > I was doing a syntax check only (I feel it is important to state this, as= =A0 > you come with an example using Derives clauses). AAAAHHHHHHHH - I hadn't noticed that your OP said "syntax check" - that is why you are not getting an error on the first example - it is not a syntax error. (Presumeably because the preceeding declaration *might* be an embedded package - which is allowed by the language definition even if it's not implemented by the Examiner.) (But it is a semantic error, as shown by my earlier response.) Cheers, Phil