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

Allow empty postcondition+vanishing function calls #288

Closed
wants to merge 0 commits into from

Conversation

N1ark
Copy link
Contributor

@N1ark N1ark commented May 7, 2024

Allows the verification of vanishing function calls and empty (false) post-conditions.

Copy link
Contributor

@giltho giltho left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, sorry to be annoying but I think I want all warnings to stdout
False post-conditions is too much of a footgun to leave it lost in the log file

@NatKarmios
Copy link
Contributor

Hmm, sorry to be annoying but I think I want all warnings to stdout False post-conditions is too much of a footgun to leave it lost in the log file

Not sure if it matters for this project, but be aware that prints to stdout make the debugger crash (if it's encountered while debugging) 🙂

@giltho
Copy link
Contributor

giltho commented May 9, 2024

@NatKarmios Let's just change print_to_all to only print to stdout if not in debugger mode?

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

Successfully merging this pull request may close these issues.

3 participants