Skip to content
#

model-checking

Here are 241 public repositories matching this topic...

kani
tedinski
tedinski commented Mar 7, 2022

We should introduce a flag (and an associated proof harness annotation) to enable --malloc-can-fail in CBMC.

At first, this might seem useless, because many std data structures will simply panic on allocation failure. (And without #692, this just means all such proof harnesses would just have failures that are unavoidable.)

But there is no-std Rust code out there that might be very int

vscode-tlaplus
alygin
alygin commented Oct 4, 2019

The TlaDocumentSymbolsProvider stumbles on operators while parsing constants and doesn't report them as model symbols. As a result, const operator names don't appear in the outline panel and in completion suggestions. Such operators also prevent parsing of the following constants.

A simple case:

CONSTANT Foo(_), Bar

Neither Foo nor Bar makes it to the model symbols list

enhancement good first issue
storm

Improve this page

Add a description, image, and links to the model-checking topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the model-checking topic, visit your repo's landing page and select "manage topics."

Learn more