-
Notifications
You must be signed in to change notification settings - Fork 229
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
feat: location tree for debug_info #7034
Open
guipublic
wants to merge
32
commits into
master
Choose a base branch
from
gd/issue_6946
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
cf0eeb9
location tree for debug_info
guipublic 17ff57d
forgot to commit files from tooling
guipublic eeb1e9f
cargo.lock
guipublic aa74a7b
Merge branch 'master' into gd/issue_6946
guipublic 0984da7
fix test case
guipublic a3eb219
set call_stack_id during acir-gen
guipublic fb962e0
Merge branch 'master' into gd/issue_6946
guipublic 3548030
update ts DebugInfo
guipublic 70f5563
update comment
guipublic 9c06c93
Merge branch 'master' into gd/issue_6946
guipublic ca52a8e
format
guipublic 4283acf
Merge branch 'master' into gd/issue_6946
TomAFrench 8683746
put call stack in correct order
guipublic 354b075
Merge branch 'master' into gd/issue_6946
guipublic b3332d5
code review
guipublic 22357be
Merge branch 'master' into gd/issue_6946
TomAFrench 41a9c09
code review
guipublic 60a4fdc
code review
guipublic 6b38614
Merge branch 'master' into gd/issue_6946
guipublic bed3b77
Separate brillig/acir opcode locations in DebugInfo
guipublic 0ce7133
Merge branch 'master' into gd/issue_6946
guipublic 3db55aa
commit missing file
guipublic f57145d
Merge branch 'master' into gd/issue_6946
guipublic 201d371
fix unit case
guipublic 0220c80
Merge branch 'master' into gd/issue_6946
guipublic c8fae47
fix unit test
guipublic 07d8d7f
Merge branch 'master' into gd/issue_6946
guipublic df0abf3
Fix unit test
guipublic 5e96be1
Merge branch 'master' into gd/issue_6946
guipublic d2ae968
Merge branch 'master' into gd/issue_6946
guipublic 6f23a8c
fix merge conflict
guipublic b273687
Merge branch 'master' into gd/issue_6946
guipublic File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We shouldn't need to do serde through strings anymore.