File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,10 +50,12 @@ TimeZones = "f269a46b-ccf7-5d73-abea-4c690281aa53"
5050UUIDs = " cf7118a7-6976-5b1a-9a39-7adc72f591a4"
5151
5252[weakdeps ]
53+ InteractiveUtils = " b77e0a4c-d291-57a0-90e8-8db25a27a240"
5354Interpolations = " a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
5455
5556[extensions ]
5657InterpolationsExt = " Interpolations"
58+ InteractiveUtilsExt = " InteractiveUtils"
5759
5860[compat ]
5961ApproxManifoldProducts = " 0.7"
@@ -95,7 +97,6 @@ julia = "1.8"
9597DifferentialEquations = " 0c46a032-eb83-5123-abaf-570d42b7fbaa"
9698Flux = " 587475ba-b771-5e3f-ad9e-33799f191a9c"
9799Graphs = " 86223c79-3864-5bf0-83f7-82e725a168b6"
98- InteractiveUtils = " b77e0a4c-d291-57a0-90e8-8db25a27a240"
99100LineSearches = " d3d80556-e9d4-5f37-9878-2ab0fcc64255"
100101Manopt = " 0fc0a36d-df90-57f3-8f93-d78a9fc72bb5"
101102Pkg = " 44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Original file line number Diff line number Diff line change 1+ module InteractiveUtilsExt
12
2- @info " IncrementalInference.jl is loading tools related to InteractiveUtils.jl."
3+ @info " IncrementalInference.jl is loading extension related to InteractiveUtils.jl."
34
4- # this requires InteractiveUtils
5+ using InteractiveUtils
6+ using DocStringExtensions
57
68export getCurrentWorkspaceFactors, getCurrentWorkspaceVariables
79export listTypeTree
@@ -50,3 +52,5 @@ function listTypeTree(T)
5052 println (T)
5153 return _listTypeTree (T, 0 )
5254end
55+
56+ end # module
Original file line number Diff line number Diff line change 11
2+ # InteractiveUtils.jl
3+ function getCurrentWorkspaceFactors end
4+ function getCurrentWorkspaceVariables end
5+ function listTypeTree end
Original file line number Diff line number Diff line change @@ -240,9 +240,9 @@ include("Deprecated.jl")
240240
241241exportimg (pl) = error (" Please do `using Gadfly` to allow image export." )
242242function __init__ ()
243- @require InteractiveUtils = " b77e0a4c-d291-57a0-90e8-8db25a27a240" include (
244- " services/RequireInteractiveUtils.jl" ,
245- )
243+ # @require InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240" include(
244+ # "services/RequireInteractiveUtils.jl",
245+ # )
246246 @require Gadfly = " c91e804a-d5a3-530f-b6f0-dfbca275c004" include (
247247 " services/EmbeddedPlottingUtils.jl" ,
248248 )
You can’t perform that action at this time.
0 commit comments