The Wayback Machine - https://web.archive.org/web/20220430084837/https://github.com/topics/formal-methods
Skip to content
#

formal-methods

Here are 252 public repositories matching this topic...

jul-sh
jul-sh commented Apr 13, 2022

The devcontainer presently does not use our docker scripts (scripts/docker_run, and scripts/fix_docker_user_and_run), instead mirroring their behavior in regards to user permissions: https://github.com/project-oak/oak/blob/bd071bad6822ec83d7b27a4abd0c2ee78a4d8915/.devcontainer.json#L23

It would be nice if the docker container would instead use (parts of) these scripts. This would allow it to ma

good first issue
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

Improve this page

Add a description, image, and links to the formal-methods 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 formal-methods topic, visit your repo's landing page and select "manage topics."

Learn more