On 29.07.19 20:21, Hengfeng Wei wrote:
I am trying the "error-trace visualization" features introduced in the new TLC version (1.6.0 of 10 July 2019),
Hi hengxin, I found that it works best to check the regular _expression_ in a
regex tester such as [1] because of the limited error reporting in
ShiViz.
Secondly, the "Clock" trace variable is ill-formed (quoting): /\ Clock = {"'p1':'2'", "'p3':'2'", "'p2':'3'"} has to be: /\ Clock = {"p2":2, "p1":2, "p3":3}
Please share the "Clock" trace _expression_ if things
don't work out.
[1] https://regex101.com/r/6Z3wKS/3 You received this message because you are subscribed to the Google Groups "tlaplus" group. To unsubscribe from this group and stop receiving emails from it, send an email to tlaplus+unsubscribe@xxxxxxxxxxxxxxxx. To view this discussion on the web visit https://groups.google.com/d/msgid/tlaplus/0b3a75b3-4747-d245-3782-6e6d721f7cd8%40lemmster.de. |