Skip to content

Commit

Permalink
Slim down to SnoopCompile and SnoopCompileCore
Browse files Browse the repository at this point in the history
This will be version 2.0 of SnoopCompile.
It excises the bot, which should move to a separate repository.
It also merges SnoopCompileAnalysis back into SnoopCompile itself.
  • Loading branch information
timholy committed Aug 3, 2020
1 parent d72340b commit f956d20
Show file tree
Hide file tree
Showing 65 changed files with 69 additions and 2,648 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/Documenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ jobs:
- uses: julia-actions/setup-julia@latest
with:
version: nightly
- run: julia --project -e 'using Pkg; Pkg.develop([PackageSpec(path="SnoopCompileCore"),
PackageSpec(path="SnoopCompileAnalysis"),
PackageSpec(path="SnoopCompileBot")])'
- run: julia --project -e 'using Pkg; Pkg.develop([PackageSpec(path="SnoopCompileCore")])'
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-docdeploy@releases/v1
env:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ jobs:
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- run: julia --project -e 'using Pkg; Pkg.develop([PackageSpec(path="SnoopCompileCore"),
PackageSpec(path="SnoopCompileAnalysis"),
PackageSpec(path="SnoopCompileBot")])'
- run: julia --project -e 'using Pkg; Pkg.develop([PackageSpec(path="SnoopCompileCore")])'
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-runtest@latest

Expand Down
157 changes: 0 additions & 157 deletions .github/workflows/workflow_ci.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@
*.jl.*.cov
*.jl.mem
Manifest.toml
SnoopCompileBot/test/*/deps/SnoopCompile/precompile/*
SnoopCompileBot/test/*/src/precompile_includer.jl
15 changes: 7 additions & 8 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
name = "SnoopCompile"
uuid = "aa65fe97-06da-5843-b5b1-d5d13cad87d2"
author = ["Tim Holy <[email protected]>"]
version = "1.7.2"
version = "2.0.0"

[deps]
Cthulhu = "f68482b8-f384-11e8-15f7-abe071a5a75f"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
SnoopCompileAnalysis = "9ea4277c-da97-4c3a-afb0-537c066769de"
SnoopCompileBot = "1d5e0e55-7d74-4714-b8d8-efa80e938cf7"
SnoopCompileCore = "e2b509da-e806-4183-be48-004708413034"

[compat]
SnoopCompileAnalysis = "~1.7.2"
SnoopCompileBot = "~1.7.2"
SnoopCompileCore = "~1.7.2"
Cthulhu = "1.2"
OrderedCollections = "1"
SnoopCompileCore = "~2.0.0"
julia = "1"

[extras]
Expand All @@ -22,11 +22,10 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
FixedPointNumbers = "53c48c17-4a7d-5ca2-90c5-79b7896eea93"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
JLD = "4138dd39-2aa7-5051-a626-17a0bb65d9c8"
MatLang = "05b439c0-bb3c-11e9-1d8d-1f0a9ebca87a"
MethodAnalysis = "85b6ec6f-f7df-4429-9514-a64bcd9ee824"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["ColorTypes", "Documenter", "FixedPointNumbers", "InteractiveUtils", "JLD", "MatLang", "MethodAnalysis", "Pkg", "SparseArrays", "Test"]
test = ["ColorTypes", "Documenter", "FixedPointNumbers", "InteractiveUtils", "JLD", "MethodAnalysis", "Pkg", "SparseArrays", "Test"]
22 changes: 0 additions & 22 deletions SnoopCompileAnalysis/LICENSE.md

This file was deleted.

14 changes: 0 additions & 14 deletions SnoopCompileAnalysis/Project.toml

This file was deleted.

3 changes: 0 additions & 3 deletions SnoopCompileAnalysis/README.md

This file was deleted.

28 changes: 0 additions & 28 deletions SnoopCompileAnalysis/src/SnoopCompileAnalysis.jl

This file was deleted.

22 changes: 0 additions & 22 deletions SnoopCompileBot/LICENSE.md

This file was deleted.

26 changes: 0 additions & 26 deletions SnoopCompileBot/Project.toml

This file was deleted.

3 changes: 0 additions & 3 deletions SnoopCompileBot/README.md

This file was deleted.

Loading

0 comments on commit f956d20

Please sign in to comment.