CompileTask timestamp printed can overflow

XMLWordPrintable

    • b19

        We print the CompileTask with a leading timestamp (see `CompileTask::print_impl`

        ```
            // Print current time
            st->print("%7d ", (int)st->time_stamp().milliseconds());
        ```

        That timestamp will be truncated and overflow after about 24.8 days.

              Assignee:
              Thomas Stuefe
              Reporter:
              Thomas Stuefe
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated:
                Resolved: