Skip to content
Snippets Groups Projects
  • Marco Matthies's avatar
    dde684c6
    Fix withtestlogger() for Julia 1.11 · dde684c6
    Marco Matthies authored
    In Julia 1.11, the `Task` struct doesn't have a `logstate` field
    anymore, causing unit test failures.
    
    We use the `current_logger()` function instead, which is also
    available in previous Julia versions (tested in Julia 1.6 to 1.11).
    dde684c6
    History
    Fix withtestlogger() for Julia 1.11
    Marco Matthies authored
    In Julia 1.11, the `Task` struct doesn't have a `logstate` field
    anymore, causing unit test failures.
    
    We use the `current_logger()` function instead, which is also
    available in previous Julia versions (tested in Julia 1.6 to 1.11).
Code owners
Assign users and groups as approvers for specific file changes. Learn more.