move icon indicating copy to clipboard operation
move copied to clipboard

Trim errmap doc strings

Open macalinao opened this issue 2 years ago • 3 comments

Motivation

Errmap strings have extra leading spaces in them.

Have you read the Contributing Guidelines on pull requests?

Yes

Test Plan

N/A

macalinao avatar Jun 05 '22 17:06 macalinao

I think you will need to run cargo build in move-stdlib to update the errmap for the stdlib to one without these extra spaces.

sblackshear avatar Jun 05 '22 22:06 sblackshear

You'd need to cd language/move-stdlib && cargo run to regenerate the errrmap for stdlib to make the tests pass.

wrwg avatar Jul 30 '22 01:07 wrwg

This was done now in the aptos repo (which has a copy of error map gen).

wrwg avatar Aug 21 '22 01:08 wrwg