move icon indicating copy to clipboard operation
move copied to clipboard

Results 238 move issues
Sort by recently updated
recently updated
newest added

# 🚀 Feature Request ## Motivation I am currently developing statcoin-ide, and when adding and running a single test case, I found that the filter parameter will match multiple test...

enhancement

## Motivation This is an attempt to fix the Move prover problem reported and analyzed in https://github.com/move-language/move/issues/270 Please note that the bytecode translator changes are failing - due to changes...

## Motivation The goal of the pr is to introduce an additional stepped compiler between parsing and expansion. Compiler is doing from `code string -> ast -> expansion ast ->...

## Motivation easier to read ### Have you read the [Contributing Guidelines on pull requests](https://github.com/move-language/move/blob/main/CONTRIBUTING.md#developer-workflow)? Yes ## Test Plan WIP

# 🚀 Feature Request ## Motivation Configure timeout for specific test would be nice feature to have, as tests often reaches timeouts. Also, i think it can be useful to...

enhancement

## Motivation The `move movey-upload` command from https://github.com/move-language/move/pull/227 requires users to save their Movey's API token locally, which is inconvenient and error-prone to do manually. This PR adds `move movey-login`...

# 🚀 Feature Request Specifically, I want to test for the correct assertion error code like: ```move module Tests { fun abort( abort Std::Errors::invalid_state(1) ) {} #[test] #[expected_failure(abort_code = Std::Errors::invalid_state(1))]...

enhancement

# 🐛 Bug I'm trying to compile module contains while loop and variable defined before loop. Each iteration i change variable value. Yet i'm getting error and it seems a...

bug

# 🚀 Feature Request Move formatter. `move fmt`, just like how `cargo fmt` formats rust code. ## Motivation Useful in enforcing consistent coding style.

enhancement