Brian R. Murphy

Results 69 issues of Brian R. Murphy

# 🚀 Feature Request https://github.com/aptos-labs/aptos-core/pull/11511#discussion_r1435674650 ``` [third_party/move/move-compiler-v2/src/pipeline/reference_safety_processor.rs](https://github.com/aptos-labs/aptos-core/pull/11511/files#diff-6418ac4ded15bbda344f23e45aacc0f0d858c0db6ef336204628f55d56e9a9ed) for released in alive.before.keys() { if !after_set.contains(released) { state.release_local(*released, &after_set) let mut release_cands = alive.before.keys().cloned().collect::(); ``` I think maybe this code can be...

enhancement

# 🚀 Feature Request Use environment variable `ENABLE_V2` to select V2 compiler. See https://github.com/aptos-labs/aptos-core/pull/11313/ for hints.

enhancement
compiler-v2

# 🐛 Bug Various code generates symbols using arbitrary mechanisms, sometimes deriving them from user symbols (e.g., in inlining or casting) but sometimes just to represent hidden symbols, such as...

bug

# 🚀 Feature Request PR https://github.com/aptos-labs/aptos-core/pull/11079 will add visibility checking for calls to inline functions as part of a `function_checker` module (function `check_access_and_use`). Meanwhile, a struct `VisibilityChecker` implements `FunctionTargetProcessor` to...

enhancement
compiler-v2

# 🐛 Bug The move-cli crate is in an inconsistent state and should be removed, which however, requires cutting some upstream dependencies. For example: I don't seem able to trigger...

bug

## Description Fixes #12958. Change compiler-v2 sources and dependencies from `Vec` filenames to `Vec` full package descriptors. This attaches a package name to input files, allowing a filter to limit...

# 🐛 Bug aptos-move/move-examples/shared_account/sources/shared_account.move:82 has: ``` #[test_only] public entry fun set_up(user: signer, test_user1: signer, test_user2: signer) : address acquires SharedAccountEvent { ``` which yields an error when I build with...

bug
stale-exempt
compiler-v2

Fixes #13041. - **enable paranoid mode for VM in transactional tests** - **try to trigger paranoid-mode failure on all transactional test frameworks** ## Description The goal here is to make...

## Description Fix #12671 by making all Rust source files plain ASCII. This will make some editors happier. This is staged in 5 commits to facilitate review: - [dev impact]...

# 🐛 Bug We need to see if the user will see problems in practice.

bug
compiler-v2