aptos-labs / aptos-core

Aptos is a layer 1 blockchain built to support the widespread use of blockchain through better technology and user experience.
https://aptosfoundation.org
Other
5.85k stars 3.54k forks source link

Warnings as errors #13198

Open davidiw opened 2 weeks ago

davidiw commented 2 weeks ago

Please give the option to make warnings as errors, especially for framework builds. It ensures that we don't let less than proper code hit our framework and disrupt our builders' experiences.

brmataptos commented 2 weeks ago

@davidiw how would you like this option to be controlled? E.g., an environment variable, command-line flag, Move.toml feature, special-casing stdlib/aptos, or what?