Skip to content

Commit

Permalink
remove writing out explicit stdlib paths for the temporary testing ma…
Browse files Browse the repository at this point in the history
…nifest (#3640)

this should not be needed after JuliaLang/julia#39572
  • Loading branch information
KristofferC authored Oct 9, 2023
1 parent ddcc7b2 commit debcade
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/Operations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1819,13 +1819,6 @@ function sandbox(fn::Function, ctx::Context, target::PackageSpec, target_path::S
end

reset_all_compat!(temp_ctx.env.project)

# Absolutify stdlibs paths
for (uuid, entry) in temp_ctx.env.manifest
if is_stdlib(uuid)
entry.path = Types.stdlib_path(entry.name)
end
end
write_env(temp_ctx.env, update_undo = false)

# Run sandboxed code
Expand Down

0 comments on commit debcade

Please sign in to comment.