-
## Description
I recently installed TLA+ Toolbox from the Pop!_OS 'Pop!_Shop' app. It's nice to have installation be so convenient, so I am grateful to those who did the work of making the Flatpak…
-
While we are in the process of bootstrapping the foundation, I suggest we all encourage our peers at potential member companies to add their names to https://github.com/tlaplus/awesome-tlaplus#users
…
lemmy updated
2 years ago
-
Here's the spec and model causing the issue:
```tla
---- MODULE Test ----
EXTENDS Naturals
VARIABLE x
Init == x = 1
Next ==
IF x = 5 THEN UNCHANGED x
ELSE x' = x + 1
Spec == Init /\ [][Ne…
-
This PlusCal code is highlighted strangely: https://github.com/tlaplus/Examples/blob/71d1a5da61d3419637674ebcfdd34e4ddc2ffa7e/specifications/SlushProtocol/Slush.tla#L177
Cannot be reproduced in neo…
-
The TLA+ tooling ecosystem is growing, and one thing that would greatly improve this ecosystem is a solid minimal parser package. Currently, SANY is consumed by several projects that I know of:
- [tl…
-
Let `A` be a module that EXTENDS module `B` that happens to be in a library `L`. Library `L` is added to TLC's classpath in `Tlaplus > Java: Options`. Ordinary model-checking works fine. However, s…
lemmy updated
4 years ago
-
The model checker (https://github.com/tlaplus/tlaplus) is optimized for throughput and has a single hot path. I can come up with benchmarks for a) scalability and b) throughput. One is a spec where e…
lemmy updated
2 years ago
-
# Bug Report
Zola currently doesn't have the ability to syntax highlight TLA+ ( https://lamport.azurewebsites.net/tla/tla.html )
## Environment
Zola version: latest & documentation
## Expect…
-
I encountered a `Queue.nth: internal error` message when trying to prove a simple TLAPS theorem using an SMT backend. I first noticed this in the Toolbox, but also reproduced it from the command line.…
-
[https://asciinema.org/a/307459](https://asciinema.org/a/307459) and [https://www.youtube.com/watch?v=Eu46FmhpR_0&feature=youtu.be](https://www.youtube.com/watch?v=Eu46FmhpR_0&feature=youtu.be) are re…