You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sandbox() sets include() to always be relative to the example file. Is there a reason for this? I have a use case where I'd like to include a file from a different directory that includes another file, so I get an error when running with Literate.jl even though the script runs fine on its own.
sandbox()
setsinclude()
to always be relative to the example file. Is there a reason for this? I have a use case where I'd like to include a file from a different directory that includes another file, so I get an error when running with Literate.jl even though the script runs fine on its own.Here is a minimum failing example:
Here are the files:
Running normally works fine.
Running with Literate.jl fails with the indirect include:
The text was updated successfully, but these errors were encountered: