-
Notifications
You must be signed in to change notification settings - Fork 199
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: add CLI argument for debugging comptime blocks #5192
Commits on Jun 6, 2024
-
feat: add CLI argument for debugging comptime blocks for a particular…
… module, wip, add back hir_to_ast for display only, make a CustomDiagnostic for displaying the before/after, patch hir_to_ast's TypeVariable case for display
Configuration menu - View commit details
-
Copy full SHA for 33ee349 - Browse repository at this point
Copy the full SHA 33ee349View commit details -
Configuration menu - View commit details
-
Copy full SHA for 695194c - Browse repository at this point
Copy the full SHA 695194cView commit details
Commits on Jun 7, 2024
-
basic debugging working w/o filtering, added handling for each of the…
… ~5-6 cases, added debug_comptime_scope for filtering, add error for DebugEvaluateComptime, add non-ID method for hir_to_display_ast, add debug_comptime_evaluations where needed, add simple_with_kind and simple_debug to CustomDiagnostic, add debug case to lsp, ensure debug diagnostics are handled as info in LSP and on CLI,
Configuration menu - View commit details
-
Copy full SHA for 53b0a8b - Browse repository at this point
Copy the full SHA 53b0a8bView commit details -
add method to find FileId by path suffix, cleanup and make methods fo…
…r debug diagnostic, propagate the command line arg, add CompilationError for failing to resolve path, add command line arg to compile options, propagate cli arg, cleanup
Configuration menu - View commit details
-
Copy full SHA for 289afaa - Browse repository at this point
Copy the full SHA 289afaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d8ba31 - Browse repository at this point
Copy the full SHA 1d8ba31View commit details -
Configuration menu - View commit details
-
Copy full SHA for ebed5f8 - Browse repository at this point
Copy the full SHA ebed5f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bc05ea - Browse repository at this point
Copy the full SHA 1bc05eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e518c3 - Browse repository at this point
Copy the full SHA 8e518c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1bdb57 - Browse repository at this point
Copy the full SHA f1bdb57View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7f01b3 - Browse repository at this point
Copy the full SHA f7f01b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52bcd04 - Browse repository at this point
Copy the full SHA 52bcd04View commit details
Commits on Jun 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 375229e - Browse repository at this point
Copy the full SHA 375229eView commit details
Commits on Jun 12, 2024
-
Update compiler/noirc_frontend/src/hir/comptime/errors.rs
Co-authored-by: Tom French <15848336+TomAFrench@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6351085 - Browse repository at this point
Copy the full SHA 6351085View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60d9ef6 - Browse repository at this point
Copy the full SHA 60d9ef6View commit details
Commits on Jun 14, 2024
-
Update compiler/noirc_errors/src/reporter.rs
Co-authored-by: jfecher <jake@aztecprotocol.com>
Configuration menu - View commit details
-
Copy full SHA for 427b1ca - Browse repository at this point
Copy the full SHA 427b1caView commit details -
Update compiler/noirc_frontend/src/elaborator/mod.rs
Co-authored-by: jfecher <jake@aztecprotocol.com>
Configuration menu - View commit details
-
Copy full SHA for 2ae971f - Browse repository at this point
Copy the full SHA 2ae971fView commit details
Commits on Jun 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d225099 - Browse repository at this point
Copy the full SHA d225099View commit details
Commits on Jul 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f030f38 - Browse repository at this point
Copy the full SHA f030f38View commit details -
add debug_comptime_scope parameter where missing, use newer NamedGene…
…ric parameters, import fixes and cleanup
Configuration menu - View commit details
-
Copy full SHA for 32fe0ab - Browse repository at this point
Copy the full SHA 32fe0abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c76abe - Browse repository at this point
Copy the full SHA 0c76abeView commit details
Commits on Jul 9, 2024
-
make find_by_path_suffix less generic, use as_deref instead of clone,…
… rename Debug -> Info, only use a newline when already multi-line, formatting cleanup
Configuration menu - View commit details
-
Copy full SHA for b9f6745 - Browse repository at this point
Copy the full SHA b9f6745View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7658908 - Browse repository at this point
Copy the full SHA 7658908View commit details -
refactor setting up interpreter, fix triple-backtick automatic test e…
…rror (use 'text')
Configuration menu - View commit details
-
Copy full SHA for 0bc2931 - Browse repository at this point
Copy the full SHA 0bc2931View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e1cc5e - Browse repository at this point
Copy the full SHA 2e1cc5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71ea123 - Browse repository at this point
Copy the full SHA 71ea123View commit details -
rename debug_comptime_scope -> debug_comptime_in_file, pass interpret…
…er_errors by value to avoid clone
Configuration menu - View commit details
-
Copy full SHA for 90cab04 - Browse repository at this point
Copy the full SHA 90cab04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92dc357 - Browse repository at this point
Copy the full SHA 92dc357View commit details