-
No real issue, just wanted to say how much I appreciate you making this :D
-
This addon is so awesome. It works great for tla+ but it doesn't seem to support writing pluscal. See the image below, the pluscal isn't syntax highted
![Screenshot 2019-05-05 14 23 58](https://user-…
-
I have encountered the issue also reported here: https://groups.google.com/forum/#!topic/tlaplus/ouUGXPV8kRI
in which the PlusCal translator appears to stop working. I had previously tried to refact…
-
Seems like with 2 threads on nqueens 11 we have a reliable deadlock :/
-
Currently, there are certain situations where PGo refuses to compile an MPCal specification because it doesn't know how to generate an implementation for it. This happens even if the user requested th…
-
Hello, I am looking for some docs, or advice on the following matter:
1) Calling TLC/ pluscal translator directly from java. Ideally java 8 or 9.
2) Parsing responses from the command line tools
…
-
It'd be awfully useful to be able to annotate transitions with a string (or other expression) to provide some extra context when interpreting error traces. This is particularly true when using PlusCal…
-
Often we might model the network as a collection of channels. This causes a problem, given that we currently don't have a way of automatically distributing mapping macros over collections. This means …
-
**PGo Version**: `0.1.4`
**Input MPCal**: https://gist.github.com/blueish/162ec192af87bb859990168b84139f21
**Command run**:
```
blue@bravo:~/dev/538b/a2$ java -jar ~/dev/tla/pgo-v0.1.4.jar -m .…
-
This is a braindump of what I've been thinking about (in the form of 3 design questions) before I move on to the paper and eval. Typechecking MPCal seems to be basically the same as typechecking Vanil…