Milly

Results 63 comments of Milly

> Why don't we update cache when file actually successfully written? Doing so adds too complexity due to `performanceTestFlag` condition. I made a fix to reduce the diff. ### Conditions...

Should we not write the cache file if `performanceTestFlag` is specified? I don't understand.

> Why don't we update cache when file actually successfully written? I fixed it.

I found an additional problem. Fixing now. ```sh > prettier --cache --write foo.js foo.js 2ms # Cache created. > vi foo.js # Edit to unformatted. > prettier --list-different --cache foo.js...

Force pushed because of lint in main branch.

- Revert [just do nothing if the file not written](#pullrequestreview-1056678210). - Added tests for [multipe files updating same time](#issuecomment-1214311862). (Thanks @tksst) - Cleaned up commit history. - Rebase to latest...

> 1. **People should use `json_encode()` instead as you said** Vital.vim is currently (basically) support vim 8.0 or later. So should this module be deprecated? Write to document "deprecated" and...