Skip to content

Commit 88ffee2

Browse files
committed
rm sourcewalk
1 parent b88e708 commit 88ffee2

23 files changed

+6
-5287
lines changed

Manifest.toml

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,17 @@
33
[[Base64]]
44
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
55

6-
[[CSTParser]]
7-
deps = ["Tokenize"]
8-
git-tree-sha1 = "376a39f1862000442011390f1edf5e7f4dcc7142"
9-
uuid = "00ebfdb7-1f24-5e51-bd34-a7502290713f"
10-
version = "0.6.0"
11-
126
[[Compat]]
137
deps = ["Base64", "Dates", "DelimitedFiles", "Distributed", "InteractiveUtils", "LibGit2", "Libdl", "LinearAlgebra", "Markdown", "Mmap", "Pkg", "Printf", "REPL", "Random", "Serialization", "SharedArrays", "Sockets", "SparseArrays", "Statistics", "Test", "UUIDs", "Unicode"]
14-
git-tree-sha1 = "84aa74986c5b9b898b0d1acaf3258741ee64754f"
8+
git-tree-sha1 = "ed2c4abadf84c53d9e58510b5fc48912c2336fbb"
159
uuid = "34da2185-b29b-5c13-b0c7-acf172513d20"
16-
version = "2.1.0"
10+
version = "2.2.0"
1711

1812
[[DataStructures]]
1913
deps = ["InteractiveUtils", "OrderedCollections"]
20-
git-tree-sha1 = "0809951a1774dc724da22d26e4289bbaab77809a"
14+
git-tree-sha1 = "1fe8fad5fc84686dcbc674aa255bc867a64f8132"
2115
uuid = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
22-
version = "0.17.0"
16+
version = "0.17.5"
2317

2418
[[Dates]]
2519
deps = ["Printf"]
@@ -38,6 +32,7 @@ deps = ["Markdown"]
3832
uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
3933

4034
[[LibGit2]]
35+
deps = ["Printf"]
4136
uuid = "76f85450-5226-5b5a-8eaa-529ad045b433"
4237

4338
[[Libdl]]
@@ -64,7 +59,7 @@ uuid = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
6459
version = "1.1.0"
6560

6661
[[Pkg]]
67-
deps = ["Dates", "LibGit2", "Markdown", "Printf", "REPL", "Random", "SHA", "UUIDs"]
62+
deps = ["Dates", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "UUIDs"]
6863
uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
6964

7065
[[Printf]]
@@ -104,11 +99,6 @@ uuid = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
10499
deps = ["Distributed", "InteractiveUtils", "Logging", "Random"]
105100
uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
106101

107-
[[Tokenize]]
108-
git-tree-sha1 = "0de343efc07da00cd449d5b04e959ebaeeb3305d"
109-
uuid = "0796e94c-ce3b-5d07-9a54-7f471281c624"
110-
version = "0.5.4"
111-
112102
[[UUIDs]]
113103
deps = ["Random", "SHA"]
114104
uuid = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"

Project.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@ uuid = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
33
version = "0.5.1"
44

55
[deps]
6-
CSTParser = "00ebfdb7-1f24-5e51-bd34-a7502290713f"
76
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
87
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
98
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
10-
Tokenize = "0796e94c-ce3b-5d07-9a54-7f471281c624"
119

1210
[compat]
1311
julia = "≥ 1.0"

docs/make.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ makedocs(
55
pages = [
66
"Home" => "index.md",
77
"Pattern Matching" => "pattern-matching.md",
8-
"SourceWalk" => "sourcewalk.md",
98
"Utilities" => "utilities.md"],
109
format = Documenter.HTML(prettyurls = haskey(ENV, "CI")))
1110

docs/src/sourcewalk.md

Lines changed: 0 additions & 91 deletions
This file was deleted.

src/MacroTools.jl

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,6 @@ include("examples/destruct.jl")
1616
include("examples/threading.jl")
1717
include("examples/forward.jl")
1818

19-
include("cstparser/CSTParser.jl")
20-
21-
module hack; using CSTParser; end
22-
23-
using .CSTParser
24-
25-
include("patch/diff.jl")
26-
include("patch/cst.jl")
27-
2819
const animals = Symbol[]
2920
const animals_file = joinpath(@__DIR__, "..", "animals.txt")
3021

0 commit comments

Comments
 (0)