This repository has been archived by the owner on Apr 9, 2024. It is now read-only.
Have Directive::Log output format match println eval in acir gen #94
Labels
bug
Something isn't working
Description
There were some changes to the print formatting when making this println statements PR on Noir: noir-lang/noir#630.
Aim
There are some Logs that require witness information that can only be fetched during solving of the witness. The directive had to be made before making changes to Noir so that Noir could access
Directive::Log
during acir gen. During PR review of noir-lang/noir#630 some of the print formatting changed. We should bringDirective::Log
up to speed.Expected behavior
That hex output for printing during acir gen and when we solve the witness should match.
Bug
The output during witness solving is outdated.
To reproduce
If you try and log values that requires solving the witness you will see the difference.
Environment
(Specify your setup and versions of dependencies.)
For
nargo
usersclang --version
)For TypeScript users
node --version
)yarn.lock
)yarn.lock
)yarn.lock
)Additional context
(If applicable.)
The text was updated successfully, but these errors were encountered: