Skip to content

Commit

Permalink
PlutoDependencyExplorer 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Nov 12, 2024
1 parent 4b741b9 commit 42fa2ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Malt = "1.1"
Markdown = "1"
MsgPack = "1.1"
Pkg = "1"
PlutoDependencyExplorer = "~1.0, ~1.1"
PlutoDependencyExplorer = "~1.2"
PrecompileSignatures = "3"
PrecompileTools = "=1.2.1"
REPL = "1"
Expand Down
7 changes: 1 addition & 6 deletions src/packages/Packages.jl
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ function use_plutopkg(topology::NotebookTopology)
end
end

function external_package_names(topology::NotebookTopology)::Set{Symbol}
union!(Set{Symbol}(), external_package_names.(c.module_usings_imports for c in values(topology.codes))...)
end


PkgCompat.project_file(notebook::Notebook) = PkgCompat.project_file(PkgCompat.env_dir(notebook.nbpkg_ctx))
PkgCompat.manifest_file(notebook::Notebook) = PkgCompat.manifest_file(PkgCompat.env_dir(notebook.nbpkg_ctx))

Expand Down Expand Up @@ -283,7 +278,7 @@ function sync_nbpkg_core(
stoplistening(iolistener)
Status.report_business_finished!(pkg_status)

return (
return (;
did_something=👺 || (
should_instantiate_initially || should_instantiate_again || (use_plutopkg_old != use_plutopkg_new)
),
Expand Down

0 comments on commit 42fa2ce

Please sign in to comment.