This repository was archived by the owner on Aug 29, 2022. It is now read-only.
Releases: JosiahWitt/ensure-cli
Releases · JosiahWitt/ensure-cli
Release list
Deprecate repo
Merge pull request #8 from JosiahWitt/deprecate Mark repo deprecated
Support tidying mocks
- Adds
ensure mocks tidycommand to cleanup files that would not be generated by the packages and interfaces noted in.ensure.yml - Deprecates
ensure generate mocksand replaces it withensure mocks generate - Adds new
tidyAfterGenerateoption to.ensure.ymlto automatically tidy after generating mocks
Improve cleanup functionality
On systems with a slower filesystem (eg. with disk encryption), cleanup didn't always finish before the program exited. This release fixes this issue.
Cleanup gomock_reflect_* directories
Automatically cleans up gomock_reflect_* directories when command is interrupted.
Parallel mock generation
By default, ensure generate mocks now generates mocks in parallel. Add the --disable-parallel flag to disable parallel mock generation.
Initial CLI release
See the README for more info.