diff options
| author | Gaëtan Gilbert | 2020-05-26 12:17:20 +0200 |
|---|---|---|
| committer | Gaëtan Gilbert | 2020-05-26 12:17:20 +0200 |
| commit | 7a72315423042108a4594556f55a3d0ed168a687 (patch) | |
| tree | d470087238249ff012ab67739be68b306272cad9 /doc | |
| parent | 8b3ce7442dcbcdf3d6b43efd0360ead334819913 (diff) | |
| parent | 7731b8878d6a8c78874f6657745fa61d2703ee53 (diff) | |
Merge PR #12388: Fix an uncaught python exception in timing
Reviewed-by: SkySkimmer
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/changelog/11-infrastructure-and-dependencies/12388-fix-timing-diff-0s.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/changelog/11-infrastructure-and-dependencies/12388-fix-timing-diff-0s.rst b/doc/changelog/11-infrastructure-and-dependencies/12388-fix-timing-diff-0s.rst new file mode 100644 index 0000000000..4e5406ad4d --- /dev/null +++ b/doc/changelog/11-infrastructure-and-dependencies/12388-fix-timing-diff-0s.rst @@ -0,0 +1,5 @@ +- **Fixed:** + ``make pretty-timed-diff`` no longer raises Python exceptions in the rare + corner case where the log of times contains no files (`#12388 + <https://github.com/coq/coq/pull/12388>`_, fixes `#12387 + <https://github.com/coq/coq/pull/12387>`_, by Jason Gross). |
