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

Add a few options to dump the reachability graph (debug only) #2433

Merged
merged 4 commits into from
May 11, 2023

Conversation

celinval
Copy link
Contributor

@celinval celinval commented May 8, 2023

Description of changes:

This is for debugging purpose only. All this logic will be disabled in release builds.

For simplicity, I'm just using an environment variable (KANI_REACH_DEBUG).

Resolved issues:

N/A

Related RFC:

N/a

Call-outs:

Testing:

  • How is this change tested?

  • Is this a refactor change?

Checklist

  • Each commit message has a non-empty body, explaining why the change was made
  • Methods or procedures are documented
  • Regression or unit tests are included, or existing tests cover the modified code
  • My PR is restricted to a single feature or bugfix

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses.

This is for debugging purpose only. All this logic will be disabled
in release builds.

For simplicity, I'm just using an environment variable.
@celinval celinval requested a review from a team as a code owner May 8, 2023 22:13
docs/src/cheat-sheets.md Outdated Show resolved Hide resolved
celinval and others added 2 commits May 10, 2023 23:33
Co-authored-by: Zyad Hassan <88045115+zhassan-aws@users.noreply.github.com>
@celinval celinval enabled auto-merge (squash) May 11, 2023 19:14
@celinval celinval merged commit 60ea7e4 into model-checking:main May 11, 2023
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.

2 participants