Commit cf77460
fix: backport fmt and anvil fixes to v1.4.1 (#12092)
* fix(fmt): ensure commasep breaks with final trailing cmnt (#12031)
* fix(fmt): refine logic over comments between uninformed commasep (#12055)
* fix(anvil): set envelope for non deposit tx in debug tracers (#12080)
* chore: bump v1.4.1 (#12083)
chore: bumpt v1.4.1
* fix(fmt): don't normalize single-line non-doc block cmnts (#12078)
* fix: don't normalize single-line non-doc block cmnts
* fix: preserve consecutive whitespaces
* fix: use byte length instead of char count
---------
Co-authored-by: 0xrusowsky <[email protected]>1 parent e5d659d commit cf77460
File tree
13 files changed
+260
-91
lines changed- crates
- anvil/src/eth/backend/mem
- common/src/comments
- fmt
- src/state
- testdata
- EmitStatement
- SimpleComments
13 files changed
+260
-91
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
2753 | 2754 | | |
2754 | 2755 | | |
2755 | 2756 | | |
2756 | | - | |
| 2757 | + | |
| 2758 | + | |
| 2759 | + | |
| 2760 | + | |
2757 | 2761 | | |
2758 | 2762 | | |
2759 | 2763 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
238 | | - | |
239 | | - | |
240 | | - | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
| |||
0 commit comments