tlaplus / vscode-tlaplus

TLA+ language support for Visual Studio Code
MIT License
357 stars 33 forks source link

Show simulator's progress on the table in the side panel #338

Closed FedericoPonzi closed 2 months ago

FedericoPonzi commented 2 months ago

Fixes #324.

image

I've also opened https://github.com/tlaplus/tlaplus/pull/1016 to print the initial entry on this table. Thankfully the regex is able to handle the slightly different log line produced by the simulator output, so no additional changes were needed. Please let me know if this is the correct expectation for that ticket! Tested with the spec from that ticket and run with "Check model with tlc" and additional parameters: -fpmem 0.9 -simulate -checkpoint 10.