dove icon indicating copy to clipboard operation
dove copied to clipboard

🛠️ Diem/Pontem Move package manager

Results 12 dove issues
Sort by recently updated
recently updated
newest added

Hello! It seems that binaries are not produced if warnings are encountered (`1.6.1-5ac671a`). Consider the following file, let's call it `Invalid.move`: ``` /** invalid documentation comment **/ ``` Running `dove...

Hello, fellow Move soldiers! We continue marching on, despite the negative news lately. Glad to see 1.6 being released nevertheless :tada: The previous issue with `dove test` that was fixed...

Hello! Using [TaoHe](https://github.com/taoheorg/taohe/), consider the following file, and place it to `scripts/`: ``` script { use TaoHe::Errors; fun dummy_1() { assert(true, Errors::ownable_not_owned()); } } ``` It results the following error...

resource viewer
decompiler

There is errors when user using pre-compiled Dove binary: See [screen](https://imgur.com/WOAvtsR) contains error.

bug

E.g. - `cargo install --bin=dove --path dove` - `cargo install --bin=dove --git=this_repo_branch`

ci
dove