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

chore: Do not print entire functions when running debug trace #6814

Merged
merged 7 commits into from
Dec 13, 2024
Prev Previous commit
Next Next commit
Update compiler/noirc_evaluator/src/ssa/checks/check_for_underconstra…
…ined_values.rs
vezenovm authored Dec 13, 2024
commit c1869bc76bfd09acdad79704cb097b371fddad4d
Original file line number Diff line number Diff line change
@@ -108,7 +108,7 @@ struct DependencyContext {
}

/// Structure keeping track of value ids descending from Brillig calls'
/// arguments and results, also storing information osn results
/// arguments and results, also storing information on results
/// already properly constrained
#[derive(Clone, Debug)]
struct BrilligTaintedIds {