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

Fix source-location handling of user comments to be language independent #309

Merged
merged 19 commits into from
Sep 10, 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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2,250 changes: 1,125 additions & 1,125 deletions examples/amm/out/ConstantProductAMM.approval.mir

Large diffs are not rendered by default.

174 changes: 3 additions & 171 deletions examples/amm/out/ConstantProductAMM.approval.teal

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/amm/out/ConstantProductAMM.arc32.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions examples/amm/out/ConstantProductAMM.clear.mir
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// Op // Stack (out)
// Op // Stack (out) Source line

#pragma version 10

// examples.amm.contract.ConstantProductAMM.clear_state_program() -> uint64:
main_block@0:
int 1 // 1
return //
int 1 // 1 /algopy/arc4.py:1
return // /algopy/arc4.py:1

4 changes: 2 additions & 2 deletions examples/amm/out/ConstantProductAMM.destructured.ir

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/amm/out/ConstantProductAMM.ssa.ir

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/amm/out/ConstantProductAMM.ssa.opt_pass_1.ir

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/amm/out_O2/ConstantProductAMM.destructured.ir

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading