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

Improve verus macro collapsing #39

Merged
merged 3 commits into from
Feb 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# Unreleased

* Improve `verus!{ ... }` macro collapsing inside indented contexts (#39)

# v0.2.6

* When running verusfmt on multiple files, continue attempting files even if one in the middle fails (#37)
* Fix collection of idempotency issues caused by rustfmt (#38)
- rustfmt would modify code inside of `verus! { ... }` after verusfmt has already formatted it in certain cases
- Verusfmt now prevents rustfmt from modifying code inside the Verus macro, through a collapse/expand operation
- Verusfmt now prevents rustfmt from modifying code inside the Verus macro, through a collapse/expand operation

# v0.2.5

Expand Down
Loading
Loading