Commit 8f304db
committed
Fix import of ScopedValues in Julia v1.11
Previously `ScopedValues.with` was exported from `Base` but that was changed
recently, so the ScopedValues check was failing. Now we check if the module is
present instead.1 parent d51b319 commit 8f304db
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| |||
0 commit comments