Skip to content

Commit 9f7a331

Browse files
Update src/julia-1.11/activate_set.jl
Co-authored-by: Nick Robinson <[email protected]>
1 parent 0b72aa6 commit 9f7a331

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/julia-1.11/activate_set.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ function activate(pkg::AbstractString=current_pkg_name(); allow_reresolve=true)
3737
for (name, uuid) in sandbox_env.project.deps
3838
entry = get(sandbox_manifest, uuid, nothing)
3939
if entry !== nothing && isfixed(entry)
40+
# Signature changed when workspaces were introduced to Pkg in v1.12 (see Pkg.jl#3841)
4041
subgraph = Pkg.Operations.prune_manifest(sandbox_manifest, VERSION < v"1.12.0-" ? [uuid] : Set([uuid]))
4142
for (uuid, entry) in subgraph
4243
if haskey(working_manifest, uuid)

0 commit comments

Comments
 (0)