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

By block refactoring #5789

Merged
merged 9 commits into from
Sep 24, 2024

Conversation

keyboardDrummer
Copy link
Member

@keyboardDrummer keyboardDrummer commented Sep 23, 2024

Description

Various refactorings to support #5779

  • Move thousands of lines from BoogieGenerator.TrStatement to more specific files
  • Renamed AssignStmt to SingleAssignStmt, UpdateStmt to AssignStatement and ConcreteUpdateStmt to ConcreteAssignStmt
  • In GhostInterestVisitor, convert a giant if-chain to a switch (which improves debugging and possibly execution)

How has this been tested?

No additional tests needed

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

@keyboardDrummer keyboardDrummer enabled auto-merge (squash) September 23, 2024 11:25
@keyboardDrummer keyboardDrummer merged commit ef13a72 into dafny-lang:master Sep 24, 2024
22 checks passed
@keyboardDrummer keyboardDrummer deleted the byBlockRefactoring branch September 24, 2024 09:04
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