Skip to content

Commit

Permalink
doc: add open points to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Rqnsom committed Feb 8, 2024
1 parent 93b8c86 commit 7e389fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ cargo test -p move-vm-support # helper crate for interaction with language direc
```
_Note: the feature flag `build-move-projects-for-test` needs to be provided only once in order to build all the necessary `move-vm-backend/tests/assets/move-projects/` projects for test purposes (with the `smove-build-all.sh` script). Also, the feature flag needs to be provided whenever any of those Move projects are modified._

## Open / Planned Points
- clean clippy warnings for the latest rustc compiler
- improve get_resource API (input params and the output value)

## License

Move is licensed as [Apache 2.0](https://github.com/move-language/move/blob/main/LICENSE).
Expand Down

0 comments on commit 7e389fa

Please sign in to comment.