move icon indicating copy to clipboard operation
move copied to clipboard

Home of the Move programming language

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

Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 3.0.7. Release notes Sourced from actions/cache's releases. v3.0.7 What's Changed Fix for the download stuck problem has been added in actions/cache for users who were...

when i run the debug_script.move. here are two issue: 1、Error: Unable to find package manifest in '.' or in its parents. i have solved it through create a new package...

bug

Bumps debian from buster-20211011 to buster-20220801. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=debian&package-manager=docker&previous-version=buster-20211011&new-version=buster-20220801)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

# 🚀 Feature Request A .move file can only contain some specs for Move Prover. For example, see the following link: https://github.com/move-language/move/blob/main/language/extensions/move-table-extension/sources/Table.spec.move Currently, `move-analyzer` does not handle these spec files...

enhancement

## Motivation Use Move syntax highlighter for Move ### Have you read the [Contributing Guidelines on pull requests](https://github.com/diem/diem/blob/main/CONTRIBUTING.md#pull-requests)? Yes ## Test Plan No

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.4.0 to 3.4.1. Release notes Sourced from actions/setup-node's releases. Fix pnpm output and node-version output issues In scope of this release we fixed bugs related to the...

Found RUSTSEC in dependencies in job https://github.com/diem/move/actions/runs/5230409004 ``` Fetching advisory database from `https://github.com/RustSec/advisory-db.git` Loaded 548 security advisories (from /opt/cargo/advisory-db) Updating crates.io index Scanning Cargo.lock for vulnerabilities (540 crate dependencies) Crate:...

dependecies

Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3.0.2. Release notes Sourced from actions/checkout's releases. v3.0.2 What's Changed Add set-safe-directory input to allow customers to take control. by @​TingluoHuang in actions/checkout#770 Prepare changelog...

## Motivation - RCs are no longer necessary due to Move's reference safety checks - Some RCs are still needed to update clean/dirty status or hold onto external memory safely...

- added test case for external calls - added test case or the issue of use of duplicated string literals (see `FortyTwo.move`). ## Motivation To add test cases ### Have...