You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes#2331
- Adding new `profTransitionRule` rule, analogous to `Kore.Reachability.Prove.profTransitionRule`, which adds profile tracing for rewrites.
- Wrapping two invocations of `transitionRule` in `Kore.Exec` with this new function.
---
###### Review checklist
The author performs the actions on the checklist. The reviewer evaluates the work and checks the boxes as they are completed.
- [x] **Summary.** Write a summary of the changes. Explain what you did to fix the issue, and why you did it. Present the changes in a logical order. Instead of writing a summary in the pull request, you may push a clean Git history.
- [x] **Documentation.** Write documentation for new functions. Update documentation for functions that changed, or complete documentation where it is missing.
- [ ] **Tests.** Write unit tests for every change. Write the unit tests that were missing before the changes. Include any examples from the reported issue as integration tests.
- [x] **Clean up.** The changes are already clean. Clean up anything near the changes that you noticed while working. This does not mean only spatially near the changes, but logically near: any code that interacts with the changes!
0 commit comments