Commit 02a2b19
authored
Remove unused rust impl for formatting dis output (#7660)
* Remove unused rust impl for formatting dis output
* remove `examples/dis.rs`
* Added tests
* Update lock
* Try to set snapshot dir
* Remove verbose flag
* Regenerate snapshots after #7711
* Revert "Bump insta from 1.46.3 to 1.47.2 (#7706)"
This reverts commit e6d9ea6.
* Debug info
* Show diff as well
* Show debug faster
* CI: true env
* Recert CI
* Add `CI: true` in ci emv
* Reapply "Bump insta from 1.46.3 to 1.47.2 (#7706)"
This reverts commit 693ca8c.
* simplify macro
* trim on function side
* Force insta workspace root
* fix merge1 parent ae7ff9c commit 02a2b19
30 files changed
Lines changed: 474 additions & 1023 deletions
File tree
- .github/workflows
- crates
- codegen
- src
- snapshots
- compiler-core/src
- bytecode
- stdlib
- src
- snapshots
- vm/src/builtins
- examples
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
111 | 112 | | |
112 | 113 | | |
113 | 114 | | |
114 | | - | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
115 | 118 | | |
116 | 119 | | |
117 | 120 | | |
| |||
Some 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 | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | 36 | | |
38 | 37 | | |
39 | 38 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12275 | 12275 | | |
12276 | 12276 | | |
12277 | 12277 | | |
12278 | | - | |
12279 | | - | |
12280 | | - | |
12281 | | - | |
12282 | | - | |
12283 | | - | |
12284 | | - | |
12285 | | - | |
12286 | | - | |
12287 | | - | |
12288 | | - | |
12289 | | - | |
12290 | | - | |
12291 | | - | |
12292 | | - | |
12293 | | - | |
12294 | | - | |
12295 | | - | |
12296 | | - | |
12297 | | - | |
12298 | 12278 | | |
12299 | 12279 | | |
12300 | 12280 | | |
| |||
12529 | 12509 | | |
12530 | 12510 | | |
12531 | 12511 | | |
12532 | | - | |
12533 | | - | |
12534 | | - | |
12535 | | - | |
12536 | | - | |
12537 | | - | |
12538 | | - | |
12539 | | - | |
12540 | | - | |
12541 | | - | |
12542 | | - | |
12543 | | - | |
12544 | | - | |
12545 | | - | |
12546 | | - | |
12547 | | - | |
12548 | | - | |
12549 | | - | |
12550 | | - | |
12551 | | - | |
12552 | | - | |
12553 | | - | |
12554 | | - | |
12555 | | - | |
12556 | | - | |
12557 | | - | |
12558 | | - | |
12559 | | - | |
12560 | | - | |
12561 | | - | |
12562 | | - | |
12563 | | - | |
12564 | | - | |
12565 | | - | |
12566 | | - | |
12567 | | - | |
12568 | | - | |
12569 | | - | |
12570 | 12512 | | |
12571 | 12513 | | |
12572 | 12514 | | |
| |||
12840 | 12782 | | |
12841 | 12783 | | |
12842 | 12784 | | |
12843 | | - | |
12844 | | - | |
12845 | | - | |
12846 | | - | |
12847 | | - | |
12848 | | - | |
12849 | | - | |
12850 | | - | |
12851 | | - | |
12852 | | - | |
12853 | | - | |
12854 | | - | |
12855 | | - | |
12856 | | - | |
12857 | | - | |
12858 | | - | |
12859 | | - | |
12860 | | - | |
12861 | 12785 | | |
12862 | 12786 | | |
12863 | 12787 | | |
| |||
14006 | 13930 | | |
14007 | 13931 | | |
14008 | 13932 | | |
14009 | | - | |
14010 | | - | |
14011 | | - | |
14012 | | - | |
14013 | | - | |
14014 | | - | |
14015 | | - | |
14016 | | - | |
14017 | | - | |
14018 | | - | |
14019 | | - | |
14020 | | - | |
14021 | | - | |
14022 | | - | |
14023 | 13933 | | |
14024 | 13934 | | |
14025 | 13935 | | |
| |||
14052 | 13962 | | |
14053 | 13963 | | |
14054 | 13964 | | |
14055 | | - | |
14056 | | - | |
14057 | | - | |
14058 | | - | |
14059 | | - | |
14060 | | - | |
14061 | | - | |
14062 | | - | |
14063 | | - | |
14064 | | - | |
14065 | 13965 | | |
14066 | 13966 | | |
14067 | 13967 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9378 | 9378 | | |
9379 | 9379 | | |
9380 | 9380 | | |
9381 | | - | |
9382 | | - | |
| 9381 | + | |
9383 | 9382 | | |
9384 | 9383 | | |
9385 | 9384 | | |
| |||
Lines changed: 0 additions & 67 deletions
This file was deleted.
Lines changed: 0 additions & 9 deletions
This file was deleted.
Lines changed: 0 additions & 10 deletions
This file was deleted.
Lines changed: 0 additions & 8 deletions
This file was deleted.
Lines changed: 0 additions & 8 deletions
This file was deleted.
0 commit comments