Brian R. Murphy

Results 69 issues of Brian R. Murphy

# 🐛 Bug PR #13184 fixes many things but seems to increase timeouts in move-prover tests with MOVE_COMPILER_V2=true. This is likely due to attempts to prove things about library dependencies,...

bug
compiler-v2

# 🚀 Feature Request We need a command-line flag or environment variable to override the location of move dependencies. ## Motivation We currently build some example code as part of...

enhancement
move-deps
stale-exempt

# 🚀 Feature Request Hopefully we can show that compile time and gas cost are both reduced with Compiler V2 when we are ready to launch. We need to gather...

enhancement
stale-exempt
compiler-v2
compiler-v2-stable

# 🐛 Bug We should avoid an OOS failure of the compiler and instead add a check for expression nesting depth when building the model (or maybe even earlier, in...

bug
compiler-v2
compiler-v2-stable

## Description Adds a simple script for developer use to run all our tests with compiler V2 as well as V1. ## How Has This Been Tested? Run with working...

Fixes #13250, by Replacing move-model/src/builder.rs's ExpTranslator::exp_builder::translate_seq_recursively() to new translate_seq_iteratively(). Note that the old function created a stack frame for every expr in a sequence, which really shouldn't be necessary. This...

## Description ## Type of Change - [ ] New feature - [ ] Bug fix - [ ] Breaking change - [ ] Performance improvement - [ ] Refactoring...

Stale

## Description Convert "Unknown attribute" warning into an error. Fixes #9411 ## Type of Change - [ ] New feature - [X] Bug fix - [ ] Breaking change -...

Stale

# 🐛 Bug For both move compilers (v1 and v2), the test in `aptos-move/aptos-transactional-test-harness/tests/aptos_test_harness/table.move` is newly failing. This can be seen by running: ``` % cargo test -p aptos-transactional-test-harness --...

bug

# 🐛 Bug These are the only tests of extended_checks compiler features.

bug
compiler-v2
compiler-v2-stable