v0.0.12
Summary
-
Fix null pointer exception at the end of CLI run in some cases.
-
Do log last error when the CLI exit with an error has the error is already printed to the user and it creates a weird behavior.
Changelog
- b10966f Improved error reporting in CLI
- 7b30088 Preparing for release 0.0.12
- 13b2945 Updated releaase notes for v0.0.11
- bcebc40 remove cancel() if prog is nil
- 65b3740 returning ctx.Err() if ctx cancelled caught in the scheduler. caused issue that an error would be missed to be caught at top level
- 721aeb1 worker pool: streamline contexts