You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Documentation examples break when noir-rs APIs change, creating poor developer experience (see fix: correct import in readme #31). Examples aren't tested against actual code.
Solution
Implement doctests to automatically validate all documentation examples stay current with the codebase.
Acceptance Criteria
Minimal working examples for all core noir-rs features, which should cover all modules in noir/src/backends/barretenberg/mod.rs
Ensure examples are copy-pastable and self-contained
Problem
Solution
Implement doctests to automatically validate all documentation examples stay current with the codebase.
Acceptance Criteria
noir/src/backends/barretenberg/mod.rscargo test --docin CI pipeline