Skip to content
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.

Fix supershell position bug #218

Merged
merged 1 commit into from
Sep 3, 2019
Merged

Fix supershell position bug #218

merged 1 commit into from
Sep 3, 2019

Commits on Sep 3, 2019

  1. Fix supershell position bug

    The previous implementation of supershell log line interlacing with
    regular line interlacing relied on state in a global object. A somewhat
    better approach is for each appender to hold a reference to a state
    object. Every time tasks run, new appenders are created, so the state
    should always reflect the current progress state.
    eatkins committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    f20b275 View commit details
    Browse the repository at this point in the history