-
While on module editor, the current template does not set up user for a start right away. the current template is:
(***************************************************************************
--algo…
-
It is easy to get state and action constraints wrong such that they effectively don't constraint the state space. For example, one might write ```\E p \in ProcSet : p # "lbl1"``` (```p``` vs ```pc[p]…
lemmy updated
4 years ago
-
I see that, when my invariant is violated, i don't see the error trace.
![tlc_no_error_trace](https://user-images.githubusercontent.com/1728946/99003611-303eb180-24f3-11eb-9259-0870cd81f000.PNG)
…
-
This would simplify interacting with the tool using the command line interface which is very useful for testing.
E.g. SANY gives me something like this as its output
```
Semantic errors:
*** …
-
I have defined a simple pluscal spec with a fair process that contains an assertion. This assertion is violated, however no error trace is shown in the toolbox 1.7.0, whereas I get an error trace in 1…
-
For a spec, no variables are found despite them being there
![Screenshot 2020-07-09 at 09 46 44](https://user-images.githubusercontent.com/30197399/87018445-26b1df80-c1c9-11ea-9dbc-af4e6bac2ff6.png…
danwt updated
4 years ago
-
Minor problem I would think: When only one process is declared (in a PlusCal program), the "self" operator is reported as being unknown by the TLA+ Parser.
Example of program:
```tla
EXTENDS TLC,…
-
Platform: Mac OS/X Yosemite; TLA+ Toolbox 1.7.0
Playing around the toolbox to learn TLA+, I came across this kind of strange PRINT output:
>
[snip]
It seems that if the program (see below) h…
-
PlusCal transpiler hangs (with 100% CPU utilisation) when parsing an algorithm with two colons after a label. The simplest file to reproduce:
```
---- MODULE hang ----
(*--algorithm hang
begin
…
-
I am new to TLA+.
I was trying out the example here. https://www.learntla.com/introduction/example/
On v1.7.0 and the linked nighty v.1.7.1 in another issue I get no values in the Error-Trace fiel…