Skip to content
Snippets Groups Projects
Commit dde684c6 authored by Marco Matthies's avatar Marco Matthies
Browse files

Fix withtestlogger() for Julia 1.11

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).
parent eaa3be0b
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment