Wolfgang Grieskamp

Results 47 issues of Wolfgang Grieskamp

# πŸ› Bug A mechanism to serialize for older file format versions is added in #123. However, the implementation of downwards compatibility is incomplete: only the metadata change is supported....

bug

# πŸš€ Feature Request Given the example: ``` fun f(){return;} ``` ... the compiler reports > adding a semicolon implicitly adds '()' value after the semicolon. That value '()' will...

enhancement

Right now, various places in the package system and CLI (e.g. running builds, tests, or the prover) have no way to access any options which might have been defined in...

enhancement

(This is a port of [pending Diem PR #96](https://github.com/diem/move/pull/96) from the diem/move repo; see latest discussion there.) This PR realizes the 1st step towards an alternative, high fidelity implementation of...

This note suggests a different, potentially more efficient, simpler and 100% safe implementation of the VMs value representation. The sketched design is influenced by the recent implementation of Move on...

# πŸ› Bug The nursery should be cleaned up and outdated designs be removed, so it can better serve as a way to share Move library evolution with the community.

bug

Adds CODEOWNERS in the new Aptos release branch

# πŸ› Bug When using `debug::print(string::utf8("abc"))` an actual string should be printed, not the vec u8 representation. String is a well-known struct type and should be special handled here. This...

bug

This commit contains (at least temporary but safe) fix for the bug related to count of locals the new fuzzer detected (move-language/move#564). The cherry-pick also takes an older fix on...

CICD:run-e2e-tests

Hotfix for metadata cache - - - This change is [](https://reviewable.io/reviews/aptos-labs/aptos-core/5180)