Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move code to PlutoDependencyExplorer.jl repo #2777

Merged
merged 13 commits into from
Feb 7, 2024
2 changes: 1 addition & 1 deletion .github/workflows/IntegrationTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
strategy:
fail-fast: false
matrix:
julia-version: [1]
julia-version: ["1"]
os: [ubuntu-latest]
package:
- { user: JuliaPluto, repo: PlutoSliderServer.jl }
Expand Down
4 changes: 3 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Malt = "36869731-bdee-424d-aa32-cab38c994e3b"
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
MsgPack = "99f44e22-a591-53d1-9472-aa23ef4bd671"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
PlutoDependencyExplorer = "72656b73-756c-7461-726b-72656b6b696b"
PrecompileSignatures = "91cefc8d-f054-46dc-8f8c-26e11d7c5411"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
Expand All @@ -37,7 +38,7 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
[compat]
Base64 = "1"
Configurations = "0.15, 0.16, 0.17"
Dates = "1"
Dates = "0, 1"
Downloads = "1"
ExpressionExplorer = "0.5, 0.6, 1"
FileWatching = "1"
Expand All @@ -52,6 +53,7 @@ Malt = "1.1"
Markdown = "1"
MsgPack = "1.1"
Pkg = "1"
PlutoDependencyExplorer = "~1.0"
PrecompileSignatures = "3"
PrecompileTools = "1"
REPL = "1"
Expand Down
4 changes: 1 addition & 3 deletions src/Pluto.jl
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ const PLUTO_VERSION = VersionNumber(Pkg.TOML.parsefile(joinpath(ROOT_DIR, "Proje
const PLUTO_VERSION_STR = "v$(string(PLUTO_VERSION))"
const JULIA_VERSION_STR = "v$(string(VERSION))"

include("./analysis/PlutoDependencyExplorer.jl")

import .PlutoDependencyExplorer: TopologicalOrder, NotebookTopology, ExprAnalysisCache, ImmutableVector, ExpressionExplorerExtras, topological_order, all_cells, disjoint, where_assigned, where_referenced
import PlutoDependencyExplorer: PlutoDependencyExplorer, TopologicalOrder, NotebookTopology, ExprAnalysisCache, ImmutableVector, ExpressionExplorerExtras, topological_order, all_cells, disjoint, where_assigned, where_referenced
using ExpressionExplorer

include("./notebook/path helpers.jl")
Expand Down
22 changes: 0 additions & 22 deletions src/analysis/PlutoDependencyExplorer.jl

This file was deleted.

39 changes: 0 additions & 39 deletions src/analysis/PlutoDependencyExplorer/Errors.jl

This file was deleted.

234 changes: 0 additions & 234 deletions src/analysis/PlutoDependencyExplorer/ExpressionExplorer.jl

This file was deleted.

10 changes: 0 additions & 10 deletions src/analysis/PlutoDependencyExplorer/TopologicalOrder.jl

This file was deleted.

Loading
Loading