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.99k stars 3.59k forks source link

[Feature Request][move-compiler-v2] rename "experiment" to something more suitable #12650

Open brmataptos opened 5 months ago

brmataptos commented 5 months ago

🚀 Feature Request

Originally, experiments.rs referred to experiments: enabling one caused something non-baseline to happen.

As of PR #12637, it now refers to something more like an "enable pass" flag: the baseline may involve an option being set to ON or OFF. Referring to them as "configurations" or "options" or flags ("enable_pass") might make more sense.

The name is confusing, though with enough documentation perhaps this confusion can be reduced.

brmataptos commented 4 months ago

We must fix this before any non-beta release. Possibly sooner.