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

Flag that opens q::lastTrace on the REPL on violation #1569

Open
bugarela opened this issue Dec 23, 2024 · 0 comments
Open

Flag that opens q::lastTrace on the REPL on violation #1569

bugarela opened this issue Dec 23, 2024 · 0 comments
Labels
repl Quint REPL (phase 5c) simulator Quint simulator UX impacts or improves user experience

Comments

@bugarela
Copy link
Collaborator

There seems to be a lot of opportunity to integrate simulation and REPL better. We had a need for this specifically in a project recently and, as a workaround, we would do:

  1. Copy the seed from the simulation command (PS: only possible without --out-itf, which was annoying)
  2. Open the REPL and set the seed
  3. Call q::test with the proper params (also very annoying)
  4. Call q::lastTrace

This is a super hidden workaround that regular users would never think of. We should streamline it.

Fixing #544 should make this even more valuable.

@bugarela bugarela added simulator Quint simulator repl Quint REPL (phase 5c) UX impacts or improves user experience labels Dec 23, 2024
@bugarela bugarela mentioned this issue Dec 23, 2024
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
repl Quint REPL (phase 5c) simulator Quint simulator UX impacts or improves user experience
Projects
None yet
Development

No branches or pull requests

1 participant