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

refactor: rename Tactic.sym.debug traceclass to avoid confusion with the option of the same name. #235

Merged
merged 2 commits into from
Oct 14, 2024

Conversation

alexkeizer
Copy link
Collaborator

Description:

We rename Tactic.sym.debug to Tactic.sym.info to be consistent with the simp_mem.info traceclass. Also, we rename withVerboseTraceNode to withInfoTraceNode to explicitly refer to the new name, and ensure it uses the right trace class (rather than the non-existent Tactic.sym.verbose)

Testing:

What tests have been run? Did make all succeed for your changes? Was
conformance testing successful on an Aarch64 machine? Yes

License:

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

@alexkeizer alexkeizer requested a review from shigoel as a code owner October 11, 2024 19:47
…h the option of the same name.

We pick `Tactic.sym.info` to be consistent with the `simp_mem.info` traceclass. Also, we rename `withVerboseTraceNode` to `withInfoTraceNode` to explicitly refer to the new name, and ensure it uses the right trace class (rather than the non-existent `Tactic.sym.verbose`)
@shigoel shigoel merged commit c9ca372 into main Oct 14, 2024
5 checks passed
@shigoel shigoel deleted the rename-sym-debug branch October 14, 2024 15:56
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