We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b72aa6 commit 9f7a331Copy full SHA for 9f7a331
src/julia-1.11/activate_set.jl
@@ -37,6 +37,7 @@ function activate(pkg::AbstractString=current_pkg_name(); allow_reresolve=true)
37
for (name, uuid) in sandbox_env.project.deps
38
entry = get(sandbox_manifest, uuid, nothing)
39
if entry !== nothing && isfixed(entry)
40
+ # Signature changed when workspaces were introduced to Pkg in v1.12 (see Pkg.jl#3841)
41
subgraph = Pkg.Operations.prune_manifest(sandbox_manifest, VERSION < v"1.12.0-" ? [uuid] : Set([uuid]))
42
for (uuid, entry) in subgraph
43
if haskey(working_manifest, uuid)
0 commit comments