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] Issue with -save/-load options, warning not displayed in GUI


  • Subject: [Frama-c-discuss] Issue with -save/-load options, warning not displayed in GUI
  • From: dmentre at linux-france.org (David MENTRE)
  • Date: Tue, 02 Sep 2014 09:19:46 +0200
  • In-reply-to: <CABbVA-D1FJJcZZzLhQ8=whnzndGDkegY6xtNX+akuPmAizjzbg@mail.gmail.com>
  • References: <5404990A.5040209@linux-france.org> <CABbVA-D1FJJcZZzLhQ8=whnzndGDkegY6xtNX+akuPmAizjzbg@mail.gmail.com>

Hello,

Le 01/09/2014 18:39, Boris Yakobowski a ?crit :
> This is not a bug. By default, warning are not stored in the save
> file. However, the option -collect-messages is what you are looking
> for.

Using -collect-messages works, thanks!

> (We are trying to transition to a state where all alarms emitted by
> Value are stored as ACSL properties, so that the 'messages' panel will
> ultimately be fully redundant. We're not there yet, though.)

As a simple user, I don't understand why you want to remove alarms in 
Messages panel. Both are useful: alarms as ACSL properties (one can 
clearly see where is the alarm) and in Messages panel (useful to 
navigate in code when alarms are spread over the code).

Best regards,
david