Results 144 issues of Tom French

This issue is a parent issue for issues related to a future rework of the dependency management system. Nargo's dependency management was written a long time ago and there's a...

# Description ## Problem\* Resolves #6934 ## Summary\* ## Additional Context ## Documentation\* Check one: - [ ] No documentation needed. - [ ] Documentation included in this PR. -...

# Description ## Problem\* Resolves #5026 Resolves #9006 ## Summary\* This PR adds an optional limit to the number of brillig opcodes to execute before halting execution and handling control...

@ledwards2225 reported in slack that barretenberg implicitly constrains that the public key must sit on the curve even when the call is in an inactive branch. In order to solve...

After #6926 we still get a number of cases where multiple instances of the same compiler warning/error is emitted pointing at the same line of source code. This tends to...

I was looking at the SSA output for the AMM contract's constructor and I noticed that we're leaving in instructions which should be able to be performed within the compiler....

I ran into this while testing #7233. `nargo debug --acir-mode` will panic after a couple of "next"s

bug
debugger

This is another situation which has come out of the noir-bignum library. I would like to have an associated constant on my trait `Foo`. I use this in various ways...

enhancement
compiler frontend

We're now tracking historical benchmarks which are run on master in the new dashboard. There's a certain amount of jitter that is visible in benchmarks of plus minus 10%. As...

This PR fixes a few issues introduced in https://github.com/simonoppowa/OpenNutriTracker/pull/115, notably: - The space was lost between the macro label and the base quantity, i.e. "kcal per100 g" instead of "kcal...