-
Notifications
You must be signed in to change notification settings - Fork 410
feat: add CLI argument for debugging comptime blocks #5192
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
Merged
Merged
Changes from 24 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
33ee349
feat: add CLI argument for debugging comptime blocks for a particular…
michaeljklein 695194c
Merge branch 'master' into michaeljklein/debug-comptime-cli
michaeljklein 53b0a8b
basic debugging working w/o filtering, added handling for each of the…
michaeljklein 289afaa
add method to find FileId by path suffix, cleanup and make methods fo…
michaeljklein 1d8ba31
Merge branch 'master' into michaeljklein/debug-comptime-cli
michaeljklein ebed5f8
cargo clippy/fmt
michaeljklein 1bc05ea
Merge branch 'master' into michaeljklein/debug-comptime-cli
michaeljklein 8e518c3
cleanup TODO's
michaeljklein f1bdb57
patch change from merging master
michaeljklein f7f01b3
add missing arg
michaeljklein 52bcd04
add missing args in tests
michaeljklein 375229e
Merge branch 'master' into michaeljklein/debug-comptime-cli
michaeljklein 6351085
Update compiler/noirc_frontend/src/hir/comptime/errors.rs
michaeljklein 60d9ef6
Merge branch 'master' into michaeljklein/debug-comptime-cli
michaeljklein 427b1ca
Update compiler/noirc_errors/src/reporter.rs
michaeljklein 2ae971f
Update compiler/noirc_frontend/src/elaborator/mod.rs
michaeljklein d225099
fix span todo
michaeljklein f030f38
Merge branch 'master' into michaeljklein/debug-comptime-cli
michaeljklein 32fe0ab
add debug_comptime_scope parameter where missing, use newer NamedGene…
michaeljklein 0c76abe
Merge branch 'master' into michaeljklein/debug-comptime-cli
michaeljklein b9f6745
make find_by_path_suffix less generic, use as_deref instead of clone,…
michaeljklein 7658908
make functions for checking debug scope and debugging current expression
michaeljklein 0bc2931
refactor setting up interpreter, fix triple-backtick automatic test e…
michaeljklein 2e1cc5e
Merge branch 'master' into michaeljklein/debug-comptime-cli
michaeljklein 71ea123
Merge branch 'master' into michaeljklein/debug-comptime-cli
michaeljklein 90cab04
rename debug_comptime_scope -> debug_comptime_in_file, pass interpret…
michaeljklein 92dc357
Merge branch 'master' into michaeljklein/debug-comptime-cli
michaeljklein 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
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
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.
Uh oh!
There was an error while loading. Please reload this page.