Frama-C-discuss mailing list archives
This page gathers the archives of the old Frama-C-discuss archives, that was hosted by Inria's gforge before its demise at the end of 2020. To search for mails newer than September 2020, please visit the page of the new mailing list on Renater.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Frama-c-discuss] New Frama-C version: Fluorine
- Subject: [Frama-c-discuss] New Frama-C version: Fluorine
- From: francois.bobot at cea.fr (François Bobot)
- Date: Tue, 23 Apr 2013 14:28:26 +0200
- In-reply-to: <1797599860.893889.1366709635145.JavaMail.root@mail.gatech.edu>
- References: <1797599860.893889.1366709635145.JavaMail.root@mail.gatech.edu>
On 23/04/2013 11:33, Jobredeaux, Romain J wrote: > Thank you for the new version! Thank you for spotting this error. > ------------------------------------------------------------ > File "toto2/typed/A_lists.why", line 12, characters 5-11: > syntax error > ------------------------------------------------------------ > [wp] [Alt-ergo] Goal typed_inst2_post : Failed > Error: Why3 exits with status [1] > Some names where not uncapitalized in the why3 output. This small patch should fix that: diff --git a/src/wp/ProverWhy3.ml b/src/wp/ProverWhy3.ml index 8e6d990..64fea28 100644 --- a/src/wp/ProverWhy3.ml +++ b/src/wp/ProverWhy3.ml @@ -70,8 +70,8 @@ let engine = let module E = Qed.Export_why3.Make(Lang.F) in object(self) inherit E.engine - method datatype = ADT.id - method field = Field.id + method datatype x = self#basename (ADT.id x) + method field x = self#basename (Field.id x) method link e f = match Lang.link e f with | Engine.F_call s -> Thanks, -- Fran?ois
- Follow-Ups:
- [Frama-c-discuss] New Frama-C version: Fluorine
- From: Pierre-Loic.Garoche at onera.fr (Pierre-Loïc Garoche)
- [Frama-c-discuss] New Frama-C version: Fluorine
- References:
- [Frama-c-discuss] New Frama-C version: Fluorine
- From: jobredeaux at gatech.edu (Jobredeaux, Romain J)
- [Frama-c-discuss] New Frama-C version: Fluorine
- Prev by Date: [Frama-c-discuss] New Frama-C version: Fluorine
- Next by Date: [Frama-c-discuss] [Value Analysis] Math functions
- Previous by thread: [Frama-c-discuss] New Frama-C version: Fluorine
- Next by thread: [Frama-c-discuss] New Frama-C version: Fluorine
- Index(es):