Wolfgang Grieskamp

Results 197 comments of Wolfgang Grieskamp

There is no way how this can be fixed besides extensive refactoring. Better we remove the cached packages all together. For now we need to live with this.

Does this bug appear in `aptos move disassemble`? If so it is urgent.

We need to test whether `aptos move disassemble` works, if so, we are good.

This would mean we can't deploy any v2 code on current testnet/devnet before 1.12 has rolled out. The new metadata should be just ignored by older node code. Didn't we...

The experiment flag for this is already there, and IIRC at least codegen, explicitly skips inline functions, so shouldn't be effected if they are kept.

Yes gas tests are somewhere else, not in aptos transactional test harness AFAIK @vgao1996

Only happens if bytecode does not have `return` which should normally not happen.

Need to figure whether copy propagation will become part of standard pipeline