Skip to content

Commit

Permalink
Turn ExpressionExplorer.jl into its own package (#2698)
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Berg <[email protected]>
  • Loading branch information
fonsp and Pangoraw authored Nov 16, 2023
1 parent 1ee8d5b commit a45427c
Show file tree
Hide file tree
Showing 20 changed files with 407 additions and 2,287 deletions.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Configurations = "5218b696-f38b-4ac9-8b61-a12ec717816d"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
ExpressionExplorer = "21656369-7473-754a-2065-74616d696c43"
FileWatching = "7b1f6079-737a-58dc-b8bc-7a2ca5c1b5ee"
FuzzyCompletions = "fb4132e2-a121-4a70-b8a1-d5b831dcdcc2"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
Expand Down Expand Up @@ -38,6 +39,7 @@ Base64 = "1"
Configurations = "0.15, 0.16, 0.17"
Dates = "1"
Downloads = "1"
ExpressionExplorer = "0.5, 0.6, 1"
FileWatching = "1"
FuzzyCompletions = "0.3, 0.4, 0.5"
HTTP = "^1.5.2"
Expand Down
1 change: 0 additions & 1 deletion src/Pluto.jl
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ include("./evaluation/Throttled.jl")
include("./runner/PlutoRunner.jl")
include("./analysis/ExpressionExplorer.jl")
include("./analysis/FunctionDependencies.jl")
include("./analysis/ReactiveNode.jl")
include("./packages/PkgCompat.jl")
include("./webserver/Status.jl")

Expand Down
2 changes: 1 addition & 1 deletion src/analysis/Errors.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Base: showerror
import .ExpressionExplorer: FunctionName, join_funcname_parts
import .ExpressionExplorer: FunctionName

abstract type ReactivityError <: Exception end

Expand Down
Loading

0 comments on commit a45427c

Please sign in to comment.