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
6.18k stars 3.65k forks source link

[Bug][move-compiler-v2] Compiler V2 misses key ability errors, with an edited test yields a "bug" #14629

Open brmataptos opened 2 months ago

brmataptos commented 2 months ago

🐛 Bug

Compiler V1 catches some "missing ability key" errors which are missed by Compiler V2:

Reducing the test to try to eliminate error shadowing:

wrwg commented 1 week ago

Might be fixed by now as something in this area was recently fixed.