Tom French
Tom French
I mention the elaborator as the legacy type-checking pass also implements trait dispatch and without re-implementing it there you may encounter some test case failures on here and we don't...
I've made a PR for this [here](https://github.com/simonoppowa/OpenNutriTracker/pull/233)
Yep, I ran into this issue when looking to reproduce this as well. Can you get them to update their contract to use a current nightly version of aztec-nr and...
Blocked by https://github.com/RustCrypto/signatures/issues/1044, leaving this open so we can update the deps when the time comes.
Yeah, this is the ideal case but I'm wondering why it was implemented as it was previously. Having some regression tests would be helpful to show how it looks with...
Hmm, that's odd. We can take a look but in the meantime you can use a `// noir-fmt:ignore` comment to disable the formatter on the next line.
Can we avoid having large segments of code just in markdown? We added snippet functionality specifically in order to avoid potential for docs to become stale like this. We can...
This doesn't rely on codegen but the snippet workflow. Codegen is in the "forget" stage of "set and forget" anyhow.
It would be interesting to see if this could be implemented as a check on the ACIR directly by tracking sets of connected witnesses. This would then be generic across...
>It's just nicer to have the line that caused the issue. This should be doable in ACIR as well. We have enough debug information to link back from any brillig...