Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Aug 20, 2024
1 parent 5040edc commit 1c61be4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/runner/PlutoRunner/src/PlutoRunner.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ module PlutoRunner

export @bind

# import these two so that they can be imported from Main on the worker process if it launches without the stdlibs in its LOAD_PATH
import Markdown
import InteractiveUtils
# using these two for two reasons:
# - something related to package loading (original text for 4 years ago: "so that they can be imported from Main on the worker process if it launches without the stdlibs in its LOAD_PATH")
# - static macro expansion (`maybe_macroexpand_pluto`) happens in this module, and expects these to be using-ed.
using Markdown
using InteractiveUtils


# shared things between files:
Expand Down

0 comments on commit 1c61be4

Please sign in to comment.