-
-
-
v0.7.0931bded6 · ·
Release with number of internal changes: - Logger is re-implemented for better performance and lower resource usage - Special logger thread isn't a thing anymore, which means that 'dub test -- --threads=1' will spawn exactly 1 runner thread - Changed how 'Console' works - Fixed #20 which caused mess in terminal when an error occurred - Changed how test failures are print
-
v0.7.0-alpha96dd1e54 · ·
-
-
-
-
-
-
-
v0.2.03ef456a3 · ·
- Logging is synchronized !5. Big thanks to Ali Akhtarzada! - `--full-traces` and `--show-durations` options were removed. Use `--verbose` instead - In `--verbose` mode test durations are printed with higher precision. See !6 - Test durations aren't printed for tests which take more than 100 ms to complete by default. See !6 for explanation and perl script which simulates old behaviour
-
v0.1.0eeccfb9e · ·
- Added `--threads` options which can be used to change number of runner threads - Refactored multi-threading. When `--threads=1` is specified, everything is run in a single thread - More operations were moved to run-time. This saves some RAM (about 50-60 Mb) and speeds compilation up