Commit dca2394
Fix exec_async on Julia 1.11
`exec_async` uses the private Base function `run_main_repl`, but in
Julia 1.11, the arguments changed, which casued `exec_async` to fail
silently. This fixes the issue by checking the Julia version and using
the appropriate arguments.
Also removed unused global `_async_timer` (it was used for an earlier
implementation of `exec_async`, but isn't used anymore).1 parent 79ed285 commit dca2394
1 file changed
+6
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
623 | 623 | | |
624 | 624 | | |
625 | 625 | | |
626 | | - | |
627 | | - | |
628 | 626 | | |
629 | | - | |
| 627 | + | |
| 628 | + | |
| 629 | + | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
630 | 633 | | |
631 | 634 | | |
632 | 635 | | |
| |||
0 commit comments