Skip to content

Instantly share code, notes, and snippets.

julia> using DebugArtifacts
[ Info: Precompiling DebugArtifacts [4f05f810-3073-4646-a23d-fd50056b1323]
julia> debug_artifact("OpenSpecFun")
[ Info: Probing for download engine...
[ Info: Probing powershell as a possibility...
[ Info: Probe successful for powershell
[ Info: Found download engine powershell
julia> using Pkg, Pkg.Artifacts, Pkg.BinaryPlatforms, Pkg.PlatformEngines
julia>
julia> # Initialize Pkg code
julia> probe_platform_engines!(; verbose=true)
[ Info: Probing for download engine...
julia> using Pkg.BinaryPlatforms
julia> probe_platform_engines!(; verbose=true)
ERROR: UndefVarError: probe_platform_engines! not defined
Stacktrace:
[1] top-level scope at REPL[2]:1
julia> using Pkg.PlatformEngines
julia> probe_platform_engines!(verbose=true)