noir-lang / noir

Noir is a domain specific language for zero knowledge proofs
https://noir-lang.org
Apache License 2.0
854 stars 185 forks source link

Use explicit numeric generics in the stdlib #5157

Closed vezenovm closed 1 month ago

vezenovm commented 3 months ago

Problem

After the warning introduced in https://github.com/noir-lang/noir/pull/5155 for implicit numeric generics compiling without --silence-warnings litters the console with output:

Screenshot 2024-05-31 at 12 50 42 PM

Happy Case

Use explicit numeric generics in the stdlib to cleanup up nargo compile output

Project Impact

Nice-to-have

Impact Context

No response

Workaround

None

Workaround Description

No response

Additional Context

No response

Would you like to submit a PR for this Issue?

None

Support Needs

No response

vezenovm commented 1 month ago

Closing as this was resolved by https://github.com/noir-lang/noir/pull/5155