Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion: Add TraceExplorer command #13

Open
jonesmartins opened this issue Jan 7, 2022 · 0 comments
Open

Suggestion: Add TraceExplorer command #13

jonesmartins opened this issue Jan 7, 2022 · 0 comments

Comments

@jonesmartins
Copy link

jonesmartins commented Jan 7, 2022

Based on the "Trace Exploration through Command Line" function, adding a Trace Explorer command might be pretty handy.

Having read @will62794's tlaplus_animation repo, especially aliases.sh and get_tlatools.sh, one would add a new trace command to tla-bin/bin by:

  • Copying tla-bin/bin/tlc to a tla-bin/bin/trace file;
  • Changing line 9 of this trace file from ...tla2tools.jar tlc2.TLC to ...tla2tools.jar:tla2tools.jar:CommunityModules-202112291842.jar tlc2.TraceExplorer (or to wherever the latest Community Modules jar file can be downloaded from).

It would require an updated Community Modules jar file, so it'd be necessary to add that to tla-bin/download_or_update_tla.sh.

Maybe I am missing a step? Maybe trace is not necessary, given an alternative command?

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant