-
Notifications
You must be signed in to change notification settings - Fork 73
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
feat: display spinning progress #417
Conversation
@karmacoma-eth now ready to review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor comments but overall love seeing the live updates during a long run 👌
src/halmos/config.py
Outdated
@@ -296,6 +296,12 @@ class Config: | |||
short="st", | |||
) | |||
|
|||
no_pulse: bool = arg( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not a big fan of the --no-XYZ
flag format. If it's easy to support with our config format, I would prefer a single configurable flag with an explicit value like this:
--pulse=true
--pulse=false
--pulse
is an alias for--pulse=true
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
agree. leave as future work.
Co-authored-by: karmacoma <[email protected]>
Co-authored-by: karmacoma <[email protected]>
Co-authored-by: karmacoma <[email protected]>
display a spinning progress for path exploration and assertion solving: